Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ericp committed Nov 17, 2024
1 parent e5f7812 commit 0bdfb31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public static void main(final String[] args)
{
writer.println("#!/bin/bash");
writer.println("#SBATCH -J GenConcepts" + jobName + "Script" + scriptId);
writer.println("#SBATCH -p thin");
writer.println("#SBATCH -p batch");
writer.println("#SBATCH -o /globalscratch/ucl/ingi/"+clusterLogin+"/Out/Out_%J.out");
writer.println("#SBATCH -e /globalscratch/ucl/ingi/"+clusterLogin+"/Out/Err_%J.err");
writer.println("#SBATCH -t "+ MAX_WALL_TIME);
Expand Down

0 comments on commit 0bdfb31

Please sign in to comment.