Searched refs:MPI_Alltoall (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 175 #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 D | psort.c | 262 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 D | mpi.www.index | 26 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 D | petsclog.h | 537 #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 D | mpi.h | 507 …#define MPI_Alltoall(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm) (MPIUNI_ARG… macro
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1326 PetscCallMPI(MPI_Alltoall(scounts, 1, MPI_INT, rcounts, 1, MPI_INT, comm)); in DMPlexPartitionLabelInvert()
|