#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. | |
Port string name "gov.cca.MPIService".
| 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.
1.5.9