#include <MPIService.h>
Inheritance diagram for gov::cca::MPIService:


Public Methods | |
| virtual | ~MPIService () |
| obligatory vdtor. More... | |
| virtual MPI_Comm | getComm ()=0 |
| Get an mpi communicator with the same scope as the component instance. More... | |
| virtual void | releaseComm (MPI_Comm m)=0 |
| Let go the communicator. More... | |
Port string name "gov.cca.MPIService".
|
|
obligatory vdtor.
00017 {}
|
|
|
Get an mpi communicator with the same scope as the component instance. Won't be mpi_comm_null. |
|
|
Let go the communicator. previously fetched with getComm. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002