Lines Matching refs:msz

505   PetscInt     M, k, **rbuf, row, msz, **outdat, **ptr, *isz1;  in MatIncreaseOverlap_MPIAIJ_Once()  local
552 msz = 0; /* total mesg length (for all proc */ in MatIncreaseOverlap_MPIAIJ_Once()
574 msz += w1[j]; in MatIncreaseOverlap_MPIAIJ_Once()
585 PetscCall(PetscMalloc4(size, &outdat, size, &ptr, msz, &tmp, size, &ctr)); in MatIncreaseOverlap_MPIAIJ_Once()
1224 PetscInt msz, **ptr, *req_size, *ctr, *tmp, tcol, *iptr; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local
1304 msz = 0; /* total mesg length (for all procs) */ in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1307 msz += w1[pa[i]]; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1309 …etscInfo(0, "Number of outgoing messages %d Total message length %" PetscInt_FMT "\n", nrqs, msz)); in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1326 PetscCall(PetscMalloc4(size, &sbuf1, size, &ptr, 2 * msz, &tmp, size, &ctr)); in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1372 if (nrqs) rbuf2[0] = tmp + msz; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
2044 PetscInt msz, **ptr = NULL, *req_size = NULL, *ctr = NULL, *tmp = NULL, tcol; in MatCreateSubMatrices_MPIAIJ_Local() local
2185 msz = 0; /* total mesg length (for all procs) */ in MatCreateSubMatrices_MPIAIJ_Local()
2206 msz += w1[j]; in MatCreateSubMatrices_MPIAIJ_Local()
2208 …etscInfo(0, "Number of outgoing messages %d Total message length %" PetscInt_FMT "\n", nrqs, msz)); in MatCreateSubMatrices_MPIAIJ_Local()
2219 PetscCall(PetscMalloc4(size, &sbuf1, size, &ptr, 2 * msz, &tmp, size, &ctr)); in MatCreateSubMatrices_MPIAIJ_Local()
2277 if (nrqs) rbuf2[0] = tmp + msz; in MatCreateSubMatrices_MPIAIJ_Local()