diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-25 19:06:44 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-25 19:06:44 (GMT) |
commit | e9067227aed3c8fe0266e3e8d1cc1d5558ceb096 (patch) | |
tree | 47ceffa6aa89483922ab75b2a9c59784a5bcd285 /release_docs/RELEASE.txt | |
parent | 2e2854cbb17086509eb9f2c2a3978c421a511ea5 (diff) | |
download | hdf5-e9067227aed3c8fe0266e3e8d1cc1d5558ceb096.zip hdf5-e9067227aed3c8fe0266e3e8d1cc1d5558ceb096.tar.gz hdf5-e9067227aed3c8fe0266e3e8d1cc1d5558ceb096.tar.bz2 |
HDFFV-10297 Update release note
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index db3e4e0..4714232 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -78,7 +78,7 @@ New Features file driver in HDF5 by previously having called H5Pset_fapl_mpio(). HDF5 parallel file operations which do not employ multiple ranks - e.g. specifiying MPI_COMM_SELF (whose MPI_Comm_size == 1) + e.g. specifiying MPI_COMM_SELF (whose MPI_Comm_size == 1) as opposed to MPI_COMM_WORLD, will not be affected by this optimization. Conversely, parallel file operations on subgroups of MPI_COMM_WORLD are allowed to be run in parallel with each @@ -199,6 +199,7 @@ Bug Fixes since HDF5-1.10.1 release Modified H5Zfilter_avail and private function, H5Z_filter_avail. Moved check for plugin from public to private function. Updated H5P__set_filter due to change in H5Z_filter_avail. Updated tests. + Note that the output display of h5repack has changed. (ADB - 2017/10/10, HDFFV-10297) |