![]() |
Home | Libraries | People | FAQ | More |
boost::mpi::exception — Catch-all exception class for MPI errors.
// In header: <boost/mpi/exception.hpp> class exception : public { public: // public member functions (, ); ~(); () ; () ; () ; () ; };
Instances of this class will be thrown when an MPI error occurs. MPI failures that trigger these exceptions may or may not be recoverable, depending on the underlying MPI implementation. Consult the documentation for your MPI implementation to determine the effect of MPI errors.
exception
public member functions( routine, result_code);
Build a new exception
exception.
Parameters: |
|
~();
() ;
A description of the error that occurred.
() ;
Retrieve the name of the MPI routine that reported the error.
() ;Retrieve the result code returned from the MPI routine that reported the error.
() ;Returns the MPI error class associated with the error that triggered this exception.