1
1
This commit was SVN r21628.
Этот коммит содержится в:
Jeff Squyres 2009-07-10 13:33:43 +00:00
родитель d88dcb9ee3
Коммит cc4ad02d42

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

@ -44,17 +44,40 @@ Trunk (not on release branches yet)
- command to execute arbitrary commands (e.g., run a script).
1.3.3 (expected)
----------------
1.3.4
-----
- Fix a number of issues with OpenIB's RDMA CM, including a memory
corruption bug, a shutdown deadlock, and a route timeout. Thanks
to David McMillen and Hal Rosenstock for help in tracking down the
issues.
1.3.3
-----
- Fix a number of issues with the openib BTL (OpenFabrics) RDMA CM,
including a memory corruption bug, a shutdown deadlock, and a route
timeout. Thanks to David McMillen and Hal Rosenstock for help in
tracking down the issues.
- Change the behavior of the EXTRA_STATE parameter that is passed to
Fortran attribute callback functions: this value is now stored
internally in MPI -- it no longer references the original value
passed by MPI_*_CREATE_KEYVAL.
- Allow the overriding RFC1918 and RFC3330 for the specification of
"private" networks, thereby influencing Open MPI's TCP
"reachability" computations.
- Improve flow control issues in the sm btl, by both tweaking the
shared memory progression rules and by enabling the "sync" collective
to barrier every 1,000th collective.
- Various fixes for the IBM XL C/C++ v10.1 compiler.
- Allow explicit disabling of ptmalloc2 hooks at runtime (e.g., enable
support for Debain's builtroot system). Thanks to Manuel Prinz and
the rest of the Debian crew for helping identify and fix this issue.
- Various minor fixes for the I/O forwarding subsystem.
- Big endian iWARP fixes in the Open Fabrics RDMA CM support.
- Update support for various OpenFabrics devices in the openib BTL's
.ini file.
- Fixed undefined symbol issue with Open MPI's parallel debugger
message queue support so it can be compiled by Sun Studio compilers.
- Update MPI_SUBVERSION to 1 in the Fortran bindings.
- Fix MPI_GRAPH_CREATE Fortran 90 binding.
- Fix MPI_GROUP_COMPARE behavior with regards to MPI_IDENT. Thanks to
Geoffrey Irving for identifying the problem and supplying the fix.
- Silence gcc 4.1 compiler warnings about type punning. Thanks to