Function MPI_Sendrecv
extern(C) int MPI_Sendrecv
(
void* sendbuf,
int sendcount,
void* sendtype,
int dest,
int sendtag,
void* recvbuf,
int recvcount,
void* recvtype,
int source,
int recvtag,
void* comm,
MPI_Status* status
);
extern(C) int MPI_Sendrecv
(
void* sendbuf,
int sendcount,
void* sendtype,
int dest,
int sendtag,
void* recvbuf,
int recvcount,
void* recvtype,
int source,
int recvtag,
void* comm,
MPI_Status* status
);