Searched refs:MPIU_Reduce_local (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/ ! |
| H A D | petscsys.h | 2799 static inline PetscMPIInt MPIU_Reduce_local(const void *inbuf, void *inoutbuf, MPIU_Count count, MP… in MPIU_Reduce_local() function 2849 …#define MPIU_Reduce_local(inbuf, inoutbuf, count, dtype, op) MPI_Reduce_local_c(inbuf, inoutbuf, (… macro
|
| /petsc/src/vec/is/sf/impls/basic/ ! |
| H A D | sfpack.c | 873 …PetscCallMPI(MPIU_Reduce_local(buf, (char *)data + start * link->unitbytes, count, link->unit, op)… in PetscSFLinkUnpackDataWithMPIReduceLocal() 894 …PetscCallMPI(MPIU_Reduce_local((const char *)src + srcIdx[i] * link->unitbytes, (char *)dst + disp… in PetscSFLinkScatterDataWithMPIReduceLocal()
|