Neutral Binding
MPI_STARTALL(count, array_of_requests) [ IN count] list length (integer) [ INOUT array_of_requests] array of requests (array of handle)
C Binding
int MPI_Startall(int count, MPI_Request *array_of_requests)
FORTRAN Binding
MPI_STARTALL(COUNT, ARRAY_OF_REQUESTS, IERROR) INTEGER COUNT, ARRAY_OF_REQUESTS(*), IERROR
C++ Binding (in the MPI:: namespace)
static void Prequest::Startall(int count, Prequest array_of_requests[])
|
|