From 0f984be3810a545bc5947212619f9c088fc4b5ce Mon Sep 17 00:00:00 2001 From: Geoffrey Paulsen Date: Fri, 28 Sep 2018 16:43:09 -0500 Subject: [PATCH] NEWS: PR5794 - change MTL OFI selection Signed-off-by: Geoffrey Paulsen --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 3437cdfc67..4d9712e677 100644 --- a/NEWS +++ b/NEWS @@ -78,6 +78,8 @@ included in the vX.Y.Z section and be denoted as: - Improved support for two phase MPI I/O operations when using OMPIO. - Added support for Software-based Performance Counters, see https://github.com/davideberius/ompi/wiki/How-to-Use-Software-Based-Performance-Counters-(SPCs)-in-Open-MPI +- Change MTL OFI from opting-IN on "psm,psm2,gni" to opting-OUT on + "shm,sockets,tcp,udp,rstream" - Various improvements to MPI RMA performance when using RDMA capable interconnects. - Update memkind component to use the memkind 1.6 public API.