Playa::MPIComm Member List

This is the complete list of members for Playa::MPIComm, including all inherited members.

allGather(void *sendBuf, int sendCount, const MPIDataType &sendType, void *recvBuf, int recvCount, const MPIDataType &recvType) const Playa::MPIComm
allGatherv(void *sendBuf, int sendCount, const MPIDataType &sendType, void *recvBuf, int *recvCount, int *recvDisplacements, const MPIDataType &recvType) const Playa::MPIComm
allReduce(void *input, void *result, int inputCount, const MPIDataType &type, const MPIOp &op) const Playa::MPIComm
allToAll(void *sendBuf, int sendCount, const MPIDataType &sendType, void *recvBuf, int recvCount, const MPIDataType &recvType) const Playa::MPIComm
allToAllv(void *sendBuf, int *sendCount, int *sendDisplacements, const MPIDataType &sendType, void *recvBuf, int *recvCount, int *recvDisplacements, const MPIDataType &recvType) const Playa::MPIComm
bcast(void *msg, int length, const MPIDataType &type, int src) const Playa::MPIComm
errCheck(int errCode, const std::string &methodName)Playa::MPIComm [static]
gather(void *sendBuf, int sendCount, const MPIDataType &sendType, void *recvBuf, int recvCount, const MPIDataType &recvType, int root) const Playa::MPIComm
gatherv(void *sendBuf, int sendCount, const MPIDataType &sendType, void *recvBuf, int *recvCount, int *displacements, const MPIDataType &recvType, int root) const Playa::MPIComm
getNProc() const Playa::MPIComm [inline]
getRank() const Playa::MPIComm [inline]
init()Playa::MPIComm [private]
MPIComm()Playa::MPIComm
mpiIsRunning() const Playa::MPIComm [private]
myRank_Playa::MPIComm [private]
nProc_Playa::MPIComm [private]
self()Playa::MPIComm [static]
synchronize() const Playa::MPIComm
world()Playa::MPIComm [static]

Site Contact