MADNESS
version 0.9
|
SafeMPI exception object. More...
#include <safempi.h>
Public Member Functions | |
Exception (const int mpi_error) throw () | |
Exception (const Exception &other) throw () | |
Exception & | operator= (const Exception &other) |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Exception &e) |
SafeMPI exception object.
This exception is thrown whenever an MPI error occurs.
|
inline |
References MPI_Error_string(), MPI_MAX_ERROR_STRING, MPI_SUCCESS, and strncpy().
|
inline |
References MPI_MAX_ERROR_STRING, and strncpy().
|
inlinevirtual |
References MPI_MAX_ERROR_STRING, and strncpy().
|
inlinevirtual |
|
friend |