| /petsc/src/vec/is/sf/utils/ |
| H A D | sfcoord.c | 139 PetscCallMPI(MPI_Allgather(bbox, msize, MPIU_REAL, bboxes, msize, MPIU_REAL, comm)); in PetscSFSetGraphFromCoordinates() 142 PetscCallMPI(MPI_Allgather(&nroots, 1, MPIU_INT, root_sizes, 1, MPIU_INT, comm)); in PetscSFSetGraphFromCoordinates()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpiunifdef.h | 18 #define MPI_Allgather PETSC_MPI_ALLGATHER macro
|
| /petsc/src/dm/partitioner/impls/multistage/ |
| H A D | mspart.c | 221 PetscCallMPI(MPI_Allgather(granks, 1, MPI_INT, ranks, 1, MPI_INT, comm)); in PetscPartitionerMultistage_CreateStages() 401 PetscCallMPI(MPI_Allgather(ranks, gsize, MPI_INT, granks, gsize, MPI_INT, comm)); in PetscPartitionerMultistageSetStages() 438 PetscCallMPI(MPI_Allgather(&gsize, 1, MPI_INT, lparts[l], 1, MPI_INT, comm)); in PetscPartitionerMultistageSetStages() 457 PetscCallMPI(MPI_Allgather(&wgt, 1, MPIU_INT, lwgts, 1, MPIU_INT, comm)); in PetscPartitionerMultistageSetStages() 516 PetscCallMPI(MPI_Allgather(&wgt, 1, MPIU_INT, lwgts, 1, MPIU_INT, comm)); in PetscPartitionerMultistageSetStages()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpb_aij.c | 30 PetscCallMPI(MPI_Allgather(&commRank, 1, MPI_INT, commRankMap, 1, MPI_INT, subComm)); in MatGetMultiProcBlock_MPIAIJ()
|
| /petsc/src/dm/impls/da/ |
| H A D | dasub.c | 226 …PetscCallMPI(MPI_Allgather(&flag, 1, MPIU_INT, owners, 1, MPIU_INT, PetscObjectComm((PetscObject)d… in DMDAGetProcessorSubset() 294 PetscCallMPI(MPI_Allgather(&firstPoint, 1, MPIU_INT, firstPoints, 1, MPIU_INT, comm)); in DMDAGetProcessorSubsets()
|
| H A D | da1.c | 40 …PetscCallMPI(MPI_Allgather(&nzlocal, 1, MPIU_INT, nz, 1, MPIU_INT, PetscObjectComm((PetscObject)da… in DMView_DA_1d() 177 PetscCallMPI(MPI_Allgather(&xs, 1, MPIU_INT, dd->lx, 1, MPIU_INT, comm)); in DMSetUp_DA_1D()
|
| H A D | da2.c | 35 …PetscCallMPI(MPI_Allgather(&nzlocal, 1, MPIU_INT, nz, 1, MPIU_INT, PetscObjectComm((PetscObject)da… in DMView_DA_2d() 375 PetscCallMPI(MPI_Allgather(&nn, 1, MPIU_INT, ldims, 1, MPIU_INT, comm)); in DMSetUp_DA_2D()
|
| /petsc/src/mat/tests/ |
| H A D | ex40.c | 21 …PetscCallMPI(MPI_Allgather(&ls, 1, MPIU_INT, sizes, 1, MPIU_INT, PetscObjectComm((PetscObject)iis)… in ISAllGatherDisjoint()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpb_baij.c | 35 PetscCallMPI(MPI_Allgather(&commRank, 1, MPI_INT, commRankMap, 1, MPI_INT, subComm)); in MatGetMultiProcBlock_MPIBAIJ()
|
| /petsc/src/mat/impls/aij/seq/hdf5/ |
| H A D | aijhdf5.c | 104 PetscCallMPI(MPI_Allgather(i, 1, MPIU_INT, range, 1, MPIU_INT, comm)); in MatLoad_AIJ_HDF5()
|
| /petsc/src/dm/partitioner/impls/parmetis/ |
| H A D | partparmetis.c | 107 PetscCallMPI(MPI_Allgather(&nvtxs, 1, MPIU_INT, &vtxdist[1], 1, MPIU_INT, comm)); in PetscPartitionerPartition_ParMetis()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 693 PetscCallMPI(MPI_Allgather(&nn, 1, MPI_INT, sizes, 1, MPI_INT, comm)); in ISAllGather() 745 PetscCallMPI(MPI_Allgather(&nn, 1, MPI_INT, sizes, 1, MPI_INT, comm)); in ISAllGatherColors()
|
| /petsc/src/vec/is/ao/impls/mapping/ |
| H A D | aomapping.c | 264 PetscCallMPI(MPI_Allgather(&nnapp, 1, MPI_INT, lens, 1, MPI_INT, comm)); in AOCreateMapping()
|
| /petsc/src/sys/objects/ |
| H A D | subcomm.c | 217 PetscCallMPI(MPI_Allgather(sendbuf, 2, MPI_INT, recvbuf, 2, MPI_INT, comm)); in PetscSubcommSetTypeGeneral()
|
| /petsc/src/dm/partitioner/impls/ptscotch/ |
| H A D | partptscotch.c | 224 PetscCallMPI(MPI_Allgather(&nvtxs, 1, MPIU_INT, &vtxdist[1], 1, MPIU_INT, comm)); in PetscPartitionerPartition_PTScotch()
|
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 173 #define MPIU_Iallgather(a, b, c, d, e, f, g, req) MPI_Allgather(a, b, c, d, e, f, g)
|
| /petsc/src/dm/partitioner/impls/simple/ |
| H A D | partsimple.c | 190 PetscCallMPI(MPI_Allgather(&numVertices, 1, MPIU_INT, &offsets[1], 1, MPIU_INT, comm)); in PetscPartitionerPartition_Simple()
|
| /petsc/src/vec/is/ao/impls/basic/ |
| H A D | aobasic.c | 180 PetscCallMPI(MPI_Allgather(&count, 1, MPI_INT, lens, 1, MPI_INT, comm)); in AOCreate_Basic()
|
| /petsc/src/vec/is/utils/ |
| H A D | pmap.c | 251 PetscCallMPI(MPI_Allgather(&map->n, 1, MPIU_INT, map->range + 1, 1, MPIU_INT, map->comm)); in PetscLayoutSetUp()
|
| H A D | psort.c | 154 …PetscCallMPI(MPI_Allgather(pivots, max_keys_per, MPIU_INT, finalpivots, max_keys_per, MPIU_INT, ma… in PetscParallelSampleSelect()
|
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | pdipm.c | 1036 PetscCallMPI(MPI_Allgather(&pdipm->nce, 1, MPIU_INT, pdipm->nce_all, 1, MPIU_INT, comm)); in TaoSetup_PDIPM() 1039 PetscCallMPI(MPI_Allgather(&rstart, 1, MPIU_INT, Jranges, 1, MPIU_INT, comm)); in TaoSetup_PDIPM() 1040 PetscCallMPI(MPI_Allgather(&pdipm->nh, 1, MPIU_INT, nh_all, 1, MPIU_INT, comm)); in TaoSetup_PDIPM() 1041 PetscCallMPI(MPI_Allgather(&pdipm->ng, 1, MPIU_INT, ng_all, 1, MPIU_INT, comm)); in TaoSetup_PDIPM()
|
| /petsc/src/ksp/pc/impls/wb/ |
| H A D | wb.c | 293 …PetscCallMPI(MPI_Allgather(gl, 26, MPIU_INT, globals, 26, MPIU_INT, PetscObjectComm((PetscObject)d… in DMDAGetWireBasketInterpolation() 582 …PetscCallMPI(MPI_Allgather(gl, 6, MPIU_INT, globals, 6, MPIU_INT, PetscObjectComm((PetscObject)da)… in DMDAGetFaceInterpolation()
|
| /petsc/doc/manualpages/ |
| H A D | mpi.www.index | 35 man:+MPI_Allgather++MPI_Allgather++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Allgather… 374 man:+MPI_Allgather++MPI_Allgather++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Allgather…
|
| /petsc/src/ksp/pc/impls/spai/ |
| H A D | ispai.c | 563 PetscCallMPI(MPI_Allgather(&mnl, 1, MPI_INT, M->mnls, 1, MPI_INT, comm)); in ConvertMatToMatrix()
|
| /petsc/include/ |
| H A D | petsclog.h | 543 #define MPI_Allgather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm) \ macro 544 …&petsc_gather_ct, &petsc_gather_ct_th, PetscMPIParallelComm(comm)) || MPI_Allgather((sendbuf), (se…
|