Skip to content

Commit

Permalink
Fix SLURM job configuration for multi-node.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jul 30, 2024
1 parent 2229d9d commit 7338ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/sapling/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function run_fuzzer_config {
# We can't do as many tests in multi-node mode because SLURM has a
# hard upper bound on the number of steps per job.
test_count=10000
launcher="srun -n 2 --overlap"
launcher="srun -n 2 --ntasks-per-node 2 --overlap"
else
echo "Don't recognize fuzzer mode $mode"
exit 1
Expand Down

0 comments on commit 7338ac7

Please sign in to comment.