'Classic' CCA c++ binding (ccaffeine-only)
0.5.7
|
UNADOPTED standard service. More...
#include <MPIService.h>
Public Member Functions | |
virtual | ~MPIService () |
obligatory vdtor | |
virtual MPI_Comm | getComm () CLASSIC_CCA_PURE |
Get an mpi communicator with the same scope as the component instance. | |
virtual void | releaseComm (MPI_Comm m) CLASSIC_CCA_PURE |
Let go the communicator. |
UNADOPTED standard service.
Port string name "gov.cca.MPIService".
virtual classic::gov::cca::MPIService::~MPIService | ( | ) | [inline, virtual] |
obligatory vdtor
{}
virtual MPI_Comm classic::gov::cca::MPIService::getComm | ( | ) | [virtual] |
Get an mpi communicator with the same scope as the component instance.
Won't be mpi_comm_null.
virtual void classic::gov::cca::MPIService::releaseComm | ( | MPI_Comm | m | ) | [virtual] |
Let go the communicator.
previously fetched with getComm.