We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FE_INVALID
Describe the bug In our downstream projects AMReX and WarpX, we perform CI tests that throw on FE_INVALID FPE exceptions: https://en.cppreference.com/w/c/numeric/fenv/FE_exceptions https://amrex-codes.github.io/amrex/docs_html/Debugging.html
Since HDF5 1.14, writing HDF5 files raises such an exception.
Expected behavior Using HDF5 should not raise FPE exceptions.
Platform (please complete the following information)
Additional context Collecting a backtrace... please hang tight.
The text was updated successfully, but these errors were encountered:
Oh, this might be a duplicate of #3831 and be fixed in 1.14.4.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In our downstream projects AMReX and WarpX, we perform CI tests that throw on
FE_INVALID
FPE exceptions:https://en.cppreference.com/w/c/numeric/fenv/FE_exceptions
https://amrex-codes.github.io/amrex/docs_html/Debugging.html
Since HDF5 1.14, writing HDF5 files raises such an exception.
Expected behavior
Using HDF5 should not raise FPE exceptions.
Platform (please complete the following information)
Additional context
Collecting a backtrace... please hang tight.
The text was updated successfully, but these errors were encountered: