From 226e9f56ee513284e182d3a87d168b2a1e0f76ea Mon Sep 17 00:00:00 2001 From: othocaeS Date: Mon, 25 Jul 2016 16:58:28 -0400 Subject: [PATCH] added thor submit script template --- scripts/templates/thor_submit.pbs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/templates/thor_submit.pbs 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% +