hpx/async_mpi/mpi_exception.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace mpi
namespace experimental
struct mpi_exception : public exception

Public Functions

mpi_exception(int err_code, const std::string &msg = "")
int get_mpi_errorcode()

Protected Attributes

int err_code_