From a99ada9df6bff4ac19c7757d7cb46cbcd59a2222 Mon Sep 17 00:00:00 2001 From: Shreyas Khandekar <60454060+ShreyasKhandekar@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:09:08 -0500 Subject: [PATCH] Change the CUDA module loaded in CUDA 11 EX tests Since cudatoolkit is deprecated (and also 23.9 was not available anymore), this change switches to using the cuda/11.8 module instead. Will fix nightly build failures. Signed-off-by: Shreyas Khandekar <60454060+ShreyasKhandekar@users.noreply.github.com> --- util/cron/test-gpu-ex-cuda-11.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cron/test-gpu-ex-cuda-11.bash b/util/cron/test-gpu-ex-cuda-11.bash index dcc04547df43..a074ea68d708 100755 --- a/util/cron/test-gpu-ex-cuda-11.bash +++ b/util/cron/test-gpu-ex-cuda-11.bash @@ -6,7 +6,7 @@ CWD=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd) source $CWD/common-native-gpu.bash source $CWD/common-hpe-cray-ex.bash -module load cudatoolkit/23.9_11.8 +module load cuda/11.8 # the module loaded above doesn't wire symlinks correctly. I've created a ticket # for that, but until that's fixed, we are setting this environment explicitly