summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-24 13:22:00 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-24 13:22:00 (GMT)
commitd94805d9d4cf44f206f7e8689eb6ca2a183b7c4f (patch)
treef4cea4644a55fef25986577d2b1a45e0670d5d0f /release_docs
parent1a2bf7dc76abb2a3d7a9912a4b92d98f437973d0 (diff)
downloadhdf5-d94805d9d4cf44f206f7e8689eb6ca2a183b7c4f.zip
hdf5-d94805d9d4cf44f206f7e8689eb6ca2a183b7c4f.tar.gz
hdf5-d94805d9d4cf44f206f7e8689eb6ca2a183b7c4f.tar.bz2
Brings the MPI datatype fixes from hdf5_1_10
Diffstat (limited to 'release_docs')
-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 1af7248..08bf3c8 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -371,6 +371,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