summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-04-07 17:25:37 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-04-07 17:25:37 (GMT)
commit1a0a3d63499e53d7b6a416218d5caa73eb1c34d6 (patch)
tree2538d28a3a8940c50bc5946c777d5b65dd571c35
parentdc10ffc02bfad3605de650c9ab6275d298e31cef (diff)
downloadhdf5-1a0a3d63499e53d7b6a416218d5caa73eb1c34d6.zip
hdf5-1a0a3d63499e53d7b6a416218d5caa73eb1c34d6.tar.gz
hdf5-1a0a3d63499e53d7b6a416218d5caa73eb1c34d6.tar.bz2
[svn-r26749] update RELEASE.txt with parallel issues resolved for 1.8.15
-rw-r--r--release_docs/RELEASE.txt16
1 files changed, 15 insertions, 1 deletions
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