Nazwa:
MPI_Send_init - tworzy uchwyt dla standardowego wysyłania;
Wejściowe parametry:
buf - początkowy adres buforu do wysłania;
count - ilość elementów w buforze (nieujemny integer);
datatype - typ danych (uchwyt);
dest - rank procesu odbierającego (integer);
tag - identyfikator wiadomości (integer);
comm - komunikator (uchwyt);
Output Parameter:
request - kontekst wiadomości (uchwyt);
Użycie:
#include "mpi.h"
int MPI_Send_init( buf, count, datatype, dest, tag, comm, request )
void *buf; int count;
MPI_Datatype datatype;
int dest; int tag;
MPI_Comm comm;
MPI_Request *request;