Skip to content

Commit

Permalink
Update nsight-systems version
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski authored and simonbyrne committed Nov 8, 2023
1 parent 8289e4a commit 8e7196f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/comparison/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scaling/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e7196f

Please sign in to comment.