Home
last modified time | relevance | path

Searched defs:sendcount (Results 1 – 10 of 10) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c34 PetscMPIInt sendcount; in PetscSFBcastBegin_Allgather() local
89 PetscMPIInt sendcount; in PetscSFBcastToZero_Allgather() local
/petsc/include/
H A Dpetsclog.h537 #define MPI_Alltoall(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm) \ argument
543 #define MPI_Allgather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm) \ argument
546 … #define MPI_Allgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, comm) \ argument
549 #define MPI_Gather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) \ argument
552 …#define MPI_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, root, comm… argument
555 #define MPI_Scatter(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) \ argument
558 …#define MPI_Scatterv(sendbuf, sendcount, displs, sendtype, recvbuf, recvcount, recvtype, root, com… argument
561 … #define MPI_Ialltoall(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request) \ argument
567 …#define MPI_Iallgather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request) \ argument
570 …#define MPI_Iallgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, comm, … argument
[all …]
H A Dpetscsys.h2811 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument
2813 …#define MPIU_Scatterv(sendbuf, sendcount, displs, sendtype, recvbuf, recvcount, 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/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c105 PetscMPIInt sendcount, rank, nleaves; in PetscSFBcastBegin_Allgatherv() local
219 PetscMPIInt sendcount; in PetscSFBcastToZero_Allgatherv() local
/petsc/include/petsc/mpiuni/
H A Dmpi.h457 …#define MPI_Sendrecv(sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, so… argument
493 …#define MPI_Gather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) (MPIUNI… argument
494 …#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
498 #define MPI_Scatter(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) \ argument
504 …#define MPI_Allgather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm) (MPIUNI_AR… argument
505 …#define MPI_Allgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm) \ argument
507 …#define MPI_Alltoall(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm) (MPIUNI_ARG… argument
/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c26 …PetscInt sendcount[PC_MPI_MAX_RANKS], displ[PC_MPI_MAX_RANKS]; /* For scatter/gather of rhs/solut… member
/petsc/src/sys/mpiuni/
H A Dmpi.c704 PETSC_EXTERN void petsc_mpi_sendrecv_(void *sendbuf, int *sendcount, int *sendtype, int *dest, int … in petsc_mpi_sendrecv_()
724 PETSC_EXTERN void petsc_mpi_allgatherv_(void *sendbuf, int *sendcount, int *sendtype, void *recvbuf… in petsc_mpi_allgatherv_()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c1089 PetscInt sendcount, *rstarts = A->rmap->range, n, cnt, j, nrecv = 0; in MatCreateSubMatrix_MPIAIJ_All() local
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c2094 PetscInt sendcount, i, *rstarts = A->rmap->range, n, cnt, j, bs = A->rmap->bs; in MatGetSeqNonzeroStructure_MPIBAIJ() local
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c1846 PetscMPIInt j, k, sendcount, *petsc_ranks, *omp_ranks; in MatMumpsSetUpDistRHSInfo() local