Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstash.c852 PetscInt sendno; in MatStashScatterBegin_BTS() local
874 sendno = 0; in MatStashScatterBegin_BTS()
883 stash->sendranks[sendno] = owner; in MatStashScatterBegin_BTS()
889 stash->sendframes[sendno].buffer = sendblock_rowstart; in MatStashScatterBegin_BTS()
890 stash->sendframes[sendno].pending = 0; in MatStashScatterBegin_BTS()
891 PetscCall(PetscIntCast(i - rowstart, &stash->sendhdr[sendno].count)); in MatStashScatterBegin_BTS()
892 sendno++; in MatStashScatterBegin_BTS()
895 …Check(sendno == stash->nsendranks, stash->comm, PETSC_ERR_PLIB, "BTS counted %d sendranks, but %" … in MatStashScatterBegin_BTS()