1
1

Update the NEWS file for the release of 1.2.6, plus spelling fixes.

This commit was SVN r18093.
Этот коммит содержится в:
Tim Mattox 2008-04-07 16:39:58 +00:00
родитель 9e0bc441a6
Коммит 3f0f09fd1f

16
NEWS
Просмотреть файл

@ -1,4 +1,4 @@
Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana
University Research and Technology
Corporation. All rights reserved.
Copyright (c) 2004-2006 The University of Tennessee and The University
@ -92,10 +92,16 @@ Trunk (not on release branches yet)
--> Expected: 1.3
1.2.6 (not released yet)
1.2.7 (might never be released)
-----
- Fix a bug in the inter-allgather for asymetric inter-communicators.
- Nothing new yet.
1.2.6
-----
- Fix a bug in the inter-allgather for asymmetric inter-communicators.
Thanks to Martin Audet fro the bug report. See ticket #1247.
- Fix a bug in the openib BTL when setting the CQ depth. Thanks
to Jon Mason for the bug report and fix. See ticket #1245.
@ -108,12 +114,12 @@ Trunk (not on release branches yet)
- Added pml_ob1_use_early_completion MCA parameter to allow users
to turn off the OB1 early completion semantic and avoid "stall"
problems seen on InfiniBand in some cases. See ticket #1224.
- Sanitised some #define macros used in mpi.h to avoid compiler warnings
- Sanitized some #define macros used in mpi.h to avoid compiler warnings
caused by MPI programs built with different autoconf versions.
Thanks to Ben Allan for reporting the problem, and thanks to
Brian Barrett for the fix. See ticket #1220.
- Some man page fixes from the Debian maintainers. See ticket #1219.
- Made the openib BTL a bit more resillient in the face of driver
- Made the openib BTL a bit more resilient in the face of driver
errors. See ticket #1217.
- Fixed F90 interface for MPI_CART_CREATE. See ticket #1208.
Thanks to Michal Charemza for reporting the problem.