NekRS only supports GNU compilers #412
Unanswered
itgreenquist
asked this question in
Compiling
Replies: 1 comment 7 replies
-
Do you have the GNU compilers installed on your MAC? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to install nekRS for the first time using a Mac. I followed the instructions to download the code from Github, but whenever I run the nrsconfig script I get the following error.
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
CMake Error at CMakeLists.txt:64 (message):
NekRS only supports GNU compilers
Call Stack (most recent call first):
CMakeLists.txt:74 (check_compiler_id)
I'm using Cmake version 3.21.3.
Any idea what I can do to fix this error and finish installing the code?
Thanks,
Ian
Beta Was this translation helpful? Give feedback.
All reactions