diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2021-02-17 12:37:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 12:37:23 (GMT) |
commit | afdb7903c644ef8eab44a66248b85ce9bed60db8 (patch) | |
tree | f93fb1f558ad2cc972b81345f4bd8fbe45dbbb20 /release_docs | |
parent | 2359a9b020761efd83b8a493b12f40b8a9696000 (diff) | |
download | hdf5-afdb7903c644ef8eab44a66248b85ce9bed60db8.zip hdf5-afdb7903c644ef8eab44a66248b85ce9bed60db8.tar.gz hdf5-afdb7903c644ef8eab44a66248b85ce9bed60db8.tar.bz2 |
Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F_get_access_plist (#342)
* Avoid freeing MPI_COMM_WORLD in H5_mpi_comm_free
* Copy MPI Comm and Info to new FAPL in H5F_get_access_plist
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c844b82..228f771 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -696,6 +696,15 @@ Bug Fixes since HDF5-1.12.0 release ================================== Library ------- + - Fixed issue with MPI communicator and info object not being + copied into new FAPL retrieved from H5F_get_access_plist + + Added logic to copy the MPI communicator and info object into + the output FAPL. MPI communicator is retrieved from the VFD, while + the MPI info object is retrieved from the file's original FAPL. + + (JTH - 2021/02/15, HDFFV-11109) + - Fixed problems with vlens and refs inside compound using H5VLget_file_type() |