From 4220a5cd950305598d4b9eb18b9910851ce02eaf Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 29 Nov 2005 18:43:27 +0000 Subject: [PATCH] Add bullet about Fortran arguments This commit was SVN r8315. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 97f724839d..d0beddad2b 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,8 @@ version 1.0. 1.0.1 ----- +- Fixed several Fortran MPI API implementations that incorrectly used + integers instead of logicals or address-sized integers. - Fix so that Open MPI correctly handles the Fortran value for .TRUE., regardless of what the Fortran compiler's value for .TRUE. is. - Improved scalability of MX startup.