|
SimGrid
3.18
Versatile Simulation of Distributed Systems
|
This is the complete list of members for simgrid::smpi::Request, including all inherited members.
| add_f() override | simgrid::smpi::Request | virtual |
| c2f() | simgrid::smpi::F2C | virtual |
| comm() | simgrid::smpi::Request | |
| delete_lookup() | simgrid::smpi::F2C | static |
| detached() | simgrid::smpi::Request | |
| dst() | simgrid::smpi::Request | |
| f2c(int) | simgrid::smpi::Request | static |
| f2c_id() | simgrid::smpi::F2C | protectedstatic |
| f2c_id_increment() | simgrid::smpi::F2C | protectedstatic |
| f2c_lookup() | simgrid::smpi::F2C | protectedstatic |
| finish_wait(MPI_Request *request, MPI_Status *status) | simgrid::smpi::Request | static |
| flags() | simgrid::smpi::Request | |
| free_f(int id) | simgrid::smpi::Request | static |
| get_key(char *key, int id) | simgrid::smpi::F2C | static |
| get_key_id(char *key, int id) | simgrid::smpi::F2C | static |
| iprobe(int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status) | simgrid::smpi::Request | static |
| irecv(void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm) | simgrid::smpi::Request | static |
| irecv_init(void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm) | simgrid::smpi::Request | static |
| isend(void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) | simgrid::smpi::Request | static |
| isend_init(void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) | simgrid::smpi::Request | static |
| issend(void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) | simgrid::smpi::Request | static |
| lookup() | simgrid::smpi::F2C | static |
| match_recv(void *a, void *b, simgrid::kernel::activity::CommImpl *ignored) | simgrid::smpi::Request | static |
| match_send(void *a, void *b, simgrid::kernel::activity::CommImpl *ignored) | simgrid::smpi::Request | static |
| print_request(const char *message) | simgrid::smpi::Request | |
| probe(int source, int tag, MPI_Comm comm, MPI_Status *status) | simgrid::smpi::Request | static |
| real_size() | simgrid::smpi::Request | |
| recv(void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm, MPI_Status *status) | simgrid::smpi::Request | static |
| recv_init(void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm) | simgrid::smpi::Request | static |
| Request()=default | simgrid::smpi::Request | |
| Request(void *buf, int count, MPI_Datatype datatype, int src, int dst, int tag, MPI_Comm comm, unsigned flags) | simgrid::smpi::Request | |
| rma_recv_init(void *buf, int count, MPI_Datatype datatype, int src, int dst, int tag, MPI_Comm comm, MPI_Op op) | simgrid::smpi::Request | static |
| rma_send_init(void *buf, int count, MPI_Datatype datatype, int src, int dst, int tag, MPI_Comm comm, MPI_Op op) | simgrid::smpi::Request | static |
| send(void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) | simgrid::smpi::Request | static |
| send_init(void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) | simgrid::smpi::Request | static |
| sendrecv(void *sendbuf, int sendcount, MPI_Datatype sendtype, int dst, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int src, int recvtag, MPI_Comm comm, MPI_Status *status) | simgrid::smpi::Request | static |
| set_f2c_lookup(std::unordered_map< std::string, F2C *> *map) | simgrid::smpi::F2C | protectedstatic |
| size() | simgrid::smpi::Request | |
| src() | simgrid::smpi::Request | |
| ssend(void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) | simgrid::smpi::Request | static |
| ssend_init(void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) | simgrid::smpi::Request | static |
| start() | simgrid::smpi::Request | |
| startall(int count, MPI_Request *requests) | simgrid::smpi::Request | static |
| tag() | simgrid::smpi::Request | |
| test(MPI_Request *request, MPI_Status *status) | simgrid::smpi::Request | static |
| testall(int count, MPI_Request requests[], MPI_Status status[]) | simgrid::smpi::Request | static |
| testany(int count, MPI_Request requests[], int *index, MPI_Status *status) | simgrid::smpi::Request | static |
| testsome(int incount, MPI_Request requests[], int *indices, MPI_Status status[]) | simgrid::smpi::Request | static |
| unref(MPI_Request *request) | simgrid::smpi::Request | static |
| wait(MPI_Request *req, MPI_Status *status) | simgrid::smpi::Request | static |
| waitall(int count, MPI_Request requests[], MPI_Status status[]) | simgrid::smpi::Request | static |
| waitany(int count, MPI_Request requests[], MPI_Status *status) | simgrid::smpi::Request | static |
| waitsome(int incount, MPI_Request requests[], int *indices, MPI_Status status[]) | simgrid::smpi::Request | static |
| ~F2C()=default | simgrid::smpi::F2C | virtual |