From 8c1b89d98a6a42f53e499edd6f2277d2c4bd6ddd Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 25 May 2006 12:29:17 +0000 Subject: [PATCH] Slight re-wording of this bullet This commit was SVN r10064. --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 0b78b80f1b..98edac1e08 100644 --- a/NEWS +++ b/NEWS @@ -28,9 +28,9 @@ version 1.0. - Addition of "trivial", "small" (the default), "medium", and "large" Fortran 90 MPI module sizes (v1.0.x's F90 module was equivalent to "medium"). See the README file for more explanation. -- Addition of short message RDMA optimization to a limited number of - peers in both the mvapi and openib BTL components. This reduce - communication latency over IB channel. +- Allow short messagees to use RDMA (vs. send/receive semantics) to a + limited number peers in both the mvapi and openib BTL components. + This reduces communication latency over IB channels. - Numerous performance improvements throughout the entire code base. - Many minor threading fixes. - Add a define OMPI_SKIP_CXX to allow the user to skip the mpicxx.h from