allGather(void *sendBuf, int sendCount, int sendType, void *recvBuf, int recvCount, int recvType) const | Sundance::MPIComm | |
allGatherv(void *sendBuf, int sendCount, int sendType, void *recvBuf, int *recvCount, int *recvDisplacements, int recvType) const | Sundance::MPIComm | |
allReduce(void *input, void *result, int inputCount, int type, int op) const | Sundance::MPIComm | |
allToAll(void *sendBuf, int sendCount, int sendType, void *recvBuf, int recvCount, int recvType) const | Sundance::MPIComm | |
allToAllv(void *sendBuf, int *sendCount, int *sendDisplacements, int sendType, void *recvBuf, int *recvCount, int *recvDisplacements, int recvType) const | Sundance::MPIComm | |
bcast(void *msg, int length, int type, int src) const | Sundance::MPIComm | |
CHAR | Sundance::MPIComm | [static] |
comm_ | Sundance::MPIComm | [private] |
disableIrecv(int proc) const | Sundance::MPIComm | |
DOUBLE | Sundance::MPIComm | [static] |
errCheck(int errCode, const string &methodName) | Sundance::MPIComm | [static] |
finalize() | Sundance::MPIComm | [static] |
FLOAT | Sundance::MPIComm | [static] |
gather(void *sendBuf, int sendCount, int sendType, void *recvBuf, int recvCount, int recvType, int root) const | Sundance::MPIComm | |
getComm() const | Sundance::MPIComm | [inline] |
getDataType(int type) | Sundance::MPIComm | [static] |
getMachineName() const | Sundance::MPIComm | |
getNProc() const | Sundance::MPIComm | [inline] |
getOp(int op) | Sundance::MPIComm | [static] |
getRank() const | Sundance::MPIComm | [inline] |
getRequest(int pid) const | Sundance::MPIComm | [inline] |
getRequestTSFArray() const | Sundance::MPIComm | [inline] |
init() | Sundance::MPIComm | |
init(int *argc, void ***argv) | Sundance::MPIComm | [static] |
INT | Sundance::MPIComm | [static] |
irecv(void *msg, int length, int type, int tag, int src) const | Sundance::MPIComm | |
machineName_ | Sundance::MPIComm | [private, static] |
MAX | Sundance::MPIComm | [static] |
MIN | Sundance::MPIComm | [static] |
MPIComm() | Sundance::MPIComm | |
MPIComm(MPI_Comm comm) | Sundance::MPIComm | |
myRank_ | Sundance::MPIComm | [private] |
nProc_ | Sundance::MPIComm | [private] |
PROD | Sundance::MPIComm | [static] |
recv(void *msg, int length, int type, int tag, int src) const | Sundance::MPIComm | |
req_ | Sundance::MPIComm | [private] |
send(void *msg, int length, int type, int tag, int dest) const | Sundance::MPIComm | |
setRequest(int pid, MPI_Request req) const | Sundance::MPIComm | [inline] |
SUM | Sundance::MPIComm | [static] |
synchronize() const | Sundance::MPIComm | |
testAny() const | Sundance::MPIComm | |
wait(int handler) const | Sundance::MPIComm | |
waitAny() const | Sundance::MPIComm | |
world() | Sundance::MPIComm | [static] |