Home
last modified time | relevance | path

Searched defs:recvcounts (Results 1 – 11 of 11) sorted by relevance

/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.h15 PetscMPIInt *recvcounts; member
22 PetscMPIInt *recvcounts; member
H A Dmpidense.c2072 PetscMPIInt size, *recvcounts; in MatTransposeMatMultNumeric_MPIDense_MPIDense() local
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.h9 PetscMPIInt *displs, *recvcounts; member
/petsc/include/petsc/mpiuni/
H A Dmpi.h494 …#define MPI_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, com… argument
496 …#define MPI_Gatherv_c(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, c… argument
505 …#define MPI_Allgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm) \ argument
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
521 …#define MPI_Reduce_scatter(sendbuf, recvbuf, recvcounts, datatype, op, comm) (MPIUNI_ARG(op), MPIU… argument
/petsc/include/
H A Dpetscsys.h2811 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument
2815 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument
2886 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument
2889 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument
/petsc/src/dm/impls/plex/
H A Dplexorient.c554 PetscMPIInt *recvcounts = NULL, *displs = NULL, *Nc, p, o, itotNeighbors; in DMPlexOrient() local
933 PetscMPIInt *recvcounts = NULL, *displs = NULL, *Nc; in DMPlexOrientCells_Internal() local
/petsc/src/sys/mpiuni/
H A Dmpi.c689 PETSC_EXTERN void petsc_mpi_reduce_scatter_(void *sendbuf, void *recvbuf, int *recvcounts, int *dat… in petsc_mpi_reduce_scatter_()
724 …atherv_(void *sendbuf, int *sendcount, int *sendtype, void *recvbuf, int *recvcounts, int *displs,… in petsc_mpi_allgatherv_()
729 …endbuf, int *sendcounts, int *sdispls, int *sendtype, void *recvbuf, int *recvcounts, int *rdispls… in petsc_mpi_alltoallv_()
/petsc/src/sys/objects/
H A Dpinit.c1883 PetscMPIInt size, rank, ilen, *recvcounts = NULL, *displs = NULL; in PetscCheckAllreduceSameLineAndCount_Private() local
/petsc/src/dm/impls/network/
H A Dnetwork.c2881 PetscMPIInt rank, size, *displs = NULL, *recvcounts = NULL, remoterank; in DMNetworkSetVertexLocalToGlobalOrdering() local
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c2093 PetscMPIInt size, rank, *recvcounts = NULL, *displs = NULL; in MatGetSeqNonzeroStructure_MPIBAIJ() local
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c2768 PetscMPIInt *recvcounts, *displs, n; in MatSetFromOptions_MUMPS() local