Skip to content

Commit

Permalink
Don't print run ID ranges.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jul 6, 2021
1 parent 5a1832c commit 7edcae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lab/data/slurm-run-job-body.template
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ let "LAST_RUN_ID=FIRST_RUN_ID + RUNS_PER_TASK - 1"
if [ $LAST_RUN_ID -gt $NUM_RUNS ]; then
LAST_RUN_ID="$NUM_RUNS"
fi
print "shuffled task ID: $TASK_ID, run ID range: [$FIRST_RUN_ID, $LAST_RUN_ID]"

# Execute runs in shuffled order.
for run_id in $(seq $FIRST_RUN_ID $LAST_RUN_ID | shuf); do
Expand Down

0 comments on commit 7edcae1

Please sign in to comment.