diff --git a/scripts/templates/thor_submit.pbs b/scripts/templates/thor_submit.pbs new file mode 100644 index 0000000..bb3bae2 --- /dev/null +++ b/scripts/templates/thor_submit.pbs @@ -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% +