![]() |
Realm
A distributed, event-based tasking library
|
This is the complete list of members for Realm::ucc::UCCComm, including all inherited members.
| get_rank() | Realm::ucc::UCCComm | inline |
| get_world_size() | Realm::ucc::UCCComm | inline |
| init() | Realm::ucc::UCCComm | |
| UCC_Allgather(void *sbuf, int sendcount, ucc_datatype_t sendtype, void *rbuf, int recvcount, ucc_datatype_t recvtype) | Realm::ucc::UCCComm | |
| UCC_Allgatherv(void *sbuf, int count, ucc_datatype_t sendtype, void *rbuf, const std::vector< int > &recvcounts, const std::vector< int > &displs, ucc_datatype_t recvtype) | Realm::ucc::UCCComm | |
| UCC_Allreduce(void *sbuf, void *rbuf, int count, ucc_datatype_t datatype, ucc_reduction_op_t op) | Realm::ucc::UCCComm | |
| UCC_Barrier() | Realm::ucc::UCCComm | |
| UCC_Bcast(void *buffer, int count, ucc_datatype_t datatype, int root) | Realm::ucc::UCCComm | |
| UCC_Finalize() | Realm::ucc::UCCComm | |
| UCC_Gather(void *sbuf, int sendcount, ucc_datatype_t sendtype, void *rbuf, int recvcount, ucc_datatype_t recvtype, int root) | Realm::ucc::UCCComm | |
| UCCComm(int rank, int world_sz, bootstrap_handle_t *bh) | Realm::ucc::UCCComm |