Searched refs:msz (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mmdense.c | 60 PetscInt msz, **ptr, *ctr, *tmp, bsz; in MatCreateSubMatrices_MPIDense_Local() local 124 msz = 0; /* total mesg length (for all procs) */ in MatCreateSubMatrices_MPIDense_Local() 145 msz += w1[2 * j]; in MatCreateSubMatrices_MPIDense_Local() 161 PetscCall(PetscMalloc4(size, &sbuf1, size, &ptr, 2 * msz, &tmp, size, &ctr)); in MatCreateSubMatrices_MPIDense_Local()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 63 PetscInt Mbs, **rbuf, row, msz, **outdat, **ptr; in MatIncreaseOverlap_MPIBAIJ_Once() local 109 msz = 0; /* total mesg length (for all proc */ in MatIncreaseOverlap_MPIBAIJ_Once() 131 msz += w1[j]; in MatIncreaseOverlap_MPIBAIJ_Once() 142 PetscCall(PetscMalloc4(size, &outdat, size, &ptr, msz, &tmp, size, &ctr)); in MatIncreaseOverlap_MPIBAIJ_Once() 623 PetscInt msz, **ptr = NULL, *req_size = NULL, *ctr = NULL, *tmp = NULL, tcol; local 784 msz = 0; /* total mesg length (for all procs) */ 802 msz += w1[j]; 804 …etscInfo(0, "Number of outgoing messages %d Total message length %" PetscInt_FMT "\n", nrqs, msz)); 815 PetscCall(PetscMalloc4(size, &sbuf1, size, &ptr, 2 * msz, &tmp, size, &ctr)); 879 if (nrqs) rbuf2[0] = tmp + msz;
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 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() [all …]
|