Searched defs:sendcount (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/mpi/
H A Dlibmpiwrap.c1704 /* pre: must be readable: (sendbuf,sendcount,sendtype)
1710 void *sendbuf, int sendcount, MPI_Datatype sendtype,
1723 check_mem_is_defined(sendbuf, sendcount, sendtype);
1727 CALL_FN_W_12W(err, fn, sendbuf,sendcount,sendtype,dest,sendtag,
1943 going to send sendcount items of type sendtype to the root. So
1944 the root is going to receive comm_size*sendcount items of type
1949 pre: (all) must be readable: (sendbuf,sendcount,sendtype)
1954 void *sendbuf, int sendcount, MPI_Datatype sendtype,
1964 check_mem_is_defined(sendbuf, sendcount, sendtype);
1968 CALL_FN_W_8W(err, fn, sendbuf,sendcount,sendtyp
1709 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
1953 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
1989 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
2024 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument
[all...]

Completed in 199 milliseconds