diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-22 05:44:26 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-22 05:44:26 (GMT) |
commit | 55fe2acfb7f2806598fa139efc1026925946807d (patch) | |
tree | 16b5495d769e33345fc51d7fe7631fe35b38559c /release_docs | |
parent | 67ce2cff2a63b391de846f450e8ee74cbe73ab47 (diff) | |
download | hdf5-55fe2acfb7f2806598fa139efc1026925946807d.zip hdf5-55fe2acfb7f2806598fa139efc1026925946807d.tar.gz hdf5-55fe2acfb7f2806598fa139efc1026925946807d.tar.bz2 |
Brings the MPI datatype fixes from develop
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
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 |