From 8ee1a52b6a5ddc616b883aea7e0da2a27d3fdd5a Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Fri, 22 Nov 2024 10:22:23 -0800 Subject: [PATCH] remove comment Signed-off-by: Jade Abraham --- util/cron/test-gpu-ex-cuda-12.interop.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cron/test-gpu-ex-cuda-12.interop.bash b/util/cron/test-gpu-ex-cuda-12.interop.bash index e049f7caf000..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=system # 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/"