Searched defs:sendcount (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/mpi/ |
H A D | libmpiwrap.c | 1703 /* pre: must be readable: (sendbuf,sendcount,sendtype) 1709 void *sendbuf, int sendcount, MPI_Datatype sendtype, 1722 check_mem_is_defined(sendbuf, sendcount, sendtype); 1726 CALL_FN_W_12W(err, fn, sendbuf,sendcount,sendtype,dest,sendtag, 1942 going to send sendcount items of type sendtype to the root. So 1943 the root is going to receive comm_size*sendcount items of type 1948 pre: (all) must be readable: (sendbuf,sendcount,sendtype) 1953 void *sendbuf, int sendcount, MPI_Datatype sendtype, 1963 check_mem_is_defined(sendbuf, sendcount, sendtype); 1967 CALL_FN_W_8W(err, fn, sendbuf,sendcount,sendtyp 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 69 milliseconds