| /petsc/src/mat/utils/ |
| H A D | zerorows.c | 39 PetscCall(PetscSFReduceBegin(sf, MPIU_INT, (PetscInt *)rows, lrows, MPI_LOR)); in MatZeroRowsMapLocal_Private() 40 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, (PetscInt *)rows, lrows, MPI_LOR)); in MatZeroRowsMapLocal_Private()
|
| /petsc/include/petsc/private/ |
| H A D | linesearchimpl.h | 117 …lreduce(&snes->functiondomainerror, &functiondomainerror, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm(… 197 …lreduce(&snes->jacobiandomainerror, &jacobiandomainerror, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm(…
|
| H A D | snesimpl.h | 357 …(MPIU_Allreduce(&snes->functiondomainerror, &domainerror, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm(… 433 …PetscCallMPI(MPIU_Allreduce(&snes->jacobiandomainerror, &domainerror, 1, MPI_C_BOOL, MPI_LOR, Pets… 508 …(MPIU_Allreduce(&snes->functiondomainerror, &domainerror, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm(…
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex4.c | 24 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &simplex, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((Petsc… in SetupDiscretization()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex56.c | 307 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &fail, 1, MPI_C_BOOL, MPI_LOR, comm)); in DMLabelCompareWithCoordinateRepresentation() 341 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &fail, 1, MPI_C_BOOL, MPI_LOR, comm)); in CheckNumLabels()
|
| /petsc/src/dm/interface/ |
| H A D | dmperiodicity.c | 270 …PetscCallMPI(MPIU_Allreduce(&localized, areLocalized, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((Pet… in DMGetCoordinatesLocalized() 412 PetscCallMPI(MPIU_Allreduce(&useDG, &useDGGlobal, 1, MPI_C_BOOL, MPI_LOR, comm)); in DMLocalizeCoordinates()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex44.c | 63 …PetscCallMPI(MPIU_Allreduce(&inflag, &outflag, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscObjec… in PostEvent()
|
| /petsc/src/sys/classes/draw/impls/tikz/ |
| H A D | tikz.c | 78 …PetscCallMPI(MPIU_Allreduce(&win->written, &written, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((Pets… in PetscDrawClear_TikZ()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfpack.c | 699 else if (op == MPI_LOR) *UnpackAndOp = link->h_UnpackAndLOR; in PetscSFLinkGetUnpackAndOp() 715 else if (op == MPI_LOR) *UnpackAndOp = link->d_UnpackAndLOR; in PetscSFLinkGetUnpackAndOp() 729 else if (op == MPI_LOR) *UnpackAndOp = link->da_UnpackAndLOR; in PetscSFLinkGetUnpackAndOp() 752 else if (op == MPI_LOR) *ScatterAndOp = link->h_ScatterAndLOR; in PetscSFLinkGetScatterAndOp() 768 else if (op == MPI_LOR) *ScatterAndOp = link->d_ScatterAndLOR; in PetscSFLinkGetScatterAndOp() 782 else if (op == MPI_LOR) *ScatterAndOp = link->da_ScatterAndLOR; in PetscSFLinkGetScatterAndOp()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 293 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, sub, 2 + numFields, MPI_C_BOOL, MPI_LOR, PetscObjectComm… in PetscSFDistributeSection() 597 PetscCall(PetscSFReduceBegin(sf, MPIU_INT, (PetscInt *)idxs, lidxs, MPI_LOR)); in PetscLayoutMapLocal() 598 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, (PetscInt *)idxs, lidxs, MPI_LOR)); in PetscLayoutMapLocal()
|
| /petsc/src/sys/classes/viewer/impls/glvis/ |
| H A D | glvis.c | 217 …PetscCallMPI(MPIU_Allreduce(&ldis, &dis, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscObject)view… in PetscViewerGLVisGetNewWindow_Private() 820 PetscCallMPI(MPIU_Allreduce(&flag, &brokenpipe, 1, MPI_C_BOOL, MPI_LOR, comm)); in PetscGLVisCollectiveEnd()
|
| /petsc/include/ |
| H A D | petscdraw.h | 439 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &_Petsc_xioerr, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm(…
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex72.c | 183 …PetscCallMPI(MPIU_Allreduce(&preload, &flg, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscObject)A… in main()
|
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 19 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &hasConstraints, 1, MPI_C_BOOL, MPI_LOR, comm)); in PetscSectionView_HDF5_SingleField()
|
| /petsc/src/vec/is/sf/tutorials/ |
| H A D | ex1.c | 81 if (strflg) mop = MPI_LOR; in main()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 434 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &adapt_interface, 1, MPI_C_BOOL, MPI_LOR, interface_comm… in PCBDDCGraphComputeConnectedComponents() 789 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &graph->multi_element, 1, MPI_C_BOOL, MPI_LOR, comm)); in PCBDDCGraphSetUp()
|
| /petsc/src/ts/event/ |
| H A D | tsevent.c | 467 PetscCallMPI(MPIU_Allreduce(inflag, outflag, 3, MPI_C_BOOL, MPI_LOR, ((PetscObject)ts)->comm)); in TSPostEvent()
|
| /petsc/src/ksp/pc/impls/h2opus/ |
| H A D | pch2opus.c | 99 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &reset, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscOb… in PCSetCoordinates_H2OPUS()
|
| /petsc/src/vec/is/sf/impls/basic/nvshmem/ |
| H A D | sfnvshmem.cu | 183 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &hasNullRank, 1, MPIU_INT, MPI_LOR, comm)); in PetscSFLinkNvshmemCheck()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpimatmatmult.c | 2184 PetscCallMPI(MPIU_Allreduce(&alg_scalable_loc, &alg_scalable, 1, MPI_C_BOOL, MPI_LOR, comm)); in MatProductSetFromOptions_MPIAIJ_AB() 2250 PetscCallMPI(MPIU_Allreduce(&alg_scalable_loc, &alg_scalable, 1, MPI_C_BOOL, MPI_LOR, comm)); in MatProductSetFromOptions_MPIAIJ_AtB() 2315 PetscCallMPI(MPIU_Allreduce(&alg_scalable_loc, &alg_scalable, 1, MPI_C_BOOL, MPI_LOR, comm)); in MatProductSetFromOptions_MPIAIJ_PtAP()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 822 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, m, 2, MPIU_INT, MPI_LOR, bigcomm)); in VecScatterCreate()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 288 #define MPI_LOR 8 macro
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1214 …PetscCallMPI(MPIU_Allreduce(&output, &doOutput, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscObje… in DMPlexTopologyView_HDF5_XDMF_Private() 1840 PetscCall(PetscSFBcastBegin(sfXC, MPI_C_BOOL, X_mask, C_mask, MPI_LOR)); in ReadLabelStratumHDF5_Distribute_Private() 1841 PetscCall(PetscSFBcastEnd(sfXC, MPI_C_BOOL, X_mask, C_mask, MPI_LOR)); in ReadLabelStratumHDF5_Distribute_Private()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 2502 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &hasrepeated, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((P… in MatLoad_IS() 2635 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, flg, 2, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscObjec… in MatISFilterL2GMap() 2975 …PetscCallMPI(MPIU_Allreduce(&lnewl2g, &newl2g, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscObjec… in MatAssemblyEnd_IS() 2981 …PetscCallMPI(MPIU_Allreduce(&lnewl2g, &newl2g, 1, MPI_C_BOOL, MPI_LOR, PetscObjectComm((PetscObjec… in MatAssemblyEnd_IS()
|
| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 762 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &has_empty, 1, MPI_C_BOOL, MPI_LOR, comm)); in PetscSFSetUp_Window()
|