Nazwa:
MPI_Recv - prosty odbiór;
Wyjściowe parametry:
buf - początkowy adres buforu odbioru;
status - status objektu (Status);
Wejściowe parametry:
count - ilość elementów bufora odbieranego (integer);
datatype - typ elementów bufora odbioru (uchwyt);
source - rank procesu źródłowego (integer);
tag - identyfikator wiadomości (integer);
comm - komunikator (uchwyt);
Użycie:
#include "mpi.h"
int MPI_Recv( buf, count, datatype, source, tag, comm, status )
void *buf;
int count, source, tag;
MPI_Datatype datatype;
MPI_Comm comm;
MPI_Status *status;