|
'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. | |
Public Member Functions inherited from classic::gov::cca::Port | |
| virtual | ~Port () |
| obligatory virtual destructor | |
UNADOPTED standard service.
Port string name "gov.cca.MPIService".
|
inlinevirtual |
obligatory vdtor
|
virtual |
Get an mpi communicator with the same scope as the component instance.
Won't be mpi_comm_null.
|
virtual |
Let go the communicator.
previously fetched with getComm.