summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-09-17 19:11:53 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-09-17 19:11:53 (GMT)
commit71c80267ba0db1c1b439d39e4bd7c27b82510c92 (patch)
treeff6c22fdf1d55ac459890de72371ac936ee6c9fb /release_docs
parent406890277cbe92be1d68721a6fa115441ab1a726 (diff)
downloadhdf5-71c80267ba0db1c1b439d39e4bd7c27b82510c92.zip
hdf5-71c80267ba0db1c1b439d39e4bd7c27b82510c92.tar.gz
hdf5-71c80267ba0db1c1b439d39e4bd7c27b82510c92.tar.bz2
Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant
linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 17d5a03..d938fdf 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -274,6 +274,17 @@ Bug Fixes since HDF5-1.10.5 release
(DER - 2019/08/27, HDFFV-10892)
+ - 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)
+
Java Library:
----------------