added thor submit script template

This commit is contained in:
othocaeS 2016-07-25 16:58:28 -04:00
parent 3ca216325d
commit 226e9f56ee

View File

@ -0,0 +1,10 @@
#!/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%
time ~/psdlag-agn/bin/psdlag %ROOTDIR%/%ARGSFILE% > %ROOTDIR%/%OUTPUTFILE%