Abort(int code) | PLMD::Communicator | |
Allgather(ConstData in, Data out) | PLMD::Communicator | |
Allgather(const T *sendbuf, int sendcount, S *recvbuf, int recvcount) | PLMD::Communicator | inline |
Allgather(const T &sendbuf, S &recvbuf) | PLMD::Communicator | inline |
Allgatherv(ConstData in, Data out, const int *, const int *) | PLMD::Communicator | |
Allgatherv(const T *sendbuf, int sendcount, S *recvbuf, const int *recvcounts, const int *displs) | PLMD::Communicator | inline |
Allgatherv(const T &sendbuf, S &recvbuf, const int *recvcounts, const int *displs) | PLMD::Communicator | inline |
Barrier() const | PLMD::Communicator | |
Bcast(Data, int) | PLMD::Communicator | |
Bcast(T *buf, int count, int root) | PLMD::Communicator | inline |
Bcast(T &buf, int root) | PLMD::Communicator | inline |
Communicator() | PLMD::Communicator | |
Communicator(const Communicator &) | PLMD::Communicator | |
communicator | PLMD::Communicator | private |
Get_comm() | PLMD::Communicator | |
Get_rank() const | PLMD::Communicator | |
Get_size() const | PLMD::Communicator | |
Get_world() | PLMD::Communicator | static |
getMPIType() | PLMD::Communicator | privatestatic |
getMPIType() | PLMD::Communicator | private |
getMPIType() | PLMD::Communicator | private |
getMPIType() | PLMD::Communicator | private |
getMPIType() | PLMD::Communicator | private |
getMPIType() | PLMD::Communicator | private |
getMPIType() | PLMD::Communicator | private |
initialized() | PLMD::Communicator | static |
Isend(ConstData, int, int) | PLMD::Communicator | |
Isend(const T *buf, int count, int source, int tag) | PLMD::Communicator | inline |
Isend(const T &buf, int source, int tag) | PLMD::Communicator | inline |
operator=(const Communicator &) | PLMD::Communicator | |
Recv(Data, int, int, Status &s=StatusIgnore) | PLMD::Communicator | |
Recv(T *buf, int count, int source, int tag, Status &s=StatusIgnore) | PLMD::Communicator | inline |
Recv(T &buf, int source, int tag, Status &s=StatusIgnore) | PLMD::Communicator | inline |
Set_comm(MPI_Comm comm) | PLMD::Communicator | |
Set_comm(void *comm) | PLMD::Communicator | |
Set_fcomm(void *comm) | PLMD::Communicator | |
Split(int, int, Communicator &) const | PLMD::Communicator | |
StatusIgnore | PLMD::Communicator | static |
Sum(Data) | PLMD::Communicator | |
Sum(T *buf, int count) | PLMD::Communicator | inline |
Sum(T &buf) | PLMD::Communicator | inline |
~Communicator() | PLMD::Communicator | virtual |