Searched defs:rdispls (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petsclog.h | 540 …#define MPI_Alltoallv(sendbuf, sendcnts, sdispls, sendtype, recvbuf, recvcnts, rdispls, recvtype, … argument 564 …#define MPI_Ialltoallv(sendbuf, sendcnts, sdispls, sendtype, recvbuf, recvcnts, rdispls, recvtype,… argument
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 508 …#define MPI_Alltoallv(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvty… argument 510 …#define MPI_Alltoallw(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvt… argument
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 729 …dcounts, int *sdispls, int *sendtype, void *recvbuf, int *recvcounts, int *rdispls, int *recvtype,… in petsc_mpi_alltoallv_()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1307 PetscMPIInt *scounts, *sdispls, *rcounts, *rdispls; in DMPlexPartitionLabelInvert() local
|