We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 742a3b2 + 1a57525 commit e13fc2dCopy full SHA for e13fc2d
1 file changed
f90/CMakeLists.txt
@@ -65,7 +65,10 @@ elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel" OR CMAKE_Fortran_COMPILER_ID
65
-qopenmp
66
)
67
else()
68
- message(FATAL_ERROR "Unknown/Unsupported Fortran Compiler: '${CMAKE_Fortran_COMPILER_ID}' - Supported compilers are < GNU | Ifort")
+ message(FATAL_ERROR
69
+ "Unknown/Unsupported Fortran Compiler: '${CMAKE_Fortran_COMPILER_ID}'\n"
70
+ "- Supported compilers are < GNU | ifort (Legacy Intel compiler) | ifx (Intel OneAPI compiler)>\n"
71
+ "- Of course you will need to specify the MPI wrapper: `-DCMAKE_Fortran_COMPILER=mpifort`")
72
endif()
73
74
0 commit comments