-
Notifications
You must be signed in to change notification settings - Fork 705
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
add patch for h5py 2.10.0 with 2020a toolchains to avoid MPI_Init at import #10626
Conversation
… (no longer needed after fix for h5py in d20e84e)
98f16c0
to
8cc8c05
Compare
Test report by @boegel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Test report by @ocaisa |
Test report by @boegel |
Going in, thanks for making the effort to solve this @boegel |
Test report by @akesandgren |
Test report by @verdurin |
Test report by @boegel |
This fix was also proposed upstream, see h5py/h5py#1544 .
It may get merged in slightly different form since the
h5py
developers don't seem to favor the top-leveltry
+import mpi4py
, but it's good enough to fix the h5py 2.10.0 release we're using.I've verified that the Parallel HDF5 capabilities of
h5py
are preserved with this patch (using the example from https://docs.h5py.org/en/stable/mpi.html.This should unblock #10191...