Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sbaij/mpi/
H A Dsbaijov.c168 PetscInt ois_max; /* max no of is[] in each of processor */ in MatIncreaseOverlap_MPISBAIJ_Once() local
196 PetscCallMPI(MPIU_Allreduce(&is_max, &ois_max, 1, MPIU_INT, MPI_MAX, comm)); in MatIncreaseOverlap_MPISBAIJ_Once()
332 len_max = ois_max * (Mbs + 1); /* max space storing all is[] for each receive */ in MatIncreaseOverlap_MPISBAIJ_Once()