Skip to content

Commit

Permalink
qwerty
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Nov 22, 2023
1 parent 39defcb commit c8994c0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ steps:
command:
- "echo $$JULIA_DEPOT_PATH"

- echo "--- Configure MPI"
- julia -e 'using Pkg; Pkg.add("MPIPreferences"); using MPIPreferences; use_system_binary()'

- echo "--- Instantiate project"
- "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project -e 'using Pkg; Pkg.precompile()'"
Expand Down Expand Up @@ -76,6 +73,16 @@ steps:
agents:
slurm_ntasks: 2
slurm_mem: 16G
env:
CLIMACOMMS_CONTEXT: "MPI"

- label: "ClimaAtmos"
command: "julia --color=yes --project=examples -e 'import ClimaAtmos; ClimaAtmos.AtmosConfig()'"
agents:
slurm_ntasks: 2
slurm_mem: 16G
env:
CLIMACOMMS_CONTEXT: "MPI"

# - group: "Regression tests"
# steps:
Expand Down

0 comments on commit c8994c0

Please sign in to comment.