From 3f93d32dfa5c62ebaef166accbc65f659e24cff9 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 25 May 2006 12:28:04 +0000 Subject: [PATCH] - Add note about sm async progress fix - Ammend note about ROMIO fixes to include mention of "run-time" fixes This commit was SVN r10063. --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5e0d6b0f9e..0b78b80f1b 100644 --- a/NEWS +++ b/NEWS @@ -60,6 +60,8 @@ version 1.0. 1.0.3 ----- +- Fix shared memory progression in asynchronous progress scenarios. + Thanks to Mykael Bouquey for reporting the problem. - Fixed back-end operations for predefined MPI_PROD for some datatypes. Thanks to Bert Wesarg for reporting this. - Adapted configure to be able to handle Torque 2.1.0p0's (and above) @@ -73,8 +75,8 @@ version 1.0. - Fixed problems with MPI_FILE_OPEN and non-blocking MPI-2 IO access. - Fixed various InfiniBand port matching issues during startup. Thanks to Scott Weitzenkamp for identifying these problems. -- Fixed various configure and build issues with ROMIO. Thanks to - Dries Kimpe for bringing them to our attention. +- Fixed various configure, build and run-time issues with ROMIO. + Thanks to Dries Kimpe for bringing them to our attention. - Fixed error in MPI_COMM_SPLIT when dealing with intercommunicators. Thanks to Bert Wesarg for identifying the problem. - Fixed backwards handling of "high" parameter in MPI_INTERCOMM_MERGE.