summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-31 00:46:41 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-31 00:46:41 (GMT)
commit0ef588986260da7bd72697c276f0f8937791f59f (patch)
tree81455c1f2bcd503b372797a7fc1fcd87526de9ab /release_docs
parent43bd13837d0c2e50651cbded2fae90d9189d1b73 (diff)
downloadhdf5-0ef588986260da7bd72697c276f0f8937791f59f.zip
hdf5-0ef588986260da7bd72697c276f0f8937791f59f.tar.gz
hdf5-0ef588986260da7bd72697c276f0f8937791f59f.tar.bz2
Replaced all MPI-1 calls with MPI-2 equivalents (from develop).
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 333f742..228ee43 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -147,7 +147,13 @@ New Features
Parallel Library:
-----------------
- -
+ - All MPI-1 API calls have been replaced with MPI-2 equivalents.
+
+ This was done to better support OpenMPI, as default builds no longer
+ include MPI-1 support (as of OpenMPI 4.0).
+
+ (DER - 2018/12/30, HDFFV-10566)
+
Fortran Library:
----------------