diff --git a/util/cron/test-gpu-ex-cuda-12.bash b/util/cron/test-gpu-ex-cuda-12.bash index 1ee3c6dc5430..769175e22212 100755 --- a/util/cron/test-gpu-ex-cuda-12.bash +++ b/util/cron/test-gpu-ex-cuda-12.bash @@ -8,7 +8,7 @@ source $CWD/common-hpe-cray-ex.bash module load cudatoolkit # default is CUDA 12 -export CHPL_LLVM=bundled # CUDA 12 is only supported with bundled LLVM +export CHPL_LLVM=system export CHPL_COMM=none export CHPL_LOCALE_MODEL=gpu export CHPL_LAUNCHER_PARTITION=griz256 diff --git a/util/cron/test-gpu-ex-cuda-12.interop.bash b/util/cron/test-gpu-ex-cuda-12.interop.bash index a66c9da75d57..4022bcd73db3 100755 --- a/util/cron/test-gpu-ex-cuda-12.interop.bash +++ b/util/cron/test-gpu-ex-cuda-12.interop.bash @@ -18,7 +18,7 @@ module load cuda/12.4 # default is CUDA 12.5 # This can be removed once we use CUDA 12.5 export CHPL_LIB_PATH="/opt/nvidia/hpc_sdk/Linux_x86_64/24.7/math_libs/lib64:$CHPL_LIB_PATH" -export CHPL_LLVM=bundled # Using bundled LLVM since that's safer +export CHPL_LLVM=system export CHPL_TEST_GPU=true export CHPL_LAUNCHER_PARTITION=griz256 export CHPL_NIGHTLY_TEST_DIRS="gpu/interop/" diff --git a/util/cron/test-gpu-ex-cuda-12.ofi.bash b/util/cron/test-gpu-ex-cuda-12.ofi.bash index c81f839f19ef..1405152d4f6d 100755 --- a/util/cron/test-gpu-ex-cuda-12.ofi.bash +++ b/util/cron/test-gpu-ex-cuda-12.ofi.bash @@ -8,7 +8,7 @@ source $CWD/common-hpe-cray-ex.bash module load cudatoolkit # default is CUDA 12 -export CHPL_LLVM=bundled # CUDA 12 is only supported with bundled LLVM +export CHPL_LLVM=system export CHPL_COMM=ofi export CHPL_LOCALE_MODEL=gpu export CHPL_LAUNCHER_PARTITION=griz256 diff --git a/util/cron/test-gpu-ex-cuda-12.specialization.bash b/util/cron/test-gpu-ex-cuda-12.specialization.bash index f387a230a535..ddbc2c56b46d 100755 --- a/util/cron/test-gpu-ex-cuda-12.specialization.bash +++ b/util/cron/test-gpu-ex-cuda-12.specialization.bash @@ -8,7 +8,7 @@ source $CWD/common-hpe-cray-ex.bash module load cudatoolkit # default is CUDA 12 -export CHPL_LLVM=bundled # Using bundled LLVM since that's safer +export CHPL_LLVM=system export CHPL_COMM=none export CHPL_LOCALE_MODEL=gpu export CHPL_LAUNCHER_PARTITION=griz256 diff --git a/util/cron/test-perf.gpu-ex-cuda-12.bash b/util/cron/test-perf.gpu-ex-cuda-12.bash index 91e5813e96e1..442623231c76 100755 --- a/util/cron/test-perf.gpu-ex-cuda-12.bash +++ b/util/cron/test-perf.gpu-ex-cuda-12.bash @@ -8,7 +8,7 @@ source $CWD/common-hpe-cray-ex.bash module load cudatoolkit # default is CUDA 12 -export CHPL_LLVM=bundled # Using bundled LLVM since that's safer +export CHPL_LLVM=system export CHPL_COMM=none export CHPL_LOCALE_MODEL=gpu export CHPL_LAUNCHER_PARTITION=griz256 diff --git a/util/cron/test-perf.gpu-ex-cuda-12.um.bash b/util/cron/test-perf.gpu-ex-cuda-12.um.bash index 92f3dd4cb66c..f9ef892491ea 100755 --- a/util/cron/test-perf.gpu-ex-cuda-12.um.bash +++ b/util/cron/test-perf.gpu-ex-cuda-12.um.bash @@ -8,7 +8,7 @@ source $CWD/common-hpe-cray-ex.bash module load cudatoolkit # default is CUDA 12 -export CHPL_LLVM=bundled # Using bundled LLVM since that's safer +export CHPL_LLVM=system export CHPL_COMM=none export CHPL_LOCALE_MODEL=gpu export CHPL_LAUNCHER_PARTITION=griz256