From 8415a9c3fb4dc2dd58d63e3407207f643a44020f Mon Sep 17 00:00:00 2001 From: xaw5719 Date: Wed, 3 Aug 2016 16:00:30 -0400 Subject: [PATCH] increased default walltime for monte carlo simulations on Thor --- scripts/templates/thor_submit.pbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates/thor_submit.pbs b/scripts/templates/thor_submit.pbs index 7d538cd..84f770e 100644 --- a/scripts/templates/thor_submit.pbs +++ b/scripts/templates/thor_submit.pbs @@ -1,7 +1,7 @@ #!/bin/sh -login #PBS -l mem=64GB #PBS -l nodes=1:ppn=1:research -#PBS -l walltime=2:00:00 +#PBS -l walltime=24:00:00 #PBS -N "%NAME%" #PBS -j oe