-
Notifications
You must be signed in to change notification settings - Fork 124
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
Using ifx fortran compiler from Intel 2024 oneapi gives errors during configure step #455
Comments
Does |
Thanks for the quick reply! From AI answers: Yes, the Intel Fortran Compiler (ifx) implements Fortran 2003, but not parameterized derived types. I tried without ICB but got the same error. The strange thing is cheeve_ does seem to be in the openblas library:
|
Have you double-checked these the following things? If so, you'll need support from Intel, not from here.
OneAPI = new name for MKL: https://github.com/opencollab/arpack-ng?tab=readme-ov-file#using-mkl-instead-of-blas--lapack Did you make sure the build system you use end up exactly with what's Intel libraries expect: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html#gs.8i3omj Example: arpack-ng/.github/workflows/jobs.yml Lines 156 to 163 in 4caa8f4
Line 45 in 4caa8f4
|
I need only the lib, no tests and examples and I patched arpack not to search for blas (here MKL) in that case. Then arpack compiles without issues for me with ifx on Linux (2025.0) and Windows (2024) |
I can successfully build arpack-ng with blas and lapack using this comand:
But if I replace ifort with ifx I get:
The config.log shows this error:
Next if I try and just omit the F77=ifx, with:
I get:
Which is strange because it finds it ok with I use ifort instead of ifx. The library is in the same folder as where I am running config.
The text was updated successfully, but these errors were encountered: