📅  最后修改于: 2022-03-11 14:44:53.038000             🧑  作者: Mango
MPI_Sendrecv(void *sendbuf, int sendcount, MPI_Datatype sendtype,
int dest,int sendtag, void *recvbuf, int recvcount,
MPI_Datatype recvtype, int source, int recvtag,
MPI_Comm comm, MPI_Status *status);