Home
last modified time | relevance | path

Searched refs:MPI_Alltoallv (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/output/
H A Dex1f90_0_2.out1 [0] <dm:plex> DMPlexPartitionLabelInvert(): Using MPI_Alltoallv() for mesh distribution
/petsc/include/petsc/mpiuni/
H A Dmpiunifdef.h31 #define MPI_Alltoallv PETSC_MPI_ALLTOALLV macro
H A Dmpi.h508 …#define MPI_Alltoallv(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvty… macro
/petsc/src/vec/is/utils/
H A Dpsort.c268 …PetscCallMPI(MPI_Alltoallv(keysin, keys_per_snd, offsets_snd, MPIU_INT, buffer, keys_per_rcv, offs… in PetscParallelSortInt_Samplesort()
/petsc/doc/manualpages/
H A Dmpi.www.index27 man:+MPI_Alltoallv++MPI_Alltoallv++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Alltoallv
366 man:+MPI_Alltoallv++MPI_Alltoallv++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Alltoallv
/petsc/include/
H A Dpetsclog.h540 …#define MPI_Alltoallv(sendbuf, sendcnts, sdispls, sendtype, recvbuf, recvcnts, rdispls, recvtype, … macro
541 …, (sendcnts), (sendtype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Alltoallv((sendbuf), (se…
/petsc/src/sys/mpiuni/
H A Dmpi.c731 …*ierr = MPI_Alltoallv(sendbuf, sendcounts, sdispls, *sendtype, recvbuf, recvcounts, rdispls, *recv… in petsc_mpi_alltoallv_()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1337 …PetscCallMPI(MPI_Alltoallv(rootPoints, scounts, sdispls, MPIU_SF_NODE, leafPoints, rcounts, rdispl… in DMPlexPartitionLabelInvert()