We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2229d9d commit 7338ac7Copy full SHA for 7338ac7
experiment/sapling/run_all_tests.sh
@@ -26,7 +26,7 @@ function run_fuzzer_config {
26
# We can't do as many tests in multi-node mode because SLURM has a
27
# hard upper bound on the number of steps per job.
28
test_count=10000
29
- launcher="srun -n 2 --overlap"
+ launcher="srun -n 2 --ntasks-per-node 2 --overlap"
30
else
31
echo "Don't recognize fuzzer mode $mode"
32
exit 1
0 commit comments