Searched refs:ylld (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 164 … xdesc[9], ydesc[9], x2desc[9], y2desc[9], mb, nb, lszx, lszy, zero = 0, one = 1, xlld, ylld, info; in MatMultXXXYYY_ScaLAPACK() local 176 ylld = 1; in MatMultXXXYYY_ScaLAPACK() 177 … SCALAPACKdescinit_(ydesc, &one, &a->N, &one, &nb, &zero, &zero, &a->grid->ictxrow, &ylld, &info)); in MatMultXXXYYY_ScaLAPACK() 189 …CALAPACKdescinit_(y2desc, &one, &a->N, &one, &a->nb, &zero, &zero, &a->grid->ictxt, &ylld, &info)); in MatMultXXXYYY_ScaLAPACK() 215 PetscCall(PetscBLASIntCast(PetscMax(1, A->rmap->n), &ylld)); in MatMultXXXYYY_ScaLAPACK() 216 … SCALAPACKdescinit_(ydesc, &a->M, &one, &mb, &one, &zero, &zero, &a->grid->ictxcol, &ylld, &info)); in MatMultXXXYYY_ScaLAPACK() 223 PetscCall(PetscBLASIntCast(PetscMax(1, lszy), &ylld)); in MatMultXXXYYY_ScaLAPACK() 228 …CALAPACKdescinit_(y2desc, &a->M, &one, &a->mb, &one, &zero, &zero, &a->grid->ictxt, &ylld, &info)); in MatMultXXXYYY_ScaLAPACK()
|