Lines Matching refs:sinfo
449 …int sinfo; /* SuperLU_Dist info flag is always an int even with long long indices */ in MatLUFactorNumeric_SuperLU_DIST() local
549 …uct, 0, (int)A->rmap->n, 0, &lu->grid3d, &lu->sLUstruct, &lu->sSOLVEstruct, sberr, &stat, &sinfo)); in MatLUFactorNumeric_SuperLU_DIST()
552 …struct, 0, (int)A->rmap->n, 0, &lu->grid3d, &lu->LUstruct, &lu->SOLVEstruct, berr, &stat, &sinfo)); in MatLUFactorNumeric_SuperLU_DIST()
557 …truct, 0, (int)A->rmap->n, 0, &lu->grid, &lu->sLUstruct, &lu->sSOLVEstruct, sberr, &stat, &sinfo)); in MatLUFactorNumeric_SuperLU_DIST()
560 …rmstruct, 0, (int)A->rmap->n, 0, &lu->grid, &lu->LUstruct, &lu->SOLVEstruct, berr, &stat, &sinfo)); in MatLUFactorNumeric_SuperLU_DIST()
562 if (sinfo > 0) { in MatLUFactorNumeric_SuperLU_DIST()
563 …cCheck(!A->erroriffailure, PETSC_COMM_SELF, PETSC_ERR_MAT_LU_ZRPVT, "Zero pivot in row %d", sinfo); in MatLUFactorNumeric_SuperLU_DIST()
564 if (sinfo <= lu->A_sup.ncol) { in MatLUFactorNumeric_SuperLU_DIST()
566 PetscCall(PetscInfo(F, "U(i,i) is exactly zero, i= %d\n", sinfo)); in MatLUFactorNumeric_SuperLU_DIST()
567 } else if (sinfo > lu->A_sup.ncol) { in MatLUFactorNumeric_SuperLU_DIST()
573 PetscCall(PetscInfo(F, "Number of bytes allocated when memory allocation fails %d\n", sinfo)); in MatLUFactorNumeric_SuperLU_DIST()
575 …} else PetscCheck(sinfo >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "info = %d, argument in p*gssvx() ha… in MatLUFactorNumeric_SuperLU_DIST()