v0.14.0 |
Wrap MPI communicator such that is destroyed when is out of scope. More...
#include <src/interfaces/Core.hpp>
Public Member Functions | |
WrapMPIComm (MPI_Comm comm, bool petsc) | |
~WrapMPIComm () | |
auto | get_comm () |
Private Attributes | |
MPI_Comm | comm |
MPI_Comm | duplicatedComm |
bool | isPetscComm |
Wrap MPI communicator such that is destroyed when is out of scope.
MoFEM::WrapMPIComm::WrapMPIComm | ( | MPI_Comm | comm, |
bool | petsc | ||
) |