Function MPI_Irsend
extern(C) int MPI_Irsend
(
void* buf,
int count,
void* datatype,
int dest,
int tag,
void* comm,
void** request
);
extern(C) int MPI_Irsend
(
void* buf,
int count,
void* datatype,
int dest,
int tag,
void* comm,
void** request
);