Skip to content

Commit

Permalink
Merge branch 'HDFGroup:develop' into issue_3025
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup authored Oct 24, 2023
2 parents 2fa841d + fbf77a8 commit 7964b98
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,18 @@ New Features
performing I/O on all the filtered datasets at once and then performing
I/O on all the unfiltered datasets at once.

- Changed H5Pset_evict_on_close so that it can be called with a parallel
build of HDF5

Previously, H5Pset_evict_on_close would always fail when called from a
parallel build of HDF5, stating that the feature is not supported with
parallel HDF5. This failure would occur even if a parallel build of HDF5
was used with a serial HDF5 application. H5Pset_evict_on_close can now
be called regardless of the library build type and the library will
instead fail during H5Fcreate/H5Fopen if the "evict on close" property
has been set to true and the file is being opened for parallel access
with more than 1 MPI process.


Fortran Library:
----------------
Expand Down

0 comments on commit 7964b98

Please sign in to comment.