Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sbaij/mpi/
H A Dsbaijov.c162 …PetscMPIInt proc_end = 0, size, rank, tag1, tag2, *len_s, nrqr, nrqs, *id_r1, *len_r1, flag, *… in MatIncreaseOverlap_MPISBAIJ_Once() local
272 PetscCall(PetscMPIIntCast(ctable[idx], &proc_end)); in MatIncreaseOverlap_MPISBAIJ_Once()
273 …for (PetscMPIInt proc_id = 0; proc_id <= proc_end; proc_id++) { /* for others to proces… in MatIncreaseOverlap_MPISBAIJ_Once()
275 …if (proc_id < proc_end && !PetscBTLookup(table[proc_id], idx)) continue; /* no need for sending id… in MatIncreaseOverlap_MPISBAIJ_Once()