Home
last modified time | relevance | path

Searched refs:npcol (Results 1 – 8 of 8) sorted by relevance

/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c93 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()
740npcol * lu->npdep, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Number of processes %d must equal to nprow… in MatLUFactorSymbolic_SuperLU_DIST()
742npcol, 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()
[all …]
/petsc/include/petsc/private/
H A Dpetscscalapack.h8 PetscBLASInt nprow, npcol; /* number of process rows and columns */ member
121 …_bb->csrc && _aa->grid->nprow == _bb->grid->nprow && _aa->grid->npcol == _bb->grid->npcol && _aa->…
/petsc/src/ksp/ksp/tutorials/output/
H A Dex50_tut_2.out24 Process grid nprow 2 x npcol 2
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c43 …rASCIIPrintf(viewer, "grid height=%d, grid width=%d\n", (int)a->grid->nprow, (int)a->grid->npcol)); in MatView_ScaLAPACK()
128 …l", SCALAPACKinfog2l_(&gridx, &gcidx, a->desc, &a->grid->nprow, &a->grid->npcol, &a->grid->myrow, … in MatSetValues_ScaLAPACK()
182 lszy = SCALAPACKnumroc_(&a->N, &a->nb, &a->grid->mycol, &a->csrc, &a->grid->npcol); in MatMultXXXYYY_ScaLAPACK()
221 lszx = SCALAPACKnumroc_(&a->N, &a->nb, &a->grid->mycol, &a->csrc, &a->grid->npcol); in MatMultXXXYYY_ScaLAPACK()
478 lszd = SCALAPACKnumroc_(&a->N, &a->nb, &a->grid->mycol, &a->csrc, &a->grid->npcol); in MatGetDiagonal_ScaLAPACK()
521 lszd = SCALAPACKnumroc_(&a->N, &a->nb, &a->grid->mycol, &a->csrc, &a->grid->npcol); in MatDiagonalScale_ScaLAPACK()
964 nproc = a->grid->npcol; in MatGetOwnershipIS_ScaLAPACK()
1295 a->locc = SCALAPACKnumroc_(&a->N, &a->nb, &a->grid->mycol, &a->csrc, &a->grid->npcol); in MatSetUp_ScaLAPACK()
1335 …l", SCALAPACKinfog2l_(&gridx, &gcidx, a->desc, &a->grid->nprow, &a->grid->npcol, &a->grid->myrow, … in MatAssemblyEnd_ScaLAPACK()
1550 …l", SCALAPACKinfog2l_(&gridx, &gcidx, a->desc, &a->grid->nprow, &a->grid->npcol, &a->grid->myrow, … in MatStashScatterBegin_ScaLAPACK()
[all …]
/petsc/src/ksp/ksp/tests/output/
H A Dex63_2.out41 Process grid nprow 1 x npcol 1
H A Dex63_2_alt.out41 Process grid nprow 1 x npcol 1
/petsc/src/snes/tutorials/output/
H A Dex19_superlu_dist_3d.out45 Process grid nprow 1 x npcol 2
H A Dex19_superlu_dist_3ds.out45 Process grid nprow 1 x npcol 2