Lines Matching refs:npcol
43 …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()
1780 PetscBLASInt nprow, npcol, myrow, mycol; in MatCreate_ScaLAPACK() local
1820 grid->npcol = size / grid->nprow; in MatCreate_ScaLAPACK()
1822 PetscCall(PetscBLASIntCast(grid->npcol, &npcol)); in MatCreate_ScaLAPACK()
1824 Cblacs_gridinit(&grid->ictxt, "R", nprow, npcol); in MatCreate_ScaLAPACK()
1825 Cblacs_gridinfo(grid->ictxt, &nprow, &npcol, &myrow, &mycol); in MatCreate_ScaLAPACK()
1828 grid->npcol = npcol; in MatCreate_ScaLAPACK()