From f437879bc406a9f5c4ad7cdd46e4c1c0bee3acce Mon Sep 17 00:00:00 2001 From: James Foucar Date: Thu, 1 Aug 2024 15:59:17 -0600 Subject: [PATCH] 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. --- scripts/cm_test_all_sandia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cm_test_all_sandia b/scripts/cm_test_all_sandia index 1bc7692e08..55749a67bb 100755 --- a/scripts/cm_test_all_sandia +++ b/scripts/cm_test_all_sandia @@ -593,7 +593,7 @@ elif [ "$MACHINE" = "weaver" ]; then SKIP_HWLOC=True GCC93_MODULE_TPL_LIST="cmake/3.23.1,/,openblas/0.3.20/gcc/9.3.0,gcc/9.3.0" - CLANG13_MODULE_TPL_LIST="cmake/3.23.1,/,openblas/0.3.20/gcc/9.3.0,cuda/10.1.243" + CLANG13_MODULE_TPL_LIST="cmake/3.23.1,/,openblas/0.3.20/gcc/9.3.0,cuda/10.1.243,gcc/9.3.0" BASE_MODULE_LIST="cmake/3.23.1,/" # Cuda/11 modules available rhel8 queue (rhel8 OS); gcc/8.3.1 load by default