|
OpenM++ runtime library (libopenm)
|
messaging library MPI exception More...
#include <msgMpi.h>


Public Member Functions | |
| MpiException (int i_mpiReturn) | |
| create messaging library exception based on MPI return code | |
| MpiException (int i_mpiReturn, int i_rank) | |
| create messaging library exception based on MPI return code and process rank | |
| int | mpiReturn (void) const |
| get MPI return code | |
| int | rank (void) const |
| get MPI process rank | |
Public Member Functions inherited from openm::OpenmException< maxMsgSize, defaultMessage > | |
| OpenmException (const char *i_format,...) | |
| create openM++ exception. | |
| const char * | what (void) const noexcept |
| return error message | |
messaging library MPI exception