1
1
Jeff Squyres 359d7e122e Fix a problem noted by Paul Kapinos: MPI_COMM_SET_ERRHANDLER and
MPI_WIN_SET_ERRHANDLER had their MPI handle parameters marked as INOUT
instead of IN, thereby disallowing passing pre-defined handles through
because they are constants (e.g., MPI_COMM_WORLD).  This wasn't really
a problem for MPI_WIN_SET_ERRHANDLER since there are no predefined
windows, but it wasn't right.

This commit was SVN r23098.
2010-05-04 20:05:35 +00:00
..
2010-03-16 00:47:10 +00:00
2010-01-07 18:16:39 +00:00
2009-08-20 21:23:54 +00:00
2010-04-29 11:45:25 +00:00
2009-08-20 02:29:30 +00:00
2009-08-20 11:42:18 +00:00