psdlag-agn/scripts/templates/thor_submit.pbs

10 lines
219 B
Plaintext
Raw Normal View History

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