broadcast(T &t, int fromProcessor=0) | MPIContainer | inline |
broadcast(T *t, int size, int fromProcessor) | MPIContainer | inline |
broadcast(T *t, MercuryMPIType type, int fromProcessor=0) | MPIContainer | inline |
createMercuryMPIType(T t, MercuryMPIType type) | MPIContainer | inline |
deleteMercuryMPITypes() | MPIContainer | inline |
directReceive(T &t, int count, int from, int tag) | MPIContainer | inline |
directReceive(T *t, MercuryMPIType type, int count, int from, int tag) | MPIContainer | inline |
directSend(T &t, int count, int to, int tag) | MPIContainer | inline |
directSend(T *t, MercuryMPIType type, int count, int to, int tag) | MPIContainer | inline |
gather(T &send_t, T *receive_t) | MPIContainer | inline |
getNumberOfProcessors() const | MPIContainer | |
getProcessorID() | MPIContainer | |
initialiseMercuryMPITypes(const SpeciesHandler &speciesHandler) | MPIContainer | |
Instance() | MPIContainer | inlinestatic |
MPIContainer(const MPIContainer &orig)=delete | MPIContainer | |
MPIContainer() | MPIContainer | private |
numberOfProcessors_ | MPIContainer | private |
processorID_ | MPIContainer | private |
receive(T &t, int from, int tag) | MPIContainer | inline |
receive(T *t, int count, int from, int tag) | MPIContainer | inline |
receive(T *t, MercuryMPIType type, int count, int from, int tag) | MPIContainer | inline |
send(T &t, int to, int tag) | MPIContainer | inline |
send(T *t, int count, int to, int tag) | MPIContainer | inline |
send(T *t, MercuryMPIType type, int count, int to, int tag) | MPIContainer | inline |
sync() | MPIContainer | inline |