| /petsc/src/vec/is/sf/impls/basic/allgatherv/ |
| H A D | sfallgatherv.h | 9 PetscMPIInt *displs, *recvcounts; member
|
| /petsc/src/sys/error/ |
| H A D | err.c | 493 PetscMPIInt *sizes, Ntotal, *displs, NN; in PetscIntViewNumColumns() local 601 PetscMPIInt *sizes, *displs, Ntotal, NN; in PetscRealViewNumColumns() local 713 PetscMPIInt *sizes, Ntotal, *displs, NN; in PetscScalarViewNumColumns() local
|
| /petsc/include/ |
| H A D | petscsys.h | 2810 …#define MPIU_Scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, c… argument 2811 …#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 2885 …#define MPIU_Scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, c… argument 2886 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument 2888 …#define MPIU_Scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, c… argument 2889 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument
|
| H A D | petsclog.h | 546 … #define MPI_Allgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, comm) \ argument 552 …#define MPI_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, root, comm… argument 558 …#define MPI_Scatterv(sendbuf, sendcount, displs, sendtype, recvbuf, recvcount, recvtype, root, com… argument 570 …#define MPI_Iallgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, comm, … argument 576 …#define MPI_Igatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, root, com… argument 582 …#define MPI_Iscatterv(sendbuf, sendcount, displs, sendtype, recvbuf, recvcount, recvtype, root, co… argument
|
| /petsc/src/sys/tests/ |
| H A D | ex8.c | 15 MPI_Aint displs[3]; in MakeDatatype() local
|
| /petsc/src/vec/is/utils/hdf5/ |
| H A D | hdf5io.c | 91 PetscMPIInt *counts, *displs, size, n; in PetscViewerHDF5ReadSizes_Private() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 554 PetscMPIInt *recvcounts = NULL, *displs = NULL, *Nc, p, o, itotNeighbors; in DMPlexOrient() local 933 PetscMPIInt *recvcounts = NULL, *displs = NULL, *Nc; in DMPlexOrientCells_Internal() local
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 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 500 …#define MPI_Scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, co… argument 502 …#define MPI_Scatterv_c(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, … argument 505 …#define MPI_Allgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm) \ argument
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 737 MPI_Aint displs[2]; in MatStashBlockTypeSetUp() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 298 PetscMPIInt *cnt, *displs, p; in ComputeSpectral() local
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 1883 PetscMPIInt size, rank, ilen, *recvcounts = NULL, *displs = NULL; in PetscCheckAllreduceSameLineAndCount_Private() local
|
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 185 PetscMPIInt *counts, *displs; in DMInterpolationSetUp() local
|
| /petsc/src/vec/vec/utils/ |
| H A D | vinv.c | 1769 PetscMPIInt *N, *displs, l; in VecUniqueEntries() local
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 724 …endbuf, int *sendcount, int *sendtype, void *recvbuf, int *recvcounts, int *displs, int *recvtype,… in petsc_mpi_allgatherv_()
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 2881 PetscMPIInt rank, size, *displs = NULL, *recvcounts = NULL, remoterank; in DMNetworkSetVertexLocalToGlobalOrdering() local
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 2093 PetscMPIInt size, rank, *recvcounts = NULL, *displs = NULL; in MatGetSeqNonzeroStructure_MPIBAIJ() local
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 2768 PetscMPIInt *recvcounts, *displs, n; in MatSetFromOptions_MUMPS() local
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 5411 PetscMPIInt rank, size, p, *counts, *displs; in DMCompleteBCLabels_Internal() local
|