Searched defs:sendtag (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 457 …#define MPI_Sendrecv(sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, so… argument 459 #define MPI_Sendrecv_replace(buf, count, datatype, dest, sendtag, source, recvtag, comm, status) \ argument
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 704 …pi_sendrecv_(void *sendbuf, int *sendcount, int *sendtype, int *dest, int *sendtag, void *recvbuf,… in petsc_mpi_sendrecv_()
|