MPI_Bsend_init functie
Hiermee bouwt u een ingang voor een gebufferde verzendbewerking.
Syntaxis
int MPIAPI MPI_Bsend_init(
_In_ void *buf,
int count,
MPI_Datatype datatype,
int dest,
int tag,
MPI_Comm comm,
_Out_ MPI_Request *request
);
Parameters
buf [in]
Oorspronkelijk adres van de verzendbuffer.Tellen
Aantal verzonden elementen.Datatype
Type van elk element.Dest
Positie van bestemming.Tag
Berichttag.Comm
Communicator.aanvraag [uit]
Communicatieaanvraag.
Retourwaarde
Retourneert MPI_SUCCESS bij succes. Anders is de retourwaarde een foutcode.
In Fortran wordt de retourwaarde opgeslagen in de parameter IERROR .
Fortran
MPI_BSEND_INIT(BUF, COUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR)
<type> BUF(*)
INTEGER COUNT, DATATYPE, DEST, TAG, COMM, REQUEST, IERROR
Vereisten
Product |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package of HPC Pack 2008 Client Utilities |
Header |
Mpi.h; Mpif.h |
Bibliotheek |
Msmpi.lib |
DLL |
Msmpi.dll |