Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c27 PetscInt rootdegree, leafdegree; member
105 …if (dat->rootdegree || dat->leafdegree) { // OpenMPI-3.0 ran into error with rootdegree = leafdegr… in PetscSFLinkStartCommunication_Neighbor()
108 …PetscCall(PetscLogMPIMessages(dat->rootdegree, dat->rootcounts, link->unit, dat->leafdegree, dat->… in PetscSFLinkStartCommunication_Neighbor()
111 …PetscCall(PetscLogMPIMessages(dat->leafdegree, dat->leafcounts, link->unit, dat->rootdegree, dat->… in PetscSFLinkStartCommunication_Neighbor()
130 if (dat->rootdegree || dat->leafdegree) { in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
160 if (dat->rootdegree || dat->leafdegree) { in PetscSFLinkStartCommunication_Persistent_Neighbor()
163 …PetscCall(PetscLogMPIMessages(dat->rootdegree, dat->rootcounts, link->unit, dat->leafdegree, dat->… in PetscSFLinkStartCommunication_Persistent_Neighbor()
165 …PetscCall(PetscLogMPIMessages(dat->leafdegree, dat->leafcounts, link->unit, dat->rootdegree, dat->… in PetscSFLinkStartCommunication_Persistent_Neighbor()
204 dat->leafdegree = n = (PetscMPIInt)(nleafranks - ndleafranks); in PetscSFSetUp_Neighbor()