classic_gov_cca_MPIService(3)
| classic::gov::cca::MPIService(3) | 'Classic' CCA c++ binding (ccaffeine-only) | classic::gov::cca::MPIService(3) |
NAME
classic::gov::cca::MPIService -
UNADOPTED standard service.
SYNOPSIS
#include <MPIService.h>
Inherits classic::gov::cca::Port.
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.
Detailed Description
UNADOPTED standard service.
Port string name 'gov.cca.MPIService'.
Constructor & Destructor Documentation
virtual classic::gov::cca::MPIService::~MPIService () [inline, virtual]
obligatory vdtor
{}
Member Function Documentation
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_Commm) [virtual]
Let go the communicator. previously fetched with getComm.
Author
Generated automatically by Doxygen for 'Classic' CCA c++ binding (ccaffeine-only) from the source code.
| Tue Nov 12 2013 | Version 0.5.7 |
