|
MADNESS 0.10.1
|
MPI runtime reference counter. More...
#include <worldmpi.h>

Public Member Functions | |
| WorldMpiRuntime () | |
| Constructor. | |
| ~WorldMpiRuntime () | |
| Destructor. | |
Private Attributes | |
| std::shared_ptr< WorldMpi > | world_mpi |
A pointer to WorldMpi::world_mpi. Used to help manage the lifetime of MPI. | |
MPI runtime reference counter.
This object is used to manage the lifetime of the MPI runtime by holding a reference to the WorldMpi::world_mpi pointer.
|
inline |
Constructor.
|
inline |
Destructor.
References world_mpi.
|
private |
A pointer to WorldMpi::world_mpi. Used to help manage the lifetime of MPI.
Referenced by ~WorldMpiRuntime().