From a9909fb2e7434fa1e176480695fb84794249a643 Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Wed, 3 Jan 2024 08:39:09 -0800 Subject: [PATCH] use srun instead of mpirun --- .buildkite/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0db435379..92739bb5a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -86,11 +86,10 @@ steps: steps: - label: "MPI Regridder unit tests" key: "regridder_mpi_tests" - command: "mpirun julia --color=yes --project=test/ test/mpi_tests/regridder_mpi_tests.jl --config_file $MPI_CONFIG_PATH/regridder_mpi.yml" + command: "srun julia --color=yes --project=test/ test/mpi_tests/regridder_mpi_tests.jl --config_file $MPI_CONFIG_PATH/regridder_mpi.yml" timeout_in_minutes: 20 env: CLIMACORE_DISTRIBUTED: "MPI" - # CLIMACOMMS_CONTEXT: "MPI" NPROCS: 2 agents: slurm_ntasks: 2