Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.h11 …PetscBool bcast_pattern; /* bcast here means one-to-all; we might do MPI_Reduce with this patter… member
H A Dsfallgatherv.c64 dat->bcast_pattern = PETSC_TRUE; in PetscSFSetUp_Allgatherv()
120 …if (dat->bcast_pattern && rank == dat->bcast_root) PetscCall((*link->Memcpy)(link, link->leafmtype… in PetscSFBcastBegin_Allgatherv()
124 …if (dat->bcast_pattern) PetscCallMPI(MPIU_Ibcast(leafbuf, nleaves, unit, dat->bcast_root, comm, re… in PetscSFBcastBegin_Allgatherv()
152 if (dat->bcast_pattern) { in PetscSFReduceBegin_Allgatherv()