Skip to content

Commit

Permalink
mini update for the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericp authored and ericp committed Oct 30, 2024
1 parent 8e8092c commit a24b8dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public static void main(final String[] args)
writer.println("#SBATCH -J GenTrials"+agentName+"Script" + scriptId);
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 -e /globalscratch/ucl/ingi/" + clusterLogin + "/Err/Err_%J.err");
writer.println("#SBATCH -t " + MAX_WALL_TIME);
writer.println("#SBATCH -N 1");

Expand Down

0 comments on commit a24b8dd

Please sign in to comment.