1
1
openmpi/ompi/errhandler
Brian Barrett 1ba97181dc A number of MPI-2 compliance fixes for the C++ bindings:
* Added Create_errhandler for MPI::File
  * Make errors_throw_exceptions a first-class predefined exception
    handler, and make it work for Comm, File, and Win
  * Deal with error handlers and attributes for Files, Types, and Wins
    like we do with Comms - can't just cast the callbacks from C++
    signatures to C signatures.  Callbacks will then fire with the
    C object, not the C++ object.  That's bad.

Refs trac:455

This commit was SVN r12945.

The following Trac tickets were found above:
  Ticket 455 --> https://svn.open-mpi.org/trac/ompi/ticket/455
2006-12-30 23:41:42 +00:00
..
errcode-internal.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
errcode-internal.h Fixes trac:659 2006-12-09 14:20:08 +00:00
errcode.c Adding more accurate checking of the input parameters for the 2006-12-21 19:36:31 +00:00
errcode.h Adding more accurate checking of the input parameters for the 2006-12-21 19:36:31 +00:00
errhandler_invoke.c Fixes trac:659 2006-12-09 14:20:08 +00:00
errhandler_predefined.c Rewriting much of the errorcode and errorclass code, since 2006-12-05 19:07:02 +00:00
errhandler_predefined.h Merge in present work on the MPI-2 onesided chapter. The current code is not 2006-01-28 15:38:37 +00:00
errhandler.c A number of MPI-2 compliance fixes for the C++ bindings: 2006-12-30 23:41:42 +00:00
errhandler.h A number of MPI-2 compliance fixes for the C++ bindings: 2006-12-30 23:41:42 +00:00
Makefile.am Rewriting much of the errorcode and errorclass code, since 2006-12-05 19:07:02 +00:00