Raise Intel minimum version.

This commit is contained in:
Ye Luo 2022-09-29 20:49:49 -05:00
parent 8187e663ce
commit 8f2edb6cfb
3 changed files with 4 additions and 3 deletions

View File

@ -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()

View File

@ -8,7 +8,7 @@
# build_alcf_polaris_Clang.sh <source_dir> # build all the variants with a given source directory <source_dir>
# build_alcf_polaris_Clang.sh <source_dir> <install_dir> # build all the variants with a given source directory <source_dir> and install to <install_dir>
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

View File

@ -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