Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

gov::cca::MPIService Class Reference

UNADOPTED standard service. More...

#include <MPIService.h>

Inheritance diagram for gov::cca::MPIService:

Inheritance graph
[legend]
Collaboration diagram for gov::cca::MPIService:

Collaboration graph
[legend]
List of all members.

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...


Detailed Description

UNADOPTED standard service.

Port string name "gov.cca.MPIService".


Constructor & Destructor Documentation

virtual gov::cca::MPIService::~MPIService   [inline, virtual]
 

obligatory vdtor.

00017 {}


Member Function Documentation

virtual MPI_Comm gov::cca::MPIService::getComm   [pure virtual]
 

Get an mpi communicator with the same scope as the component instance.

Won't be mpi_comm_null.

virtual void gov::cca::MPIService::releaseComm MPI_Comm    m [pure virtual]
 

Let go the communicator.

previously fetched with getComm.


The documentation for this class was generated from the following file:
Generated on Tue Aug 20 14:30:32 2002 for CCA Specification/Proposals by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002