-
Notifications
You must be signed in to change notification settings - Fork 142
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
MPI builds fail with parallel HDF5 1.14.0 #4447
Comments
There is a fix in the last commit to develop, but I encountered another error when using that branch.
edit: HDF5 was a serial build in this, which explains |
With
|
Good to know but hopefully you can stick with 1.12.x for development and work this in parallel? |
1.12.2 is also bad but 1.12.1 works fine. |
1.14.1-2 and 1.14.2 remain broken. |
Thanks for exploring Ye. For both serial and parallel builds? Kitware or HDFGroup or QMCPACK or spack problem? e.g. Do we have to update any API usage? I am happy to explore here since (obviously) if HDF does not work it is game over for users. Perhaps we should update our error messages if we can detect the bad software versions.... |
I tested spack built |
Fixed in #4708 |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
d052299
CC=mpicc CXX=mpicxx cmake -G Ninja -DHDF5_ROOT=/home/svh/HDF5/1.14.0/ ../
(CMake configure step never finished)
hdf5 1.14.0 built from source with
-DHDF5_ENABLE_PARALLEL=ON
Expected behavior
A clear and concise description of what you expected to happen.
CMake to configure and build without errors.
System:
module list
]my laptop, Ubuntu 20.04
Additional context
Add any other context about the problem here.
A similar issue was already reported to HDF5
HDFGroup/hdf5#2404
The text was updated successfully, but these errors were encountered: