psdlag-agn/scripts/templates/thor_submit.pbs

10 lines
253 B
Plaintext
Raw Normal View History

2016-07-25 20:58:28 +00:00
#!/bin/sh -login
#PBS -l mem=128GB
#PBS -l nodes=1:ppn=1:research
#PBS -l walltime=48:00:00
#PBS -N %NAME%
#PBS -j oe
cd %ROOTDIR%
2016-07-25 22:04:09 +00:00
time mpirun -machinefile ${PBS_NODEFILE} -np 1 "~/psdlag-agn/bin/psdlag %ROOTDIR%/%ARGSFILE%" > "%ROOTDIR%/%OUTPUTFILE%"