From 32ab35ee968a12530f94acc22e91f51b43e4d8ac Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Thu, 22 Sep 2022 22:53:36 -0700 Subject: [PATCH] try exclusive --- .buildkite/scaling/pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scaling/pipeline.sh b/.buildkite/scaling/pipeline.sh index fddec92f8b9..4d6b6437c5b 100755 --- a/.buildkite/scaling/pipeline.sh +++ b/.buildkite/scaling/pipeline.sh @@ -8,7 +8,7 @@ FT="Float32" resolutions=("low" "mid" "high") max_procs_per_node=16 # limit this artificially for profiling profiling=enable -exclusive=false +exclusive=true mpi_impl="openmpi" # set up environment and agents