From d2aa4b659c46276ca77396385ad4b37867819ddc Mon Sep 17 00:00:00 2001 From: lenka Date: Wed, 27 Mar 2024 10:53:41 -0700 Subject: [PATCH] split cmds --- .buildkite/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 8540503da4..b79995de16 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -343,11 +343,11 @@ steps: slurm_mem: 16GB - label: "batch script" - # command: "sbatch test/mpi_tests/local_checks.sh" command: - - "sed -n '10,37' test/mpi_tests/local_checks.sh | bash" - - "sed -n '38,49' test/mpi_tests/local_checks.sh | bash" - - "sed -n '50,$$p' test/mpi_tests/local_checks.sh | bash" + - | + sed -n '10,37' test/mpi_tests/local_checks.sh | bash && + sed -n '38,49' test/mpi_tests/local_checks.sh | bash && + sed -n '50,$$p' test/mpi_tests/local_checks.sh | bash env: CLIMACORE_DISTRIBUTED: "MPI" agents: