-
Notifications
You must be signed in to change notification settings - Fork 198
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
Support Intel oneAPI 2025 with configure #1192
Comments
I am not clear why ifx is not present in the following three lines and if it has some effects, while the above fix works for me. Line 4090 in c49433c
Line 7799 in c49433c
Line 7848 in c49433c
|
Faced the same issues. Replacing ifort to ifx in the configure file seems to work for me. |
See the PR #1193 |
Did you succeed further? I've tried to compile with following options:
Getting a bunch of errors. Tried to checkout to sycl-cleanup MR, didn't help. Not sure if I'm doing something wrong or the packages are broken for some reason. |
Can you share some of the issues you are having? The master branch should work (the sycl cleanup PR was merged a while ago, so that branch is old). |
My setup is: OS: Ubuntu 24.04.1 LTS x86_64 With fixed configure and the options above after running make I get a lot of similar errors like this one:
Seems like *.c files are preferably compiled with icx? Also it's probably better to move all this into a new issue? |
Looks like you are running into the same issue reported here: #1191 I'll address this in a separate PR. |
Can you try the branch here: #1197 |
Since Intel oneAPI 2025, ifort and mpiifort are removed. So simple ./configure won't work because it fails to find the fortran compiler.
17fa100 should be updated by simply moving ifx(mpiifx) ahead of ifort (mpiifort).
hypre/src/configure
Line 5683 in c49433c
hypre/src/configure
Line 5731 in c49433c
hypre/src/configure
Line 5782 in c49433c
hypre/src/configure
Line 5830 in c49433c
config.log
The text was updated successfully, but these errors were encountered: