From 54192190419c901249d8aa90dd1eff06a713815f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 10 Nov 2006 17:28:29 +0000 Subject: [PATCH] * Move one more item down into 1.2 * Add future bullet about threaded openib btl progress This commit was SVN r12539. --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b8a83bdd50..0e5c8f5d43 100644 --- a/NEWS +++ b/NEWS @@ -27,12 +27,11 @@ version 1.0. Trunk (not on release branches yet) ----------------------------------- +- Added threaded progress for the openib BTL. + --> Expected: ?1.3? - Massive performance improvements for MPI collectives on high-speed networks. --> Expected: 1.2 -- Print better error messages when mpirun's "-nolocal" is used when - there is only one node available. - --> Expected: 1.2 - Much more scalable MPI process launch. --> Expected: 1.2 - Fixes for endian handling in MPI process startup. @@ -46,11 +45,12 @@ Trunk (not on release branches yet) --> Expected: ??? - 1.2 --- - Fixes for MPI_STATUS_SET_ELEMENTS. +- Print better error messages when mpirun's "-nolocal" is used when + there is only one node available. - Added man pages for several Open MPI executables and the MPI API functions. - A number of fixes for Alpha platforms.