Home
last modified time | relevance | path

Searched refs:recvtotal (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/redistribute/
H A Dredistribute.c82 PetscInt *rvalues, *svalues, recvtotal; in PCSetUp_Redistribute() local
186 recvtotal = 0; in PCSetUp_Redistribute()
187 for (PetscMPIInt i = 0; i < nrecvs; i++) recvtotal += olengths1[i]; in PCSetUp_Redistribute()
190 PetscCall(PetscMalloc3(recvtotal, &rvalues, nrecvs, &source, nrecvs, &recv_waits)); in PCSetUp_Redistribute()
227 …ck(slen == recvtotal, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Total message lengths %" PetscInt_FMT " no… in PCSetUp_Redistribute()