diff --git a/CMake/IntelCompilers.cmake b/CMake/IntelCompilers.cmake index 561d4d603..4b5344941 100644 --- a/CMake/IntelCompilers.cmake +++ b/CMake/IntelCompilers.cmake @@ -10,8 +10,8 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "IntelLLVM") elseif(INTEL_ONEAPI_COMPILER_FOUND) # in this case, the version string reported based on Clang, not accurate enough. just skip check. else() - if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.1.0) - message(FATAL_ERROR "Requires Intel classic compiler 19.1 or higher!") + if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19.1.2) + message(FATAL_ERROR "Requires Intel classic compiler 19.1.2 or higher!") endif() endif() diff --git a/config/build_alcf_polaris_Clang.sh b/config/build_alcf_polaris_Clang.sh index 16824540f..6dcdeeda5 100755 --- a/config/build_alcf_polaris_Clang.sh +++ b/config/build_alcf_polaris_Clang.sh @@ -8,7 +8,7 @@ # build_alcf_polaris_Clang.sh # build all the variants with a given source directory # build_alcf_polaris_Clang.sh # build all the variants with a given source directory and install to -module load mpiwrappers/cray-mpich-llvm llvm/main-20220317 +module load mpiwrappers/cray-mpich-llvm llvm/release-15.0.0 module load cudatoolkit-standalone/11.2.2 module load cray-fftw/3.3.8.13 module load cray-hdf5-parallel/1.12.1.3 diff --git a/config/build_alcf_theta.sh b/config/build_alcf_theta.sh index c09fafd4a..4de214884 100644 --- a/config/build_alcf_theta.sh +++ b/config/build_alcf_theta.sh @@ -2,6 +2,7 @@ module unload cray-libsci module load cray-hdf5-parallel module load gcc/9.3.0 module load cmake/3.20.4 +module load intel/19.1.2.254 module list >& load_modules.txt