Searched refs:outbufd (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 1849 void *inbufd, *outbufd; in MPIU_Allreduce_Private() local 1854 outbufd = &outcnt; in MPIU_Allreduce_Private() 1855 err = MPIU_Allreduce_Count(inbufd, outbufd, count, MPIU_INT64, op, comm); in MPIU_Allreduce_Private() 1858 outbufd = &outcnt; in MPIU_Allreduce_Private() 1859 err = MPIU_Allreduce_Count(MPI_IN_PLACE, outbufd, count, MPIU_INT64, op, comm); in MPIU_Allreduce_Private()
|