You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was experimenting UFS Weather Model under TACC Frontera as a part of UFS coastal project. I could able to run model configurations using spack-stack 1.5.1 along with intel/19.1.1 and impi/19.0.9 but when I try to upgrade the compiler and MPI to their newer versions (intel/23.1.0 and impi/21.9.0 - intel-oneapi), I started to get following error,
CMake Error at CMakeLists.txt:149 (include):
include could not find requested file:
cmake/IntelLLVM.cmake
I think that the reason is the Intel compiler. In my case, ${CMAKE_Fortran_COMPILER_ID} is returning IntelLLVM and model build is failing since there is no cmake/IntelLLVM.cmake (
Description
I was experimenting UFS Weather Model under TACC Frontera as a part of UFS coastal project. I could able to run model configurations using spack-stack 1.5.1 along with
intel/19.1.1
andimpi/19.0.9
but when I try to upgrade the compiler and MPI to their newer versions (intel/23.1.0
andimpi/21.9.0
- intel-oneapi), I started to get following error,I think that the reason is the Intel compiler. In my case,
${CMAKE_Fortran_COMPILER_ID}
is returningIntelLLVM
and model build is failing since there is nocmake/IntelLLVM.cmake
(ufs-weather-model/CMakeLists.txt
Line 139 in 8e7b61b
IntelLLVM
along withIntel
in some places of the code but it is not a standard and used in everywhere.Solution
I think, the top level CMake file as well as CMake interfaces of the components needs to be extended to allow
IntelLLVM
.Alternatives
Not sure
Related to
N/A
The text was updated successfully, but these errors were encountered: