|
int | medi::AMPI_Ibarrier (MPI_Comm comm, AMPI_Request *request) |
|
int | medi::AMPI_Request_free (AMPI_Request *request) |
|
int | medi::AMPI_Start (AMPI_Request *request) |
|
int | medi::AMPI_Startall (int count, AMPI_Request *array_of_requests) |
|
int | medi::AMPI_Test (AMPI_Request *request, int *flag, MPI_Status *status) |
|
int | medi::AMPI_Testall (int count, AMPI_Request *array_of_requests, int *flag, MPI_Status *array_of_statuses) |
|
int | medi::AMPI_Testany (int count, AMPI_Request *array_of_requests, int *index, int *flag, MPI_Status *status) |
|
int | medi::AMPI_Testsome (int incount, AMPI_Request *array_of_requests, int *outcount, int *array_of_indices, MPI_Status *array_of_statuses) |
|
int | medi::AMPI_Wait (AMPI_Request *request, MPI_Status *status) |
|
void | medi::AMPI_Wait_b (HandleBase *handle, AdjointInterface *adjointInterface) |
|
void | medi::AMPI_Wait_d (HandleBase *handle, AdjointInterface *adjointInterface) |
|
int | medi::AMPI_Waitall (int count, AMPI_Request *array_of_requests, MPI_Status *array_of_statuses) |
|
int | medi::AMPI_Waitany (int count, AMPI_Request *array_of_requests, int *index, MPI_Status *status) |
|
int | medi::AMPI_Waitsome (int incount, AMPI_Request *array_of_requests, int *outcount, int *array_of_indices, MPI_Status *array_of_statuses) |
|
MPI_Request * | medi::convertToMPI (AMPI_Request *array, int count) |
|
bool | medi::operator!= (const AMPI_Request &a, const AMPI_Request &b) |
|
bool | medi::operator== (const AMPI_Request &a, const AMPI_Request &b) |
|
void | medi::performReverseAction (AMPI_Request *request) |
|
void | medi::performStartAction (AMPI_Request *request) |
|