Searched refs:MPI_Reduce_local (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 514 #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 D | mpi.www.index | 39 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 D | style.md | 484 PetscCallMPI(MPI_Reduce_local(inbuf, inoutbuf, count, MPIU_INT, MPI_SUM));
|
| /petsc/include/ |
| H A D | petscsys.h | 2804 err = MPI_Reduce_local((void *)inbuf, inoutbuf, count2, dtype, op); in MPIU_Reduce_local()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfpack.c | 870 …for (i = 0; i < count; i++) PetscCallMPI(MPI_Reduce_local((const char *)buf + i * link->unitbytes,… in PetscSFLinkUnpackDataWithMPIReduceLocal()
|