1
1

Updated the 1.2.4 section of the NEWS file with yet more changes.

This commit was SVN r15525.
Этот коммит содержится в:
Tim Mattox 2007-07-20 00:05:14 +00:00
родитель 0b4dfe812b
Коммит 824ef791f9

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

@ -61,9 +61,6 @@ Trunk (not on release branches yet)
- Fixed a segfault crash on large SMPs when doing collectives.
--> Expected: 1.2.4
- Add support for the DDT parallel debugger via orterun's --debug
command line option.
--> Expected: 1.2.4
- Fix a problem with MPI_BOTTOM in various places of the f77-interface.
Thanks to Daniel Spangberg for bringing this up.
--> Expected 1.2.x
@ -83,6 +80,11 @@ Trunk (not on release branches yet)
1.2.4
-----
- Fixed some problems with the IO forwarding (IOF) code.
- Fixed overflow problems with the sm mpool MCA parameters on large SMPs.
- Add support for the DDT parallel debugger via orterun's --debug
command line option.
- Added some checks to the openib parameter parsing code.
- Updated the udapl BTL to use RDMA capabilities.
- Allow use of the Bproc head node if it was allocated to the user.
Thanks to Sean Kelly for reporting the problem and helping debug it.