MPI_Iprobe 

Nazwa: 

MPI_Iprobe - Nie blokowe testowanie nadchodzącej wiadomości; 

Wejściowe parametry: 

source - rank procesu wysyłającego, lub MPI_ANY_SOURCE (integer); 
tag
- identyfikator wiadomości lub MPI_ANY_TAG (integer); 
comm
- komunikator (uchwyt);

Wyjściowe parametry: 

flag - flaga
status - status obiektu (Status)

Użycie:

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