From 7e6e07f5d20cbdcfab07eb0f297e950a53f91401 Mon Sep 17 00:00:00 2001 From: John Mason Date: Thu, 17 May 2018 14:29:54 -0700 Subject: [PATCH] running 300 jobs by default; reduced time limit to 15 mins --- solo.sbatch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/solo.sbatch b/solo.sbatch index 0637f79..364985a 100644 --- a/solo.sbatch +++ b/solo.sbatch @@ -6,9 +6,11 @@ #SBATCH --output="slurm/slurm-%A_%a.out" +#SBATCH --array=0-299 + #SBATCH --mail-user="jmason42@stanford.edu" #SBATCH --mail-type="END,FAIL" -#SBATCH --time=1:00:00 +#SBATCH --time=0:15:00 srun python main.py --seed=$SLURM_ARRAY_TASK_ID --problem=$1