Home
last modified time | relevance | path

Searched refs:MPI_MAXLOC (Results 1 – 9 of 9) sorted by relevance

/petsc/include/petsc/mpiuni/
H A Dmpif.h90 MPIUNI_FInt MPI_MAXLOC
91 parameter (MPI_MAXLOC=12)
H A Dmpi.h292 #define MPI_MAXLOC 12 macro
/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c173 PetscCallMPI(MPIU_Allreduce(valrank, &max, 1, MPIU_2PETSCLOGDOUBLE, MPI_MAXLOC, comm)); in PetscPrintXMLGlobalPerformanceElement()
255 PetscCallMPI(MPIU_Allreduce(val_in, max, 1, MPIU_2PETSCLOGDOUBLE, MPI_MAXLOC, comm)); in PetscPrintXMLNestedLinePerfResults()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c703 else if (op == MPI_MAXLOC) *UnpackAndOp = link->h_UnpackAndMaxloc; in PetscSFLinkGetUnpackAndOp()
719 else if (op == MPI_MAXLOC) *UnpackAndOp = link->d_UnpackAndMaxloc; in PetscSFLinkGetUnpackAndOp()
733 else if (op == MPI_MAXLOC) *UnpackAndOp = link->da_UnpackAndMaxloc; in PetscSFLinkGetUnpackAndOp()
756 else if (op == MPI_MAXLOC) *ScatterAndOp = link->h_ScatterAndMaxloc; in PetscSFLinkGetScatterAndOp()
772 else if (op == MPI_MAXLOC) *ScatterAndOp = link->d_ScatterAndMaxloc; in PetscSFLinkGetScatterAndOp()
786 else if (op == MPI_MAXLOC) *ScatterAndOp = link->da_ScatterAndMaxloc; in PetscSFLinkGetScatterAndOp()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c783 PetscCall(PetscSFReduceBegin(sf1, MPIU_SF_NODE, owners, buffer, MPI_MAXLOC)); in PetscSFCreateByMatchingIndices()
784 PetscCall(PetscSFReduceEnd(sf1, MPIU_SF_NODE, owners, buffer, MPI_MAXLOC)); in PetscSFCreateByMatchingIndices()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2032 PetscCall(PetscSFReduceBegin(sf, MPIU_SF_NODE, buffer0, buffer1, MPI_MAXLOC)); in DMPlexDistributionLoad_HDF5_Private()
2033 PetscCall(PetscSFReduceEnd(sf, MPIU_SF_NODE, buffer0, buffer1, MPI_MAXLOC)); in DMPlexDistributionLoad_HDF5_Private()
2072 PetscCall(PetscSFReduceBegin(*distsf, MPIU_SF_NODE, buffer0, buffer1, MPI_MAXLOC)); in DMPlexDistributionLoad_HDF5_Private()
2073 PetscCall(PetscSFReduceEnd(*distsf, MPIU_SF_NODE, buffer0, buffer1, MPI_MAXLOC)); in DMPlexDistributionLoad_HDF5_Private()
3006 PetscCall(PetscSFReduceBegin(sfXA, MPIU_SF_NODE, owners, buffer, MPI_MAXLOC)); in DMPlexSectionLoad_HDF5_Internal()
3007 PetscCall(PetscSFReduceEnd(sfXA, MPIU_SF_NODE, owners, buffer, MPI_MAXLOC)); in DMPlexSectionLoad_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3807 PetscCall(PetscSFReduceBegin(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners, MPI_MAXLOC)); in DMPlexCreateSubmeshGeneric_Interpolated()
3808 PetscCall(PetscSFReduceEnd(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners, MPI_MAXLOC)); in DMPlexCreateSubmeshGeneric_Interpolated()
3825 … PetscCall(PetscSFReduceBegin(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners1, MPI_MAXLOC)); in DMPlexCreateSubmeshGeneric_Interpolated()
3826 PetscCall(PetscSFReduceEnd(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners1, MPI_MAXLOC)); in DMPlexCreateSubmeshGeneric_Interpolated()
4133 PetscCall(PetscSFReduceBegin(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners, MPI_MAXLOC)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4134 PetscCall(PetscSFReduceEnd(sfPoint, MPIU_SF_NODE, newLocalPoints, newOwners, MPI_MAXLOC)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkos.kokkos.cxx717 … PetscCallMPI(MPIU_Allreduce(in, out, 1, MPI_2INT, MPI_MAXLOC, PetscObjectComm((PetscObject)A))); in PCApply_BJKOKKOS()
/petsc/src/vec/is/sf/interface/
H A Dsf.c2180 op = MPI_MAXLOC; in PetscSFComposeInverse()