Home
last modified time | relevance | path

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

/petsc/include/petsc/mpiuni/ !
H A Dmpi.h514 #define MPI_Reduce_local_c MPI_Reduce_local
515 …#define MPI_Reduce_local(sendbuf, recvbuf, count, datatype, op) (MPIUNI_ARG(op), MPIU… macro
/petsc/doc/manualpages/ !
H A Dmpi.www.index39 man:+MPI_Reduce_local++MPI_Reduce_local++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Red…
378 man:+MPI_Reduce_local++MPI_Reduce_local++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Red…
/petsc/doc/developers/ !
H A Dstyle.md484 PetscCallMPI(MPI_Reduce_local(inbuf, inoutbuf, count, MPIU_INT, MPI_SUM));
/petsc/include/ !
H A Dpetscsys.h2804 err = MPI_Reduce_local((void *)inbuf, inoutbuf, count2, dtype, op); in MPIU_Reduce_local()
/petsc/src/vec/is/sf/impls/basic/ !
H A Dsfpack.c870 …for (i = 0; i < count; i++) PetscCallMPI(MPI_Reduce_local((const char *)buf + i * link->unitbytes,… in PetscSFLinkUnpackDataWithMPIReduceLocal()