Searched refs:inreceives (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/utils/ |
| H A D | vecstash.c | 223 PetscInt *start, *nprocs, inreceives; in VecStashScatterBegin_Private() local 253 PetscCall(PetscMaxSum(comm, nprocs, &nmax, &inreceives)); in VecStashScatterBegin_Private() 254 PetscCall(PetscMPIIntCast(inreceives, &nreceives)); in VecStashScatterBegin_Private()
|
| /petsc/src/vec/is/ao/impls/memscalable/ |
| H A D | aomemscalable.c | 103 PetscInt *rbuf, *sbuf, inreceives; in AOMap_MemoryScalable_private() local 139 PetscCall(PetscMaxSum(comm, sizes, &nmax, &inreceives)); in AOMap_MemoryScalable_private() 140 PetscCall(PetscMPIIntCast(inreceives, &nreceives)); in AOMap_MemoryScalable_private()
|