Nazwa:
MPI_Bsend_init - tworzy uchwyt dla bufora wysyłania;
Wejściowe parametry:
buf - początkowy adres bufora wysłania (dowolnego typu);
count - ilość elementów do wysłania (integer);
datatype - typ elementów (uchwyt) ;
dest - numer ranku przeznaczenia (integer) ;
tag - identyfikator wiadomości (integer);
comm - komunikator (uchwyt);
Wyjściowe parametry:
request - kontekst wiadomości (uchwyt);
Użycie:
#include "mpi.h"
int MPI_Bsend_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;