Home
last modified time | relevance | path

Searched refs:MPI_Alltoall (Results 1 – 6 of 6) sorted by relevance

/petsc/include/petsc/private/
H A Dsfimpl.h175 #define MPIU_Ialltoall(a, b, c, d, e, f, g, req) MPI_Alltoall(a, b, c, d, e, f, g)
/petsc/src/vec/is/utils/
H A Dpsort.c262 PetscCallMPI(MPI_Alltoall(keys_per_snd, 1, MPI_INT, keys_per_rcv, 1, MPI_INT, mapin->comm)); in PetscParallelSortInt_Samplesort()
/petsc/doc/manualpages/
H A Dmpi.www.index26 man:+MPI_Alltoall++MPI_Alltoall++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Alltoall.ht…
365 man:+MPI_Alltoall++MPI_Alltoall++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Alltoall.ht…
/petsc/include/
H A Dpetsclog.h537 #define MPI_Alltoall(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm) \ macro
538 …((sendcount), (sendtype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Alltoall((sendbuf), (sen…
/petsc/include/petsc/mpiuni/
H A Dmpi.h507 …#define MPI_Alltoall(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm) (MPIUNI_ARG… macro
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1326 PetscCallMPI(MPI_Alltoall(scounts, 1, MPI_INT, rcounts, 1, MPI_INT, comm)); in DMPlexPartitionLabelInvert()