Commit 051a84d 1 parent cbb3cc7 commit 051a84d Copy full SHA for 051a84d
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
agents :
2
2
queue : central
3
3
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
5
5
6
6
env :
7
7
JULIA_LOAD_PATH : " ${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
@@ -226,7 +226,7 @@ steps:
226
226
slurm_ntasks_per_node : 16
227
227
slurm_nodes : 4
228
228
slurm_mem_per_cpu : 16G
229
-
229
+
230
230
- label : " MPI AMIP FINE: new target amip: topo + diagedmf"
231
231
key : " amip_target_topo_diagedmf"
232
232
command : " mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf.yml"
Original file line number Diff line number Diff line change 1
1
agents :
2
2
queue : central
3
3
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
5
5
6
6
env :
7
7
JULIA_LOAD_PATH : " ${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ using MPI
2
2
#=
3
3
# if running locally:
4
4
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
6
6
export OPENBLAS_NUM_THREADS=1
7
7
export JULIA_NVTX_CALLBACKS=gc
8
8
export OMPI_MCA_opal_warn_on_missing_libcuda=0
You can’t perform that action at this time.
0 commit comments