1
1

Add note about Fortran EXTRA_STATE stuff

This commit was SVN r21251.
This commit is contained in:
Jeff Squyres 2009-05-18 15:27:37 +00:00
parent 8dc83b0865
commit 30c126f45b

4
NEWS
View File

@ -47,6 +47,10 @@ Trunk (not on release branches yet)
1.3.3 (expected)
----------------
- 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.
- 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