Function MPI_Recv
extern(C) int MPI_Recv
(
void* buf,
int count,
void* datatype,
int source,
int tag,
void* comm,
MPI_Status* status
);
extern(C) int MPI_Recv
(
void* buf,
int count,
void* datatype,
int source,
int tag,
void* comm,
MPI_Status* status
);