Thrill
0.1
|
A derived exception class which looks up MPI error strings.
#include <group.hpp>
Public Member Functions | |
Exception (const std::string &what) | |
Exception (const std::string &what, int error_code) | |
Public Member Functions inherited from Exception | |
Exception (const std::string &what) | |
Exception (const std::string &what, int _errno) | |
Static Public Member Functions | |
static std::string | GetErrorString (int error_code) |
return the MPI error string More... | |
|
inlineexplicit |
Definition at line 48 of file group.hpp.
References Exception::GetErrorString().
Referenced by Group::Barrier(), thrill::net::mpi::Construct(), thrill::net::mpi::Initialize(), thrill::net::mpi::MpiRank(), thrill::net::mpi::NumMpiProcesses(), Connection::SyncRecv(), Connection::SyncSendRecv(), and Group::WaitForRequest().
|
static |
return the MPI error string
Definition at line 36 of file group.cpp.
Referenced by Exception::Exception().