1
1
- Sync with 1.1.3 NEWS
- Add udapl bullet
- Add MPI_STATUS_SET_ELEMENTS bullet

This commit was SVN r12538.
Этот коммит содержится в:
Jeff Squyres 2006-11-10 17:07:51 +00:00
родитель 7e03b83d23
Коммит 113fc131ef

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

@ -27,15 +27,6 @@ version 1.0.
Trunk (not on release branches yet)
-----------------------------------
- Fixes for persistent requests involving MPI_PROC_NULL. Thanks to
Lisandro Dalcin for reporting the problem.
--> Expected: 1.1.3
- Fixes to MPI_TEST* and MPI_WAIT* for proper MPI exception reporting.
Thanks to Lisandro Dalcin for finding the issue.
--> Expected: 1.1.3
- Various fixes for MPI generalized request handling; addition of
missing MPI::Grequest functionality to the C++ bindings.
--> Expected: 1.1.3 (possibly)
- Massive performance improvements for MPI collectives on high-speed
networks.
--> Expected: 1.2
@ -55,15 +46,11 @@ Trunk (not on release branches yet)
--> Expected: ???
1.3
---
- Addition of OpenIB-based unreliable datagram BTL ("ud").
1.2
---
- Fixes for MPI_STATUS_SET_ELEMENTS.
- Added man pages for several Open MPI executables and the MPI API
functions.
- A number of fixes for Alpha platforms.
@ -88,6 +75,7 @@ Trunk (not on release branches yet)
setting MPI_ERROR during MPI_TEST/MPI_WAIT.
- Addition of "cm" PML to better support library-level matching
interconnects, with initial support for Myrinet/MX and Portals.
- Addition of "udapl" BTL for transport across uDAPL interconnects.
- Really check that the $CXX given to configure is a C++ compiler
(not a C compiler that "sorta works" as a C++ compiler).
- Properly check for local host only addresses properly, looking
@ -97,6 +85,19 @@ Trunk (not on release branches yet)
1.1.3
-----
- Used better performing basic algorithm for MPI_ALLGATHERV.
- Added a workaround for a bug in the Intel 9.1 C++ compiler (all
versions up to and including 20060925) in the MPI C++ bindings that
caused run-time failures. Thanks to Scott Weitzenkamp for reporting
this problem.
- Fix MPI_SIZEOF implementation in the F90 bindings for COMPLEX
variable types.
- Fixes for persistent requests involving MPI_PROC_NULL. Thanks to
Lisandro Dalcin for reporting the problem.
- Fixes to MPI_TEST* and MPI_WAIT* for proper MPI exception reporting.
Thanks to Lisandro Dalcin for finding the issue.
- Various fixes for MPI generalized request handling; addition of
missing MPI::Grequest functionality to the C++ bindings.
- Add "mpi_preconnect_all" MCA parameter to force wireup of all MPI
connections during MPI_INIT (vs. making connections lazily whenever
the first MPI communication occurs between a pair of peers).