From 1a0a3d63499e53d7b6a416218d5caa73eb1c34d6 Mon Sep 17 00:00:00 2001 From: Mohamad Chaarawi Date: Tue, 7 Apr 2015 12:25:37 -0500 Subject: [svn-r26749] update RELEASE.txt with parallel issues resolved for 1.8.15 --- release_docs/RELEASE.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8378037..d0ceee2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -251,7 +251,12 @@ New Features Parallel Library ---------------- - - None + - Attached an attribute destroy callback to MPI_COMM_SELF that + shuts down the HDF5 library when MPI_COMM_SELF is destroyed, + i.e. on MPI_Finalize. This should fix several issues that users + see when they forget to close HDF5 objects before calling + MPI_Finalize(). + (MSC - 2015/02/25, HDFFV-883) Tools ----- @@ -376,6 +381,15 @@ Bug Fixes since HDF5-1.8.14 with a single chunk, and at least one process has nothing to do. (NAF - 2015/02/16) + - Fixed problem with parallel tests where they failed beyond a + certain number of ranks. All tests should work for any arbitrary + number of ranks. + (MSC - 2014/11/06, HDFFV-1027,8962,8963) + + - Fixed problem with enabling MPE. Users should use the community + maintained MPE on github (http://git.mpich.org/mpe.git/). + (MSC - 2015/02/20, 9135) + Performance ------------- - None -- cgit v0.12