|
static void | finish_wait (MPI_Request *request, MPI_Status *status) |
|
static void | unref (MPI_Request *request) |
|
static void | wait (MPI_Request *req, MPI_Status *status) |
|
static MPI_Request | send_init (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) |
|
static MPI_Request | isend_init (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) |
|
static MPI_Request | ssend_init (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) |
|
static MPI_Request | rma_send_init (void *buf, int count, MPI_Datatype datatype, int src, int dst, int tag, MPI_Comm comm, MPI_Op op) |
|
static MPI_Request | recv_init (void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm) |
|
static MPI_Request | rma_recv_init (void *buf, int count, MPI_Datatype datatype, int src, int dst, int tag, MPI_Comm comm, MPI_Op op) |
|
static MPI_Request | irecv_init (void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm) |
|
static MPI_Request | isend (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) |
|
static MPI_Request | issend (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) |
|
static MPI_Request | irecv (void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm) |
|
static void | recv (void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm, MPI_Status *status) |
|
static void | send (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) |
|
static void | ssend (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) |
|
static void | 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) |
|
static void | startall (int count, MPI_Request *requests) |
|
static int | test (MPI_Request *request, MPI_Status *status) |
|
static int | testsome (int incount, MPI_Request requests[], int *indices, MPI_Status status[]) |
|
static int | testany (int count, MPI_Request requests[], int *index, MPI_Status *status) |
|
static int | testall (int count, MPI_Request requests[], MPI_Status status[]) |
|
static void | probe (int source, int tag, MPI_Comm comm, MPI_Status *status) |
|
static void | iprobe (int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status) |
|
static int | waitany (int count, MPI_Request requests[], MPI_Status *status) |
|
static int | waitall (int count, MPI_Request requests[], MPI_Status status[]) |
|
static int | waitsome (int incount, MPI_Request requests[], int *indices, MPI_Status status[]) |
|
static int | match_send (void *a, void *b, smx_activity_t ignored) |
|
static int | match_recv (void *a, void *b, smx_activity_t ignored) |
|
static void | free_f (int id) |
|
static Request * | f2c (int) |
|
static char * | get_key (char *key, int id) |
|
static char * | get_key_id (char *key, int id) |
|
static void | delete_lookup () |
|
static xbt_dict_t | lookup () |
|
static void | free_f (int id) |
|
static F2C * | f2c (int id) |
|