| /petsc/src/sys/error/ |
| H A D | err.c | 500 PetscCallMPI(MPI_Gather(&NN, 1, MPI_INT, NULL, 0, MPI_INT, 0, comm)); in PetscIntViewNumColumns() 504 PetscCallMPI(MPI_Gather(&NN, 1, MPI_INT, sizes, 1, MPI_INT, 0, comm)); in PetscIntViewNumColumns() 608 PetscCallMPI(MPI_Gather(&NN, 1, MPI_INT, NULL, 0, MPI_INT, 0, comm)); in PetscRealViewNumColumns() 612 PetscCallMPI(MPI_Gather(&NN, 1, MPI_INT, sizes, 1, MPI_INT, 0, comm)); in PetscRealViewNumColumns() 720 PetscCallMPI(MPI_Gather(&NN, 1, MPI_INT, NULL, 0, MPI_INT, 0, comm)); in PetscScalarViewNumColumns() 724 PetscCallMPI(MPI_Gather(&NN, 1, MPI_INT, sizes, 1, MPI_INT, 0, comm)); in PetscScalarViewNumColumns()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpiunifdef.h | 17 #define MPI_Gather PETSC_MPI_GATHER macro
|
| H A D | mpi.h | 493 …#define MPI_Gather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) (MPIUNI… macro
|
| /petsc/src/mat/utils/ |
| H A D | overlapsplit.c | 74 PetscCallMPI(MPI_Gather(&nindx, 1, MPIU_INT, localsizes_sc, 1, MPIU_INT, 0, scomm)); in MatIncreaseOverlapSplit_Single()
|
| /petsc/src/dm/impls/da/ |
| H A D | grvtk.c | 81 PetscCallMPI(MPI_Gather(rloc, 6, MPIU_INT, rank == 0 ? grloc[0] : NULL, 6, MPIU_INT, 0, comm)); in DMDAVTKWriteAll_VTS() 295 PetscCallMPI(MPI_Gather(rloc, 6, MPIU_INT, rank == 0 ? grloc[0] : NULL, 6, MPIU_INT, 0, comm)); in DMDAVTKWriteAll_VTR()
|
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 171 #define MPIU_Igather(a, b, c, d, e, f, g, h, req) MPI_Gather(a, b, c, d, e, f, g, h)
|
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 858 PetscCallMPI(MPI_Gather(&mnz, 1, MPI_INT, allnz, 1, MPI_INT, 0, PetscObjectComm((PetscObject)A))); in MatMPIAdjToSeqRankZero_MPIAdj() 881 PetscCallMPI(MPI_Gather(&mm, 1, MPI_INT, allm, 1, MPI_INT, 0, PetscObjectComm((PetscObject)A))); in MatMPIAdjToSeqRankZero_MPIAdj() 888 PetscCallMPI(MPI_Gather(&mm, 1, MPI_INT, NULL, 1, MPI_INT, 0, PetscObjectComm((PetscObject)A))); in MatMPIAdjToSeqRankZero_MPIAdj()
|
| /petsc/doc/manualpages/ |
| H A D | mpi.www.index | 30 man:+MPI_Gather++MPI_Gather++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Gather.html#MPI… 369 man:+MPI_Gather++MPI_Gather++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Gather.html#MPI…
|
| /petsc/include/ |
| H A D | petsclog.h | 549 #define MPI_Gather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) \ macro 550 …e((sendcount), (sendtype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Gather((sendbuf), (send…
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 666 *ierr = MPI_Gather(sendbuf, *scount, *sdatatype, recvbuf, rcount, rdatatype, *root, *comm); in petsc_mpi_gather_()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 560 PetscCallMPI(MPI_Gather(&numComponents, 1, MPI_INT, Nc, 1, MPI_INT, 0, comm)); in DMPlexOrient() 939 PetscCallMPI(MPI_Gather(&Ncomp, 1, MPI_INT, Nc, 1, MPI_INT, 0, comm)); in DMPlexOrientCells_Internal()
|
| H A D | plexvtu.c | 236 …PetscCallMPI(MPI_Gather((PetscInt *)&piece, sizeof(piece) / sizeof(PetscInt), MPIU_INT, (PetscInt … in DMPlexVTKWriteAll_VTU()
|
| H A D | plex.c | 1669 PetscCallMPI(MPI_Gather(&Nc[0], 1, MPIU_INT, sizes, 1, MPIU_INT, 0, comm)); in DMPlexView_Ascii() 1670 PetscCallMPI(MPI_Gather(&Nc[1], 1, MPIU_INT, hybsizes, 1, MPIU_INT, 0, comm)); in DMPlexView_Ascii() 1671 … if (d == depth) PetscCallMPI(MPI_Gather(&gcNum, 1, MPIU_INT, ghostsizes, 1, MPIU_INT, 0, comm)); in DMPlexView_Ascii()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 301 PetscCallMPI(MPI_Gather(&n, 1, MPIU_INT, cnt, 1, MPIU_INT, 0, comm)); in ComputeSpectral()
|
| /petsc/src/ksp/pc/impls/mpi/ |
| H A D | pcmpi.c | 127 PetscCallMPI(MPI_Gather(&ksp, 1, MPI_AINT, pc ? km->ksps : NULL, 1, MPI_AINT, 0, comm)); in PCMPICreate()
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 1895 PetscCallMPI(MPI_Gather(&ilen, 1, MPI_INT, recvcounts, 1, MPI_INT, 0, comm)); in PetscCheckAllreduceSameLineAndCount_Private()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 2455 PetscCallMPI(MPI_Gather(&Np, 1, MPIU_INT, sizes, 1, MPIU_INT, 0, comm)); in DMView_Swarm_Ascii()
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 2391 …PetscCallMPI(MPI_Gather(&mumps->nnz, 1, MPIU_INT64, mumps->recvcount, 1, MPIU_INT64, 0 /*master*/,… in MatMumpsGatherNonzerosOnMaster() 2783 …PetscCallMPI(MPI_Gather(&n, 1, MPI_INT, recvcounts, 1, MPI_INT, 0, PetscObjectComm((PetscObject)A)… in MatSetFromOptions_MUMPS()
|