mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-21 21:35:07 +00:00
added thor submit script template
This commit is contained in:
parent
3ca216325d
commit
226e9f56ee
10
scripts/templates/thor_submit.pbs
Normal file
10
scripts/templates/thor_submit.pbs
Normal 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%
|
||||
|
Loading…
Reference in New Issue
Block a user