File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,14 @@ try_load_cuda_env() {
199199 have_cuda=" ${cuda_local_dir} "
200200 else
201201 # Fallback to env module
202- az_module_load dev/cuda13.0.0 || return 0
202+ az_module_load dev/cuda13.0.2 || return 0
203203 have_cuda=yes
204204 fi
205205
206206 # Check gdrcopy
207207 if [ -w " /dev/gdrdrv" ]
208208 then
209- az_module_load dev/gdrcopy2.5.1_cuda13.0.0 && have_gdrcopy=yes
209+ az_module_load dev/gdrcopy2.5.1_cuda13.0.2 && have_gdrcopy=yes
210210 fi
211211}
212212
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ WORKSPACE=${WORKSPACE:=$PWD}
44# build in local directory which goes away when docker exits
55ucx_build_dir=$HOME /${BUILD_ID} /build
66ucx_inst=$ucx_build_dir /install
7- CUDA_MODULE=" dev/cuda13.0.0 "
8- GDRCOPY_MODULE=" dev/gdrcopy2.5.1_cuda13.0.0 "
7+ CUDA_MODULE=" dev/cuda13.0.2 "
8+ GDRCOPY_MODULE=" dev/gdrcopy2.5.1_cuda13.0.2 "
99JDK_MODULE=" dev/jdk"
1010MVN_MODULE=" dev/mvn"
1111XPMEM_MODULE=" dev/xpmem-90a95a4"
Original file line number Diff line number Diff line change 1313
1414 case "${{ parameters.Name }}" in
1515 "Build-UCX")
16- module="/hpc/local/etc/modulefiles/dev/cuda13.0.0 "
16+ module="/hpc/local/etc/modulefiles/dev/cuda13.0.2 "
1717 perfxParams=(--skip-run --source-branch $(Build.SourceBranch) --omb-cuda)
1818 ;;
1919 "Perf-test-multi-node")
You can’t perform that action at this time.
0 commit comments