Searched refs:M_BPB_imax (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 610 PetscInt M_BPB_imax = 0; in MatIncreaseOverlap_MPIAIJ_Once() local 612 PetscCall(PetscIntMultError(M / PETSC_BITS_PER_BYTE + 1, imax, &M_BPB_imax)); in MatIncreaseOverlap_MPIAIJ_Once() 615 PetscCall(PetscCalloc4(imax, &table, imax, &data, imax, &isz, M_BPB_imax, &t_p)); in MatIncreaseOverlap_MPIAIJ_Once() 620 PetscCall(PetscIntMultError(M / PETSC_BITS_PER_BYTE + 1, imax, &M_BPB_imax)); in MatIncreaseOverlap_MPIAIJ_Once() 621 PetscCall(PetscCalloc5(imax, &table, imax, &data, imax, &isz, Mimax, &d_p, M_BPB_imax, &t_p)); in MatIncreaseOverlap_MPIAIJ_Once()
|