diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-01-02 17:48:59 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-01-02 17:48:59 (GMT) |
commit | 57c2637df2680f75b413e3a6319363c3c26b1387 (patch) | |
tree | 826f1519e3b4cc18d319a6e5caf13008310225b4 | |
parent | 774098afa6c27dc3800e36d4e6a0a5dc0988e30e (diff) | |
parent | ffff13f0f3fef61d98012983ea71659339fa502c (diff) | |
download | hdf5-57c2637df2680f75b413e3a6319363c3c26b1387.zip hdf5-57c2637df2680f75b413e3a6319363c3c26b1387.tar.gz hdf5-57c2637df2680f75b413e3a6319363c3c26b1387.tar.bz2 |
Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e386c8b..a92881e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -132,7 +132,13 @@ New Features Parallel Library: ----------------- - - + - Changed the default behavior in parallel when reading the same dataset in its entirely + (i.e. H5S_ALL dataset selection) which is being read by all the processes collectively. + The new behavior is the HDF5 library will use an MPI_Bcast to pass the data read from + the disk by the root process to the remain processes in the MPI communicator associated + with the HDF5 file. + + (MSB - 2019/01/02, HDFFV-10652) Fortran Library: ---------------- |