OOMMF

The Object Oriented MicroMagnetic Framework (OOMMF) 1.2 alpha 6

例:输入文件为当前目录下的sample.mif,申请72个核提交到6140ib队列

#BSUB -q 6140ib
#BSUB -n 72

module load ips/2016u2
module load tcl/8.6.4-ips2016u2-avx2

oommfin=sample.mif

oommfrun=/fs00/software/oommf/12a6-tcl8.6.4-ips2016u2-avx2/oommf.tcl

OOMMF_HOSTPORT=`tclsh $oommfrun launchhost 0`
export OOMMF_HOSTPORT
tclsh $oommfrun mmArchive
tclsh $oommfrun boxsi -numanodes auto -threads $LSB_DJOB_NUMPROC $oommfin
tclsh $oommfrun killoommf all

Revision #4
Created 11 May 2021 09:33:38 by Yao Ge
Updated 23 October 2023 11:18:20 by LadderOperator