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

/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1701 must be writable: (recvbuf,recvcount,recvtype)
1708 void *recvbuf, int recvcount, MPI_Datatype recvtype,
1720 check_mem_is_addressable(recvbuf, recvcount, recvtype);
1724 recvbuf,recvcount,recvtype,source,recvtag,
1728 && count_from_Status(&recvcount_actual,recvtype,status)) {
1729 make_mem_defined_if_addressable(recvbuf, recvcount_actual, recvtype);
1940 sendtype (right?) So why specify recvcount and recvtype?
1945 (root only): must be writable: (recvbuf,recvcount * comm_size,recvtype)
1946 post: (root only): make readable: (recvbuf,recvcount * comm_size,recvtype)
1950 void *recvbuf, int recvcount, MPI_Datatype recvtype,
1705 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
1948 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
1984 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
2019 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument
[all...]

Completed in 37 milliseconds