Searched refs:inoutbuf (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() argument 2804 err = MPI_Reduce_local((void *)inbuf, inoutbuf, count2, dtype, op); in MPIU_Reduce_local() 2849 …#define MPIU_Reduce_local(inbuf, inoutbuf, count, dtype, op) MPI_Reduce_local_c(inbuf, inoutbuf, (… argument
|
| /petsc/doc/developers/ |
| H A D | style.md | 484 PetscCallMPI(MPI_Reduce_local(inbuf, inoutbuf, count, MPIU_INT, MPI_SUM)); 486 PetscCallMPI(MPI_Reduce(inbuf, inoutbuf, count, MPIU_INT, MPI_SUM, 0, PETSC_COMM_SELF);
|