#include <mpi.hpp>
Definition at line 116 of file mpi.hpp.
havoqgt::mpi::mpi_communicator::mpi_communicator |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
inline |
Definition at line 118 of file mpi.hpp.
void check_mpi(int ret)
Checks MPI return codes.
havoqgt::mpi::mpi_communicator::mpi_communicator |
( |
MPI_Comm |
comm | ) |
|
|
inline |
havoqgt::mpi::mpi_communicator::~mpi_communicator |
( |
| ) |
|
|
inline |
Definition at line 127 of file mpi.hpp.
void check_mpi(int ret)
Checks MPI return codes.
void havoqgt::mpi::mpi_communicator::check_mpi |
( |
int |
ret | ) |
|
|
inlineprivate |
Checks MPI return codes.
Definition at line 138 of file mpi.hpp.
139 if(ret != MPI_SUCCESS) {
140 char estring[MPI_MAX_ERROR_STRING];
142 MPI_Error_string(ret, estring, &len);
144 std::cerr <<
"MPI ERROR = " << estring << std::endl;
bool havoqgt::mpi::mpi_communicator::init |
|
private |
MPI_Comm havoqgt::mpi::mpi_communicator::m_comm |
|
private |
uint32_t havoqgt::mpi::mpi_communicator::m_rank |
|
private |
uint32_t havoqgt::mpi::mpi_communicator::m_size |
|
private |
The documentation for this class was generated from the following file: