Skip to content

Commit

Permalink
use srun, not mpirun
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Jan 4, 2024
1 parent bb418fb commit 8796192
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,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
Expand Down

0 comments on commit 8796192

Please sign in to comment.