MPI_Recv_init

Nazwa:

MPI_Recv_init - tworzy uchwyt do odbioru ;

Wejściowe parametry:

buf - poczatkowy adres buforu odbioru;
count
- ilosć elementów w buforze (integer);
datatype
- typ danych (uchwyt);
dest
- rank źródła lub MPI_ANY_SOURCE (integer);
tag
- identyfikator wiadomości lub MPI_ANY_TAG (integer);
comm
- komunikator (uchwyt);

Wyjściowe parametry:

request - kontekst wiadomości (uchwyt)

Użycie:

#include "mpi.h"
int MPI_Recv_init( buf, count, datatype, source, tag, comm, request )
void *buf;
int count;
MPI_Request *request;
MPI_Datatype datatype;
int source;
int tag;
MPI_Comm comm;