From 5f258f06cbae0d2c420d8cca58601b914434110f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 2 May 2016 06:47:14 -0700 Subject: [PATCH] NEWS: Add bullet about MPI C++ bindings Signed-off-by: Jeff Squyres --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 703cc4a4d7..9fa0f4a2cc 100644 --- a/NEWS +++ b/NEWS @@ -80,6 +80,10 @@ Master (not on release branches yet) - Many enhancements to MPI RMA. Open MPI now maps MPI RMA operations on to native RMA operations for those networks which support this capability. +- The MPI C++ bindings -- which were removed from the MPI standard in + v3.0 -- are no longer built by default and will be removed in some + future version of Open MPI. Use the --enable-mpi-cxx-bindings + configure option to build the deprecated/removed MPI C++ bindings. - ompi_info now shows all components, even if they do not have MCA parameters. The prettyprint output now separates groups with a dashed line.