-
Notifications
You must be signed in to change notification settings - Fork 85
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
Test failure with ifx #167
Comments
Thanks for reporting. I haven't tried ifx in a while, and definitely not a recent version. I'll try it and let you know what I find. |
Hi @aminiussi, I can't seem to reproduce this. Here's what I have:
HDF5 is 1.12.2 built with ifort-2021.6. All tests pass on the latest main. Similarly, all tests pass with ifort-2021.10.0 (that's the latest version released before deprecation in favor of ifx. |
Hi @milancurcic, The test in my build fails with "unmapped address" with the following stack trace:
The element of the backtrace is weird: We are using hdf5 1.14.1, and the underlying gfortran is 12.2.0. Appart from that, our ifx is slightly older... |
Is that a parallel build and, if yes, which MPI is used ? Thanks |
I did a debug -check all build. The test is failing with:
|
Thank you, @aminiussi, this is very helpful and may be related to #145. It's possible that this is a bug that other compilers (and non-debug build modes) failed to catch but are producing incorrect results. I'll look deeper into this.
I haven't built in parallel with the Intel compilers. It's Intel MPI that comes bundled with the OneAPI suite, but I don't think I configured it properly on my computer and haven't had time to dedicate to a parallel Intel build. |
Hi,
Is ifx (intel nex generation fortran compiler that is replacing ifort) supported, I'm getting the following failures with ifx 2023.1.0:
On release build, these are failing on memory error.
In debug more, only test_optimizers is failing.
All this is on master
Thanks
The text was updated successfully, but these errors were encountered: