MPI_Testall
--- Tests for the completion of all previously initiated
communications
Input Parameters
- count
- lists length (integer)
- array_of_requests
- array of requests (array of handles)
Output Parameters
- flag
- (logical)
- array_of_statuses
- array of status objects (array of Status)
Synopsis
#include "mpi.h"
int MPI_Testall( count, array_of_requests, flag, array_of_statuses )
int count;
MPI_Request array_of_requests[];
int *flag;
MPI_Status *array_of_statuses;
Location: testall.c