From 3bc14c4f3d24281c34f18258f3c99141010dd29c Mon Sep 17 00:00:00 2001 From: othocaeS Date: Mon, 25 Jul 2016 18:25:45 -0400 Subject: [PATCH] troubleshooting thor still --- scripts/templates/thor_submit.pbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/templates/thor_submit.pbs b/scripts/templates/thor_submit.pbs index f10ad60..374bf0d 100644 --- a/scripts/templates/thor_submit.pbs +++ b/scripts/templates/thor_submit.pbs @@ -1,9 +1,9 @@ #!/bin/sh -login -#PBS -l mem=128GB +#PBS -l mem=64GB #PBS -l nodes=1:ppn=1:research #PBS -l walltime=48:00:00 -#PBS -N %NAME% +#PBS -N "%NAME%" #PBS -j oe cd %ROOTDIR% -time mpirun -machinefile ${PBS_NODEFILE} -np 1 ~/psdlag-agn/bin/psdlag "%ROOTDIR%/%ARGSFILE%" > "%ROOTDIR%/%OUTPUTFILE%" +time mpirun ~/psdlag-agn/bin/psdlag "%ROOTDIR%/%ARGSFILE%" > "%ROOTDIR%/%OUTPUTFILE%"