Nazwa:
MPI_Bsend - Proste wysyłanie z użyciem wyspecyfikowanego przez użytkownika bufora.
Wejściowe parametry:
buf - adres w pamięci początku bufora (zleży od wyboru);
count - ilość elementów w buforze wysyłania (integer);
datatype - typ danych elementów bufora wysyłania (handle);
dest - tank procesu przeznaczenia (integer);
tag - tag komunikatu (integer);
comm - komunikator (handle);
Użycie:
#include "mpi.h"
int MPI_Bsend( buf, count, datatype, dest, tag, comm )
void *buf;
int count,
dest, tag;
MPI_Datatype datatype;
MPI_Comm comm;