summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-09-18 21:31:39 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-09-18 21:31:39 (GMT)
commitfa71f922472f3fb79fa2242728f8bc200091b4b9 (patch)
tree6bbef9e4ce691ed6df83f40e56a79de9cddc325d /release_docs
parent421a0c350c3e5b2dc5c544d2c83eae4cd44a9848 (diff)
downloadhdf5-fa71f922472f3fb79fa2242728f8bc200091b4b9.zip
hdf5-fa71f922472f3fb79fa2242728f8bc200091b4b9.tar.gz
hdf5-fa71f922472f3fb79fa2242728f8bc200091b4b9.tar.bz2
Merged HDFFV-10893 (inappropriate MPI C++ linkage) to 1.8.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 261d872..21538cb 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -228,6 +228,18 @@ Bug Fixes since HDF5-1.8.21
(ADB - 2018/09/05, HDFFV-9059)
+ - Inappropriate linking with deprecated MPI C++ libraries
+
+ HDF5 does not define *_SKIP_MPICXX in the public headers, so applications
+ can inadvertently wind up linking to the deprecated MPI C++ wrappers.
+
+ MPICH_SKIP_MPICXX and OMPI_SKIP_MPICXX have both been defined in H5public.h
+ so this should no longer be an issue. HDF5 makes no use of the deprecated
+ MPI C++ wrappers.
+
+ (DER - 2019/09/17, HDFFV-10893)
+
+
Parallel Library
----------------
- None