-
Notifications
You must be signed in to change notification settings - Fork 7
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
Investigate possible floating point exception in HDF5 library #153
Comments
This has been fixed in hdf5 1.14.4 - see HDFGroup/hdf5#3837 |
The executables in
are built against |
There are no DEBUG builds in that folder - I guess I would need to do a seperate debug build using those modules from that path ? |
I may have misunderstood, when building through spack, the file name doesn't include Release/Debug like building though This bug may no longer be relevant. With the ACCESS-NRI build, specifying |
This has been addressed in hdf5 : and patched in spack for the affected version : |
When using the 0.3.0
Debug
build of OM3 (spack 0.21.2), @micaeljtoliveira found this error when running with the MOM6-CICE6 1deg_jra55do_iaf configThe run did not fail with the
Release
build.Debug sets
-fpe0
, so we believe there is a bug within the HDF5 library which causes the exception.A small (not quite minimal) example to reproduce the problem (Use
mpifort -fpe0
) :The text was updated successfully, but these errors were encountered: