Skip to content

Commit

Permalink
Make sure clang is using a newer GCC on weaver (#2289)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jgfouca authored Aug 1, 2024
1 parent 3d5e57a commit f437879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cm_test_all_sandia
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ elif [ "$MACHINE" = "weaver" ]; then
SKIP_HWLOC=True

GCC93_MODULE_TPL_LIST="cmake/3.23.1,<COMPILER_NAME>/<COMPILER_VERSION>,openblas/0.3.20/gcc/9.3.0,gcc/9.3.0"
CLANG13_MODULE_TPL_LIST="cmake/3.23.1,<COMPILER_NAME>/<COMPILER_VERSION>,openblas/0.3.20/gcc/9.3.0,cuda/10.1.243"
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"

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

0 comments on commit f437879

Please sign in to comment.