MPI_Iprobe(3)              (9/21/1994)              MPI_Iprobe(3)



     NAME
          MPI_Iprobe - Nonblocking test for a message


     INPUT PARAMETERS
          source
               - source rank, or  MPI_ANY_SOURCE (integer)
          tag  - tag value or  MPI_ANY_TAG (integer)
          comm - communicator (handle)


     OUTPUT PARAMETER
          flag - (logical)
          status
               - status object (Status)


     SYNOPSIS
          #include "mpi.h"
          int MPI_Iprobe( source, tag, comm, flag, status )
          int         source;
          int         tag;
          int         *flag;
          MPI_Comm    comm;
          MPI_Status  *status;



     LOCATION
           iprobe.c

























     Page 1                                           (printed 3/8/95)