Skip to content

Commit f437879

Browse files
authored
Make sure clang is using a newer GCC on weaver (#2289)
It's clear from the name of the AT job GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 that the intent was to use gcc-9.3 but gcc-7.4.0 was the one actually being used because the clang-13 module loads that gcc.
1 parent 3d5e57a commit f437879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cm_test_all_sandia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ elif [ "$MACHINE" = "weaver" ]; then
593593
SKIP_HWLOC=True
594594

595595
GCC93_MODULE_TPL_LIST="cmake/3.23.1,<COMPILER_NAME>/<COMPILER_VERSION>,openblas/0.3.20/gcc/9.3.0,gcc/9.3.0"
596-
CLANG13_MODULE_TPL_LIST="cmake/3.23.1,<COMPILER_NAME>/<COMPILER_VERSION>,openblas/0.3.20/gcc/9.3.0,cuda/10.1.243"
596+
CLANG13_MODULE_TPL_LIST="cmake/3.23.1,<COMPILER_NAME>/<COMPILER_VERSION>,openblas/0.3.20/gcc/9.3.0,cuda/10.1.243,gcc/9.3.0"
597597

598598
BASE_MODULE_LIST="cmake/3.23.1,<COMPILER_NAME>/<COMPILER_VERSION>"
599599
# Cuda/11 modules available rhel8 queue (rhel8 OS); gcc/8.3.1 load by default

0 commit comments

Comments
 (0)