Searched defs:recvtype (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/mpi/ |
H A D | libmpiwrap.c | 1704 must be writable: (recvbuf,recvcount,recvtype) 1711 void *recvbuf, int recvcount, MPI_Datatype recvtype, 1723 check_mem_is_addressable(recvbuf, recvcount, recvtype); 1727 recvbuf,recvcount,recvtype,source,recvtag, 1732 && count_from_Status(&recvcount_actual,recvtype,status)) { 1733 make_mem_defined_if_addressable(recvbuf, recvcount_actual, recvtype); 1944 sendtype (right?) So why specify recvcount and recvtype? 1949 (root only): must be writable: (recvbuf,recvcount * comm_size,recvtype) 1950 post: (root only): make readable: (recvbuf,recvcount * comm_size,recvtype) 1954 void *recvbuf, int recvcount, MPI_Datatype recvtype, 1708 PMPI_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) argument 1952 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument 1988 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument 2023 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument [all...] |
Completed in 77 milliseconds