#include <mpi_communicator.hpp>
Public Member Functions | |
MPIError (const string &msg="") | |
virtual const char * | what () const throw () |
Static Public Member Functions | |
static MPIError | from_code (const int err_code) |
Definition at line 43 of file mpi_communicator.hpp.
pfasst::mpi::MPIError::MPIError | ( | const string & | msg = "" | ) |
Definition at line 10 of file mpi_communicator_impl.hpp.
Referenced by from_code().
|
static |
Definition at line 19 of file mpi_communicator_impl.hpp.
References pfasst::mpi::check_mpi_error(), and MPIError().
|
virtual |
Definition at line 14 of file mpi_communicator_impl.hpp.