CMake Error at /opt/apps/cmake/3.29.5/share/cmake-3.29/Modules/CMakeDetermineFortranCompiler.cmake:33 (message):
Could not find compiler set in environment variable FC:ifx.
Suggestions?
CMake Error at /opt/apps/cmake/3.29.5/share/cmake-3.29/Modules/CMakeDetermineFortranCompiler.cmake:33 (message):
Could not find compiler set in environment variable FC:ifx.
Suggestions?
that could be read “…the compiler set…” that is it just doesn’t find “ifx”.
If you type which ifx
or just ifx
is the compiler available in the Terminal?
You’re absolutely right. It simply couldn’t find ifx
. Which is strange considering that cmake starts
-- The C compiler identification is IntelLLVM 2024.1.0
-- The CXX compiler identification is IntelLLVM 2024.1.0
But the problem is mine. Thanks