function really needs to be passed down via OMPI_ERR_INIT_FINALIZE.
So fix up that macro, the associated errhandler handling, and all the
MPI function that use that macro.
This commit was SVN r1436.
ompi_mpi_finalized) which will invoke the errors_are_fatal error
handler directly. Updated src/mpi/c/send.c to show this as an
example. Also updated send.c to properly check for invalid comm and
invoke the errorhandler on MPI_COMM_WORLD as a result.
This commit was SVN r1412.