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
The oneapi Intel 2024.2.1 icx compiler has no option for -auto while ifx and mpiifx have this argument.
The configure.wrf environment option ...
OMPCC = -qopenmp -auto
... appears to be the origin of the error.
The error can be mitigated for now by letting the rest of the compilation build to final failure. The user can then manually go into the share/ directory and personally enter the impacted command without the -auto argument ...
... and the user can then repeat the compile em_real command.
I don't trust my scripting expertise to make a pull request. I'll leave it to the development team to implement any patch without unintended complications.
The text was updated successfully, but these errors were encountered:
When compiling WRF 4.6 with the Intel oneapi 2024.2.1 compiler for the dm+sm option (#79), building the source file share/setfeenv.c fails.
The error is:
The oneapi Intel 2024.2.1 icx compiler has no option for -auto while ifx and mpiifx have this argument.
The configure.wrf environment option ...
... appears to be the origin of the error.
The error can be mitigated for now by letting the rest of the compilation build to final failure. The user can then manually go into the share/ directory and personally enter the impacted command without the -auto argument ...
... and the user can then repeat the compile em_real command.
I don't trust my scripting expertise to make a pull request. I'll leave it to the development team to implement any patch without unintended complications.
The text was updated successfully, but these errors were encountered: