MPI_Startall
--- Starts a collection of requests
Input Parameters
- count
- list length (integer)
- array_of_requests
- array of requests (array of handle)
Synopsis
#include "mpi.h"
int MPI_Startall( count, array_of_requests )
int count;
MPI_Request array_of_requests[];
Location: startall.c