|
| XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (smpi_pmpi) |
|
int | PMPI_Send_init (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm, MPI_Request *request) |
|
int | PMPI_Recv_init (void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm, MPI_Request *request) |
|
int | PMPI_Ssend_init (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm, MPI_Request *request) |
|
int | PMPI_Start (MPI_Request *request) |
|
int | PMPI_Startall (int count, MPI_Request *requests) |
|
int | PMPI_Request_free (MPI_Request *request) |
|
int | PMPI_Irecv (void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm, MPI_Request *request) |
|
int | PMPI_Isend (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm, MPI_Request *request) |
|
int | PMPI_Issend (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm, MPI_Request *request) |
|
int | PMPI_Recv (void *buf, int count, MPI_Datatype datatype, int src, int tag, MPI_Comm comm, MPI_Status *status) |
|
int | PMPI_Send (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) |
|
int | PMPI_Ssend (void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm) |
|
int | PMPI_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) |
|
int | PMPI_Sendrecv_replace (void *buf, int count, MPI_Datatype datatype, int dst, int sendtag, int src, int recvtag, MPI_Comm comm, MPI_Status *status) |
|
int | PMPI_Test (MPI_Request *request, int *flag, MPI_Status *status) |
|
int | PMPI_Testany (int count, MPI_Request requests[], int *index, int *flag, MPI_Status *status) |
|
int | PMPI_Testall (int count, MPI_Request *requests, int *flag, MPI_Status *statuses) |
|
int | PMPI_Probe (int source, int tag, MPI_Comm comm, MPI_Status *status) |
|
int | PMPI_Iprobe (int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status) |
|
int | PMPI_Wait (MPI_Request *request, MPI_Status *status) |
|
int | PMPI_Waitany (int count, MPI_Request requests[], int *index, MPI_Status *status) |
|
int | PMPI_Waitall (int count, MPI_Request requests[], MPI_Status status[]) |
|
int | PMPI_Waitsome (int incount, MPI_Request requests[], int *outcount, int *indices, MPI_Status status[]) |
|
int | PMPI_Testsome (int incount, MPI_Request requests[], int *outcount, int *indices, MPI_Status status[]) |
|
MPI_Request | PMPI_Request_f2c (MPI_Fint request) |
|
MPI_Fint | PMPI_Request_c2f (MPI_Request request) |
|