Searched refs:len_max (Results 1 – 1 of 1) sorted by relevance
166 PetscInt **odata2_ptr, *ctable = NULL, *btable, len_max, len_est; in MatIncreaseOverlap_MPISBAIJ_Once() local332 len_max = ois_max * (Mbs + 1); /* max space storing all is[] for each receive */ in MatIncreaseOverlap_MPISBAIJ_Once()333 len_est = 2 * len_max; /* estimated space of storing is[] for all receiving messages */ in MatIncreaseOverlap_MPISBAIJ_Once()357 if (len_unused < len_max) { /* allocate more space for odata2 */ in MatIncreaseOverlap_MPISBAIJ_Once()380 len_max = is_max * (Mbs + 1); /* max space storing all is[] for this processor */ in MatIncreaseOverlap_MPISBAIJ_Once()381 if (len_unused < len_max) { /* allocate more space for odata2 */ in MatIncreaseOverlap_MPISBAIJ_Once()