Skip to content

Commit

Permalink
one ln cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Mar 28, 2024
1 parent f6af31c commit e9dc3be
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,31 +443,30 @@ steps:
steps:
- label: "batch script - part 1"
command:
- "sed -n '10,37p' test/mpi_tests/local_checks.sh | bash"
#- "cat local.sh | sed '11,15 s/^/#/' | sed '20,25 s/^/#/' | bash"
- "sed -n '10,37p; 38,49p; 50,$$p' test/mpi_tests/local_checks.sh | bash"
env:
CLIMACORE_DISTRIBUTED: "MPI"
agents:
slurm_ntasks: 2
slurm_mem: 16GB

- wait
# - wait

- label: "batch script - part 2"
command:
- "sed -n '10,35p; 38,49p' test/mpi_tests/local_checks.sh | bash"
env:
CLIMACORE_DISTRIBUTED: "MPI"
agents:
slurm_ntasks: 2
slurm_mem: 16GB
# - label: "batch script - part 2"
# command:
# - "sed -n '10,35p; 38,49p' test/mpi_tests/local_checks.sh | bash"
# env:
# CLIMACORE_DISTRIBUTED: "MPI"
# agents:
# slurm_ntasks: 2
# slurm_mem: 16GB

- wait
# - wait

- label: "batch script - part 3"
command: "sed -n '10,35p; 50,$$p' test/mpi_tests/local_checks.sh | bash"
agents:
slurm_mem: 16GB
# - label: "batch script - part 3"
# command: "sed -n '10,35p; 50,$$p' test/mpi_tests/local_checks.sh | bash"
# agents:
# slurm_mem: 16GB

- wait

Expand Down

0 comments on commit e9dc3be

Please sign in to comment.