Skip to content

Commit 051a84d

Browse files
committed
use nsight 2023.3.1
1 parent cbb3cc7 commit 051a84d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.buildkite/longruns/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
agents:
22
queue: central
33
slurm_time: 24:00:00
4-
modules: julia/1.10.0 cuda/12.2 ucx/1.14.1_cuda-12.2 openmpi/4.1.5_cuda-12.2 nsight-systems/2023.4.1
4+
modules: julia/1.10.0 cuda/12.2 ucx/1.14.1_cuda-12.2 openmpi/4.1.5_cuda-12.2 nsight-systems/2023.3.1
55

66
env:
77
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
@@ -226,7 +226,7 @@ steps:
226226
slurm_ntasks_per_node: 16
227227
slurm_nodes: 4
228228
slurm_mem_per_cpu: 16G
229-
229+
230230
- label: "MPI AMIP FINE: new target amip: topo + diagedmf"
231231
key: "amip_target_topo_diagedmf"
232232
command: "mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf.yml"

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
agents:
22
queue: central
33
slurm_time: 24:00:00
4-
modules: julia/1.10.0 cuda/12.2 ucx/1.14.1_cuda-12.2 openmpi/4.1.5_cuda-12.2 nsight-systems/2023.4.1
4+
modules: julia/1.10.0 cuda/12.2 ucx/1.14.1_cuda-12.2 openmpi/4.1.5_cuda-12.2 nsight-systems/2023.3.1
55

66
env:
77
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"

test/mpi_tests/run_mpi_tests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using MPI
22
#=
33
# if running locally:
44
module purge
5-
module load julia/1.10.0 cuda/12.2 ucx/1.14.1_cuda-12.2 nsight-systems/2023.4.1
5+
module load julia/1.10.0 cuda/12.2 ucx/1.14.1_cuda-12.2 nsight-systems/2023.3.1
66
export OPENBLAS_NUM_THREADS=1
77
export JULIA_NVTX_CALLBACKS=gc
88
export OMPI_MCA_opal_warn_on_missing_libcuda=0

0 commit comments

Comments
 (0)