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
Building with GCC fails on radmon component because radmon.fd/CMakeLists.txt uses Intel-specific flags. The set(CMAKE_Fortran_FLAGS... line should be in an if block (if (CMAKE_Fortran_COMPILER_ID MATCHES "^Intel$") or something to that effect, possibly accompanied by equivalent flags for other compilers.
Description
Building with GCC fails on radmon component because radmon.fd/CMakeLists.txt uses Intel-specific flags. The
set(CMAKE_Fortran_FLAGS...
line should be in an if block (if (CMAKE_Fortran_COMPILER_ID MATCHES "^Intel$")
or something to that effect, possibly accompanied by equivalent flags for other compilers.Steps to Reproduce/Output
Output:
The text was updated successfully, but these errors were encountered: