-
Notifications
You must be signed in to change notification settings - Fork 91
Supported HDF5 version #168
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
Comments
I have not tested with HDF5 1.14.x. On my system, the latest provided by the OS (Ubuntu 22.04 LTS) and which I use to build neural-fortran with GCC is 1.10.7. The HDF5 that I've built from source with ifort and ifx is 1.12.2, and that works as well. What error messages do you have and on what specific platforms? |
|
Note that HDF5 was built with cmake, here is the organisation of the libs:
|
@aminiussi were you able to secure a work-around for this? Facing a similar issue when working on TACC with the module list as:
However, upon the cmake command
|
Thanks @the-ethan-hunt. Do you need the HDF5 part for your work? It's used only to read Keras saved models. I'm planning to make it optional at build time. |
If you don't need HDF5, try building the branch from this PR: #187 |
Thanks a lot @milancurcic ! That worked out well! |
Neural-fortran main branch no longer relies on HDF5. The Keras HDF5 adapter has moved here: https://github.com/neural-fortran/nf-keras-hdf5. I will close this issue assuming it's no longer a problem. |
Hi,
We tried to build with HDF5 1.14.x and it either fails at compile time or crashes at runtime (depending on platforms).
Was it tested with that 1.14.0 version ?
Thanks
The text was updated successfully, but these errors were encountered: