1
1

Added bullets for integer hostnames and out-of-order fragment matching

This commit was SVN r8360.
Этот коммит содержится в:
Jeff Squyres 2005-12-01 18:07:15 +00:00
родитель 20e6f41fe2
Коммит 3f891879b0

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

@ -31,6 +31,9 @@ version 1.0.
1.0.1
-----
- Allow hostfiles to have integer host names (for BProc clusters)
- Fixed a problem with message matching of out-of-order fragments in
multiple network device scenarios.
- 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.