Skip to content
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

HAVE_HDF5_ZLIB fails with an MPI-enabled HDF5 #2742

Closed
mathstuf opened this issue Aug 31, 2023 · 1 comment · Fixed by #2757
Closed

HAVE_HDF5_ZLIB fails with an MPI-enabled HDF5 #2742

mathstuf opened this issue Aug 31, 2023 · 1 comment · Fixed by #2757

Comments

@mathstuf
Copy link
Contributor

netcdf: 4.9.2
hdf5: 1.12.1

Platform: Windows with MS-MPI

If HDF5 is built with MPI support, HAVE_HDF5_ZLIB detection fails because mpi.h cannot be found. It may be better to instead just read H5pubconf.h directly and look for if/how it is defined.

@mathstuf
Copy link
Contributor Author

USE_HDF5_SZIP seems to have similar issues.

ZedThree added a commit to ZedThree/netcdf-c that referenced this issue Oct 2, 2023
H5public.h might require MPI headers which we haven't found at this
point

Fixes Unidata#2742
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant