Skip to content

Commit 7338ac7

Browse files
Fix SLURM job configuration for multi-node.
1 parent 2229d9d commit 7338ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiment/sapling/run_all_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function run_fuzzer_config {
2626
# We can't do as many tests in multi-node mode because SLURM has a
2727
# hard upper bound on the number of steps per job.
2828
test_count=10000
29-
launcher="srun -n 2 --overlap"
29+
launcher="srun -n 2 --ntasks-per-node 2 --overlap"
3030
else
3131
echo "Don't recognize fuzzer mode $mode"
3232
exit 1

0 commit comments

Comments
 (0)