MPI_Probe

Blocking test for a message

Synopsis

#include "mpi.h"
int MPI_Probe( int source, int tag, MPI_Comm comm, MPI_Status *status )

Input Parameters

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

Output Parameter