MPI_Testall(3)             (10/24/1994)            MPI_Testall(3)



     NAME
          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


























     Page 1                                           (printed 3/8/95)