-
Notifications
You must be signed in to change notification settings - Fork 114
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
Update docs for parallel HDF5 #1504
Conversation
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.
Thanks a lot for this work! I agree with @sloede on your question
Co-authored-by: Hendrik Ranocha <[email protected]>
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.
Thanks!
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #1504 +/- ##
===========================================
+ Coverage 80.22% 92.02% +11.80%
===========================================
Files 414 414
Lines 33925 33910 -15
===========================================
+ Hits 27216 31204 +3988
+ Misses 6709 2706 -4003
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
HDF5.jl v.0.17 has finally been released. So this can be merged. |
I just checked that it's using v0.17 of HDF5.jl in at least one CI job. Let's keep fingers crossed that CI passes this time. Thanks for your effort, @JoshuaLampert! |
In JuliaIO/HDF5.jl#1061 HDF5.jl changed to use Preferences.jl to enable a system-provided HDF5 library.