Lines Matching refs:npcol
93 int_t nprow, npcol, *row, *col; member
710 lu->npcol = (int_t)(size / lu->nprow); in MatLUFactorSymbolic_SuperLU_DIST()
711 if (size == lu->nprow * lu->npcol) break; in MatLUFactorSymbolic_SuperLU_DIST()
730 lu->npcol = (int_t)(size / (lu->npdep * lu->nprow)); in MatLUFactorSymbolic_SuperLU_DIST()
731 if (size == lu->nprow * lu->npcol * lu->npdep) break; in MatLUFactorSymbolic_SuperLU_DIST()
738 …dist_c", "Number columns in processor partition", "None", lu->npcol, (PetscInt *)&lu->npcol, NULL)… in MatLUFactorSymbolic_SuperLU_DIST()
740 …npcol * lu->npdep, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Number of processes %d must equal to nprow… in MatLUFactorSymbolic_SuperLU_DIST()
742 …npcol, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Number of processes %d must equal to nprow %lld * npco… in MatLUFactorSymbolic_SuperLU_DIST()
748 …it3d(context ? context->comm : lu->comm_superlu, (int)lu->nprow, (int)lu->npcol, (int)lu->npdep, &… in MatLUFactorSymbolic_SuperLU_DIST()
755 …u_gridinit(context ? context->comm : lu->comm_superlu, (int)lu->nprow, (int)lu->npcol, &lu->grid)); in MatLUFactorSymbolic_SuperLU_DIST()
822 …(viewer, " Process grid nprow %lld x npcol %lld \n", (long long)lu->nprow, (long long)lu->npcol)); in MatView_Info_SuperLU_DIST()
830 …er, " Processors in row %lld col partition %lld \n", (long long)lu->nprow, (long long)lu->npcol)); in MatView_Info_SuperLU_DIST()