mpi sendrecv

Solutions on MaxInterview for mpi sendrecv by the best coders in the world

showing results for - "mpi sendrecv"
Alexander
11 Aug 2018
1MPI_Sendrecv(void *sendbuf, int sendcount, MPI_Datatype sendtype,
2             int dest,int sendtag, void *recvbuf, int recvcount,
3             MPI_Datatype recvtype, int source, int recvtag,
4             MPI_Comm comm, MPI_Status *status);