Skip to content

Commit

Permalink
fix partition name
Browse files Browse the repository at this point in the history
  • Loading branch information
ericp authored and ericp committed Apr 30, 2024
1 parent 0342319 commit a407b49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static void main(final String[] args)
{
writer.println("#!/bin/bash");
writer.println("#SBATCH -J GenTrials"+agentName+"Script" + scriptId);
writer.println("#SBATCH -p thin");
writer.println("#SBATCH -p batch");
writer.println("#SBATCH -o /home/ucl/ingi/" + clusterLogin + "/Out/Out_%J.out");
writer.println("#SBATCH -e /home/ucl/ingi/" + clusterLogin + "/Out/Err_%J.err");
writer.println("#SBATCH -t 6000");
Expand Down

0 comments on commit a407b49

Please sign in to comment.