diff --git a/.buildkite/comparison/pipeline.sh b/.buildkite/comparison/pipeline.sh index bf890d128b..c249e48851 100755 --- a/.buildkite/comparison/pipeline.sh +++ b/.buildkite/comparison/pipeline.sh @@ -82,7 +82,7 @@ cat << EOM - label: ":computer: MPI Held-Suarez $res resolution test(ρe_tot) - ($nprocs) process" key: $job_id command: - - module load cuda/11.3 nsight-systems/2022.2.1 + - module load cuda/11.3 nsight-systems/2023.3.1 - mpiexec $command artifact_paths: - "$job_id/scaling_data_${nprocs}_processes.jld2" diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index ff48bf1925..132dc96d90 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -1,7 +1,7 @@ agents: queue: central slurm_mem_per_cpu: 8G - modules: julia/1.9.3 cuda/12.2 ucx/1.14.1_cuda-12.2 openmpi/4.1.5_cuda-12.2 hdf5/1.12.2-ompi415 nsight-systems/2023.2.1 + modules: julia/1.9.3 cuda/12.2 ucx/1.14.1_cuda-12.2 openmpi/4.1.5_cuda-12.2 hdf5/1.12.2-ompi415 nsight-systems/2023.3.1 env: JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite" diff --git a/.buildkite/scaling/pipeline.sh b/.buildkite/scaling/pipeline.sh index 03e6aa98a2..45dd0e667b 100755 --- a/.buildkite/scaling/pipeline.sh +++ b/.buildkite/scaling/pipeline.sh @@ -68,7 +68,7 @@ done cat << 'EOM' agents: queue: central - modules: julia/1.9.3 cuda/12.2 ucx/1.14.1_cuda-12.2 openmpi/4.1.5_cuda-12.2 hdf5/1.12.2-ompi415 nsight-systems/2023.2.1 + modules: julia/1.9.3 cuda/12.2 ucx/1.14.1_cuda-12.2 openmpi/4.1.5_cuda-12.2 hdf5/1.12.2-ompi415 nsight-systems/2023.3.1 env: JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"