Skip to content

Commit

Permalink
running 300 jobs by default; reduced time limit to 15 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
jmason42 committed May 17, 2018
1 parent 2b7ac7e commit 7e6e07f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion solo.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

#SBATCH --output="slurm/slurm-%A_%a.out"

#SBATCH --array=0-299

#SBATCH --mail-user="[email protected]"
#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

0 comments on commit 7e6e07f

Please sign in to comment.