Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsfimpl.h154 #define MPIU_Ibcast(a, b, c, d, e, req) MPI_Ibcast(a, b, c, d, e, req) macro
167 #define MPIU_Ibcast(a, b, c, d, e, req) MPI_Bcast(a, b, c, d, e) macro
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c124 …if (dat->bcast_pattern) PetscCallMPI(MPIU_Ibcast(leafbuf, nleaves, unit, dat->bcast_root, comm, re… in PetscSFBcastBegin_Allgatherv()