summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-22 17:42:52 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-22 17:42:52 (GMT)
commitc7a0f9bf5896a1b9e85350ebafe87165273fb77b (patch)
tree16b5495d769e33345fc51d7fe7631fe35b38559c /release_docs/RELEASE.txt
parent67ce2cff2a63b391de846f450e8ee74cbe73ab47 (diff)
parent55fe2acfb7f2806598fa139efc1026925946807d (diff)
downloadhdf5-c7a0f9bf5896a1b9e85350ebafe87165273fb77b.zip
hdf5-c7a0f9bf5896a1b9e85350ebafe87165273fb77b.tar.gz
hdf5-c7a0f9bf5896a1b9e85350ebafe87165273fb77b.tar.bz2
Merge pull request #2824 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_coll_chunk_fill_fix to hdf5_1_10
* commit '55fe2acfb7f2806598fa139efc1026925946807d': Brings the MPI datatype fixes from develop
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f0a9b39..8265240 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -349,6 +349,12 @@ Bug Fixes since HDF5-1.10.6 release
Library
-------
+ - Avoid setting up complex MPI types with 0-length vectors, which some
+ MPI implementations don't handle well. (In particular, IBM
+ SpectrumScale MPI on the Summit system at ORNL)
+
+ (QAK - 2020/08/21)
+
- Fixed use-of-uninitialized-value error
Appropriate initialization of local structs was added to remove the