-
Notifications
You must be signed in to change notification settings - Fork 262
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
Allow parallel writes to use zlib #1581
Conversation
Is there a minimum version of HDF5 required to support this? Or is it a feature that just has been available in parallel HDF5 but not enabled in netCDF? |
I know that 1.10.3 and 1.10.4 had bugs that caused "Too many communicators" failures that was fixed in 1.10.5. |
Looks like parallel compression output was released in 1.10.2:
|
@gsjaardema thanks! @edwardhartnett I think we need to find a way to fencepost this so that it doesn't break builds for people still using older versions of libhdf5. |
Yes, I should have made it clear that this PR is not quite ready to merge. I just wanted to try it on the CI. I would like to:
|
I'm just going to take this down while I work on it a bit more. I will put up a complete PR in a bit. |
Fixes #1580