Home
last modified time | relevance | path

Searched refs:rdispls (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/mpiuni/
H A Dmpi.h508 …#define MPI_Alltoallv(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvty… argument
509 …I_ARG(sendtype), MPIUNI_ARG(recvbuf), MPIUNI_ARG(recvcounts), MPIUNI_ARG(rdispls), MPIUNI_ARG(recv…
510 …#define MPI_Alltoallw(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvt… argument
511 …I_ARG(sendtypes), MPIUNI_ARG(recvbuf), MPIUNI_ARG(recvcount), MPIUNI_ARG(rdispls), MPIUNI_ARG(recv…
/petsc/include/
H A Dpetsclog.h540 …#define MPI_Alltoallv(sendbuf, sendcnts, sdispls, sendtype, recvbuf, recvcnts, rdispls, recvtype, … argument
541 …lv((sendbuf), (sendcnts), (sdispls), (sendtype), (recvbuf), (recvcnts), (rdispls), (recvtype), (co…
564 …#define MPI_Ialltoallv(sendbuf, sendcnts, sdispls, sendtype, recvbuf, recvcnts, rdispls, recvtype,… argument
565 …lv((sendbuf), (sendcnts), (sdispls), (sendtype), (recvbuf), (recvcnts), (rdispls), (recvtype), (co…
/petsc/src/sys/mpiuni/
H A Dmpi.c729 …ounts, int *sdispls, int *sendtype, void *recvbuf, int *recvcounts, int *rdispls, int *recvtype, i… in petsc_mpi_alltoallv_() argument
731 …*ierr = MPI_Alltoallv(sendbuf, sendcounts, sdispls, *sendtype, recvbuf, recvcounts, rdispls, *recv… in petsc_mpi_alltoallv_()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1307 PetscMPIInt *scounts, *sdispls, *rcounts, *rdispls; in DMPlexPartitionLabelInvert() local
1309 PetscCall(PetscCalloc4(size, &scounts, size, &sdispls, size, &rcounts, size, &rdispls)); in DMPlexPartitionLabelInvert()
1328 PetscCall(PetscMPIIntCast(counter, &rdispls[r])); in DMPlexPartitionLabelInvert()
1337 …ltoallv(rootPoints, scounts, sdispls, MPIU_SF_NODE, leafPoints, rcounts, rdispls, MPIU_SF_NODE, co… in DMPlexPartitionLabelInvert()
1339 PetscCall(PetscFree4(scounts, sdispls, rcounts, rdispls)); in DMPlexPartitionLabelInvert()