-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ifx integration #908
Comments
Locally, I'm able to build on Linux (Centos7) with ifx 2024.0.2 and gcc 11.3.0. However, attempting to run fails almost immediately. With
It seems like the I'm looking into if there is a workaround or some known issue with ifx. |
The problem with tests happens in Lines 727 to 731 in 43a0e4e
|
Is your feature request related to a problem? Please describe.
The deprecation Intel Fortran Compiler Classic (
ifort
)Describe the solution you'd like
Porting to the LLVM-based Intel Fortran Compiler
ifx
Additional context
Since the direct build with the swapping of compiler name (
ifort
->ifx
|icc
->icx
) doesn't seem to succeed, one has to rewrite the corresponding build scripts and establish a CI routine.The text was updated successfully, but these errors were encountered: