Searched refs:npcol (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 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() [all …]
|
| /petsc/include/petsc/private/ |
| H A D | petscscalapack.h | 8 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 D | ex50_tut_2.out | 24 Process grid nprow 2 x npcol 2
|
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 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() [all …]
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex63_2.out | 41 Process grid nprow 1 x npcol 1
|
| H A D | ex63_2_alt.out | 41 Process grid nprow 1 x npcol 1
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_superlu_dist_3d.out | 45 Process grid nprow 1 x npcol 2
|
| H A D | ex19_superlu_dist_3ds.out | 45 Process grid nprow 1 x npcol 2
|