From 2b85844d8bd8bf54de568c9a4d0b76a3032f4587 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 5 Oct 2006 17:00:09 +0000 Subject: [PATCH] - Sync with 1.1 - Remove heterogeneous comment from 1.3 and push down to 1.1.2 - Add man page comment This commit was SVN r12018. --- NEWS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a0304408ba..33b93755bd 100644 --- a/NEWS +++ b/NEWS @@ -28,13 +28,13 @@ version 1.0. --- - Addition of OpenIB-based unreliable datagram BTL ("ud"). -- Welcome heterogeneous environments. Fine grain [type based] data conversion - is now the default. Call the optimized version of the copy function if - a communication involve an identical type on both peers. + 1.2 --- +- Added man pages for several Open MPI executables and the MPI API + functions. - A number of fixes for Alpha platforms. - A variety of Fortran API fixes. - Build the Fortran MPI API as a separate library to allow these @@ -67,6 +67,11 @@ version 1.0. 1.1.2 ----- +- Really fix Fortran status handling in MPI_WAITSOME and MPI_TESTSOME. +- Various datatype fixes, reported by several users as causing + failures in the BLACS testing suite. Thanks to Harald Forbert, Ake + Sandgren and, Michael Kluskens for reporting the problem. +- Correctness and performance fixes for heterogeneous environments. - Fixed a error in command line parsing on some platforms (causing mpirun to crash without doing anything). - Fix for initialization hangs on 64 bit Mac OS X PowerPC systems.