Skip to content

Commit

Permalink
Use module cuda instead of cudatoolkit (#26312)
Browse files Browse the repository at this point in the history
We have previously been advised that on this testing system we should be
using `module load cuda`, instead of `module load cudatoolkit`. This was
only changed in some of the configs, this PR changes them in all of them

[Reviewed by @ShreyasKhandekar]
  • Loading branch information
jabraham17 authored Nov 22, 2024
2 parents fe2ce13 + 41dbcc1 commit 889f101
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion util/cron/test-gpu-ex-cuda-12.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 # default is CUDA 12
module load cuda/12.4

export CHPL_LLVM=system
export CHPL_COMM=none
Expand Down
2 changes: 1 addition & 1 deletion util/cron/test-gpu-ex-cuda-12.ofi.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 # default is CUDA 12
module load cuda/12.4

export CHPL_LLVM=system
export CHPL_COMM=ofi
Expand Down
2 changes: 1 addition & 1 deletion util/cron/test-gpu-ex-cuda-12.specialization.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 # default is CUDA 12
module load cuda/12.4

export CHPL_LLVM=system
export CHPL_COMM=none
Expand Down
2 changes: 1 addition & 1 deletion util/cron/test-perf.gpu-ex-cuda-12.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CWD=$(cd $(dirname $0) ; pwd)
source $CWD/common-native-gpu.bash
source $CWD/common-hpe-cray-ex.bash

module load cudatoolkit # default is CUDA 12
module load cuda/12.4

export CHPL_LLVM=system
export CHPL_COMM=none
Expand Down
2 changes: 1 addition & 1 deletion util/cron/test-perf.gpu-ex-cuda-12.um.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CWD=$(cd $(dirname $0) ; pwd)
source $CWD/common-native-gpu.bash
source $CWD/common-hpe-cray-ex.bash

module load cudatoolkit # default is CUDA 12
module load cuda/12.4

export CHPL_LLVM=system
export CHPL_COMM=none
Expand Down

0 comments on commit 889f101

Please sign in to comment.