Skip to content

Commit

Permalink
split cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Mar 27, 2024
1 parent 4cb0d13 commit d2aa4b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d2aa4b6

Please sign in to comment.