Skip to content

Commit

Permalink
Change the CUDA module loaded in CUDA 11 EX tests
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ShreyasKhandekar committed Oct 3, 2024
1 parent 939475f commit a99ada9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cron/test-gpu-ex-cuda-11.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a99ada9

Please sign in to comment.