1
1

Add bullets about MPI_Offset and C++ bindings const casting

This commit was SVN r8333.
Этот коммит содержится в:
Jeff Squyres 2005-11-30 11:07:40 +00:00
родитель 6149b5fec8
Коммит abf06b9f38

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

@ -31,6 +31,12 @@ version 1.0.
1.0.1 1.0.1
----- -----
- Converted all the C++ MPI bindings to use proper const_cast<>'s
instead of old C-style casts to get rid of const-ness. Thanks to
Martin Audet for raising the issue with us.
- Converted MPI_Offset to be a typedef instead of a #define because it
causes problems for some C++ parsers. Thanks to Martin Audet for
bringing this to our attention.
- Improved latency of TCP BTL. - Improved latency of TCP BTL.
- Fixed index value in MPI_TESTANY to be MPI_UNDEFINED if some - Fixed index value in MPI_TESTANY to be MPI_UNDEFINED if some
requests were not MPI_REQUEST_NULL, but no requests finished. requests were not MPI_REQUEST_NULL, but no requests finished.