1#ifndef MPIBorrow_h_seen
2#define MPIBorrow_h_seen
38 virtual MPI_Comm
borrowComm(
int tagCount,
int *tagList,
int &key) CLASSIC_CCA_PURE;
47 virtual void returnComm(MPI_Comm,
int tagCount,
int *tagList,
int key) CLASSIC_CCA_PURE;
UNADOPTED standard service.
Definition MPIBorrow.h:18
virtual MPI_Comm borrowComm(int tagCount, int *tagList, int &key) CLASSIC_CCA_PURE
Get a communicator of the port provider.
virtual ~MPIBorrow()
obligatory vdtor
Definition MPIBorrow.h:23
virtual void returnComm(MPI_Comm, int tagCount, int *tagList, int key) CLASSIC_CCA_PURE
Return a previously borrowed communicator and tag list.
A tag interface to identify an interface capable of being exported to or imported from a CCA componen...
Definition cca.h:92
To deal with babel taking over this same namespace we name this one "classic.
Definition SimpleStamper.h:7