Searched refs:MPIU_Allreduce_Count (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 1827 static inline PetscMPIInt MPIU_Allreduce_Count(const void *inbuf, void *outbuf, MPIU_Count count, M… in MPIU_Allreduce_Count() function 1855 err = MPIU_Allreduce_Count(inbufd, outbufd, count, MPIU_INT64, op, comm); in MPIU_Allreduce_Private() 1859 err = MPIU_Allreduce_Count(MPI_IN_PLACE, outbufd, count, MPIU_INT64, op, comm); in MPIU_Allreduce_Private() 1864 err = MPIU_Allreduce_Count(inbuf, outbuf, count, dtype, op, comm); in MPIU_Allreduce_Private()
|