- Remove some pending items
- Sync with 1.1.3 NEWS - Add udapl bullet - Add MPI_STATUS_SET_ELEMENTS bullet This commit was SVN r12538.
Этот коммит содержится в:
родитель
7e03b83d23
Коммит
113fc131ef
29
NEWS
29
NEWS
@ -27,15 +27,6 @@ version 1.0.
|
|||||||
Trunk (not on release branches yet)
|
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
|
- Massive performance improvements for MPI collectives on high-speed
|
||||||
networks.
|
networks.
|
||||||
--> Expected: 1.2
|
--> Expected: 1.2
|
||||||
@ -55,15 +46,11 @@ Trunk (not on release branches yet)
|
|||||||
--> Expected: ???
|
--> Expected: ???
|
||||||
|
|
||||||
|
|
||||||
1.3
|
|
||||||
---
|
|
||||||
|
|
||||||
- Addition of OpenIB-based unreliable datagram BTL ("ud").
|
|
||||||
|
|
||||||
|
|
||||||
1.2
|
1.2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- Fixes for MPI_STATUS_SET_ELEMENTS.
|
||||||
- Added man pages for several Open MPI executables and the MPI API
|
- Added man pages for several Open MPI executables and the MPI API
|
||||||
functions.
|
functions.
|
||||||
- A number of fixes for Alpha platforms.
|
- 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.
|
setting MPI_ERROR during MPI_TEST/MPI_WAIT.
|
||||||
- Addition of "cm" PML to better support library-level matching
|
- Addition of "cm" PML to better support library-level matching
|
||||||
interconnects, with initial support for Myrinet/MX and Portals.
|
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
|
- Really check that the $CXX given to configure is a C++ compiler
|
||||||
(not a C compiler that "sorta works" as a C++ compiler).
|
(not a C compiler that "sorta works" as a C++ compiler).
|
||||||
- Properly check for local host only addresses properly, looking
|
- Properly check for local host only addresses properly, looking
|
||||||
@ -97,6 +85,19 @@ Trunk (not on release branches yet)
|
|||||||
1.1.3
|
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
|
- Add "mpi_preconnect_all" MCA parameter to force wireup of all MPI
|
||||||
connections during MPI_INIT (vs. making connections lazily whenever
|
connections during MPI_INIT (vs. making connections lazily whenever
|
||||||
the first MPI communication occurs between a pair of peers).
|
the first MPI communication occurs between a pair of peers).
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user