Skip to content

Commit

Permalink
switch to Open MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Sep 13, 2022
1 parent 82d1a1e commit 8dac62c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .buildkite/scaling/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
JULIA_VERSION: "1.8.0"
MPICH_VERSION: "4.0.0"
JULIA_VERSION: "1.8.1"
MPI_IMPL: "openmpi"
OPENMPI_VERSION: "4.1.1"
CUDA_VERSION: "11.3"
OPENBLAS_NUM_THREADS: 1
Expand Down Expand Up @@ -67,7 +67,7 @@ steps:

- label: ":computer: MPI Held-Suarez low resolution scaling test(ρe_tot) - (4) processes"
command:
- echo "$(bash .buildkite/scaling/sphere_held_suarez.sh 4 low enable)"
- echo "$(bash .buildkite/scaling/sphere_held_suarez.sh 4 low enable)"
artifact_paths:
- "sphere_held_suarez_low_res_rhoe_4/scaling_data_4_processes.jld2"
- "sphere_held_suarez_low_res_rhoe_4/report.4.nsys-rep"
Expand Down Expand Up @@ -244,7 +244,7 @@ steps:

- label: ":computer: MPI Held-Suarez high resolution scaling test(ρe_tot) - (32) processes"
command:
- echo "$(bash .buildkite/scaling/sphere_held_suarez.sh 32 high enable)"
- echo "$(bash .buildkite/scaling/sphere_held_suarez.sh 32 high enable)"
artifact_paths:
- "sphere_held_suarez_high_res_rhoe_32/scaling_data_32_processes.jld2"
env:
Expand All @@ -260,7 +260,7 @@ steps:

- label: ":computer: MPI Held-Suarez high resolution scaling test(ρe_tot) - (64) processes"
command:
- echo "$(bash .buildkite/scaling/sphere_held_suarez.sh 64 high disable)"
- echo "$(bash .buildkite/scaling/sphere_held_suarez.sh 64 high disable)"
artifact_paths:
- "sphere_held_suarez_high_res_rhoe_64/scaling_data_64_processes.jld2"
env:
Expand All @@ -276,7 +276,7 @@ steps:

- label: ":computer: MPI Held-Suarez high resolution scaling test(ρe_tot) - (128) processes"
command:
- echo "$(bash .buildkite/scaling/sphere_held_suarez.sh 128 high disable)"
- echo "$(bash .buildkite/scaling/sphere_held_suarez.sh 128 high disable)"
artifact_paths:
- "sphere_held_suarez_high_res_rhoe_128/scaling_data_128_processes.jld2"
env:
Expand All @@ -292,7 +292,7 @@ steps:

- label: ":computer: MPI Held-Suarez high resolution scaling test(ρe_tot) - (256) processes"
command:
- echo "$(bash .buildkite/scaling/sphere_held_suarez.sh 256 high disable)"
- echo "$(bash .buildkite/scaling/sphere_held_suarez.sh 256 high disable)"
artifact_paths:
- "sphere_held_suarez_high_res_rhoe_256/scaling_data_256_processes.jld2"
env:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scaling/sphere_held_suarez.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ profiling="$3"

job_id="sphere_held_suarez_${resolution}_res_rhoe_$nprocs"

profiling_params="nsys profile --trace=nvtx,mpi --mpi-impl=mpich --output=${job_id}/report.%q{NPROCS}"
profiling_params="nsys profile --trace=nvtx,mpi --mpi-impl=$MPI_IMPL --output=${job_id}/report.%q{NPROCS}"

if [[ "$resolution" == "low" ]]
then
Expand Down

0 comments on commit 8dac62c

Please sign in to comment.