Lines Matching refs:INFOG
508 #define INFOG(I) infog[(I) - 1] macro
754 …ck(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in solve: INFOG(1)=%d, IN… in MatMumpsHandleSchur_Private()
1782 …Check(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in termination: INFOG(… in MatDestroy_MUMPS()
1942 …called with singular matrix factor, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO… in MatSolve_MUMPS()
1986 …ck(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in solve: INFOG(1)=%d, IN… in MatSolve_MUMPS()
2126 …ck(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in solve: INFOG(1)=%d, IN… in MatMatSolve_MUMPS()
2251 …tscCheck(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in solve: INFOG(1)=… in MatMatSolve_MUMPS()
2365 …=%d. -mat_mumps_icntl_13 must be set as 1 for correct global matrix inertia", mumps->id.INFOG(13)); in MatGetInertia_SBAIJMUMPS()
2367 if (nneg) *nneg = mumps->id.INFOG(12); in MatGetInertia_SBAIJMUMPS()
2370 if (nzero) *nzero = mumps->id.INFOG(28); in MatGetInertia_SBAIJMUMPS()
2371 if (npos) *npos = F->rmap->N - (mumps->id.INFOG(12) + mumps->id.INFOG(28)); in MatGetInertia_SBAIJMUMPS()
2502 if (mumps->id.INFOG(1) < 0 && !(mumps->id.INFOG(1) == -16 && mumps->id.INFOG(1) == 0)) { in MatFactorNumeric_MUMPS()
2503 …->id.INFOG(1) == -6) PetscCall(PetscInfo(A, "MatFactorNumeric is called with singular matrix struc… in MatFactorNumeric_MUMPS()
2504 … called after analysis phase fails, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO… in MatFactorNumeric_MUMPS()
2530 if (mumps->id.INFOG(1) < 0) { in MatFactorNumeric_MUMPS()
2531 …merical factorization: INFOG(1)=%d, INFO(2)=%d " MUMPS_MANUALS, mumps->id.INFOG(1), mumps->id.INFO… in MatFactorNumeric_MUMPS()
2532 if (mumps->id.INFOG(1) == -10) { in MatFactorNumeric_MUMPS()
2533 …on: matrix is numerically singular, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO… in MatFactorNumeric_MUMPS()
2535 } else if (mumps->id.INFOG(1) == -13) { in MatFactorNumeric_MUMPS()
2536 …: INFOG(1)=%d, cannot allocate required memory %d megabytes\n", mumps->id.INFOG(1), mumps->id.INFO… in MatFactorNumeric_MUMPS()
2538 …} else if (mumps->id.INFOG(1) == -8 || mumps->id.INFOG(1) == -9 || (-16 < mumps->id.INFOG(1) && mu… in MatFactorNumeric_MUMPS()
2539 …orization: INFOG(1)=%d, INFO(2)=%d, problem with work array\n", mumps->id.INFOG(1), mumps->id.INFO… in MatFactorNumeric_MUMPS()
2542 …S error in numerical factorization: INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO… in MatFactorNumeric_MUMPS()
2546 …R_LIB, "MUMPS error in numerical factorization: ICNTL(16)=%d " MUMPS_MANUALS, mumps->id.INFOG(16)); in MatFactorNumeric_MUMPS()
2676 …PetscCheck(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error: INFOG(1)=%d " MU… in MatSetFromOptions_MUMPS()
2881 if (mumps->id.INFOG(1) < 0) { in MatFactorSymbolic_MUMPS_ReportIfError()
2882 …MM_SELF, PETSC_ERR_LIB, "MUMPS error in analysis: INFOG(1)=%d " MUMPS_MANUALS, mumps->id.INFOG(1)); in MatFactorSymbolic_MUMPS_ReportIfError()
2883 if (mumps->id.INFOG(1) == -6) { in MatFactorSymbolic_MUMPS_ReportIfError()
2884 …or in analysis: matrix is singular, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO… in MatFactorSymbolic_MUMPS_ReportIfError()
2886 } else if (mumps->id.INFOG(1) == -5 || mumps->id.INFOG(1) == -7) { in MatFactorSymbolic_MUMPS_ReportIfError()
2887 … analysis: problem with work array, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO… in MatFactorSymbolic_MUMPS_ReportIfError()
2890 …rror in analysis: INFOG(1)=%d, INFO(2)=%d " MUMPS_MANUALS "\n", mumps->id.INFOG(1), mumps->id.INFO… in MatFactorSymbolic_MUMPS_ReportIfError()
3196 … (double)ID_RINFOG_GET(mumps->id, 12), (double)ID_RINFOG_GET(mumps->id, 13), mumps->id.INFOG(34))); in MatView_MUMPS()
3198 …stimated real workspace for factors on all processors after analysis): %d\n", mumps->id.INFOG(3))); in MatView_MUMPS()
3199 …mated integer workspace for factors on all processors after analysis): %d\n", mumps->id.INFOG(4))); in MatView_MUMPS()
3200 …ewer, " INFOG(5) (estimated maximum front size in the complete tree): %d\n", mumps->id.INFOG(5))); in MatView_MUMPS()
3201 …SCIIPrintf(viewer, " INFOG(6) (number of nodes in the complete tree): %d\n", mumps->id.INFOG(6))); in MatView_MUMPS()
3202 …viewer, " INFOG(7) (ordering option effectively used after analysis): %d\n", mumps->id.INFOG(7))); in MatView_MUMPS()
3203 …structural symmetry in percent of the permuted matrix after analysis): %d\n", mumps->id.INFOG(8))); in MatView_MUMPS()
3204 …al/complex workspace to store the matrix factors after factorization): %d\n", mumps->id.INFOG(9))); in MatView_MUMPS()
3205 …) (total integer space store the matrix factors after factorization): %d\n", mumps->id.INFOG(10))); in MatView_MUMPS()
3206 …, " INFOG(11) (order of largest frontal matrix after factorization): %d\n", mumps->id.INFOG(11))); in MatView_MUMPS()
3207 …ewerASCIIPrintf(viewer, " INFOG(12) (number of off-diagonal pivots): %d\n", mumps->id.INFOG(12))); in MatView_MUMPS()
3208 …(viewer, " INFOG(13) (number of delayed pivots after factorization): %d\n", mumps->id.INFOG(13))); in MatView_MUMPS()
3209 …viewer, " INFOG(14) (number of memory compress after factorization): %d\n", mumps->id.INFOG(14))); in MatView_MUMPS()
3210 … INFOG(15) (number of steps of iterative refinement after solution): %d\n", mumps->id.INFOG(15))); in MatView_MUMPS()
3211 …zation after analysis: value on the most memory consuming processor): %d\n", mumps->id.INFOG(16))); in MatView_MUMPS()
3212 …rnal data for factorization after analysis: sum over all processors): %d\n", mumps->id.INFOG(17))); in MatView_MUMPS()
3213 … during factorization: value on the most memory consuming processor): %d\n", mumps->id.INFOG(18))); in MatView_MUMPS()
3214 …ternal data allocated during factorization: sum over all processors): %d\n", mumps->id.INFOG(19))); in MatView_MUMPS()
3215 …tf(viewer, " INFOG(20) (estimated number of entries in the factors): %d\n", mumps->id.INFOG(20))); in MatView_MUMPS()
3216 …during factorization - value on the most memory consuming processor): %d\n", mumps->id.INFOG(21))); in MatView_MUMPS()
3217 …ory effectively used during factorization - sum over all processors): %d\n", mumps->id.INFOG(22))); in MatView_MUMPS()
3218 …r, " INFOG(23) (after analysis: value of ICNTL(6) effectively used): %d\n", mumps->id.INFOG(23))); in MatView_MUMPS()
3219 …, " INFOG(24) (after analysis: value of ICNTL(12) effectively used): %d\n", mumps->id.INFOG(24))); in MatView_MUMPS()
3220 … (after factorization: number of pivots modified by static pivoting): %d\n", mumps->id.INFOG(25))); in MatView_MUMPS()
3221 … INFOG(28) (after factorization: number of null pivots encountered): %d\n", mumps->id.INFOG(28))); in MatView_MUMPS()
3222 …ffective number of entries in the factors (sum over all processors)): %d\n", mumps->id.INFOG(29))); in MatView_MUMPS()
3223 …bytes of memory used during solution phase): %d, %d\n", mumps->id.INFOG(30), mumps->id.INFOG(31))); in MatView_MUMPS()
3224 …IPrintf(viewer, " INFOG(32) (after analysis: type of analysis done): %d\n", mumps->id.INFOG(32))); in MatView_MUMPS()
3225 …etscViewerASCIIPrintf(viewer, " INFOG(33) (value used for ICNTL(8)): %d\n", mumps->id.INFOG(33))); in MatView_MUMPS()
3226 … INFOG(34) (exponent of the determinant if determinant is requested): %d\n", mumps->id.INFOG(34))); in MatView_MUMPS()
3227 …aking into account BLR factor compression - sum over all processors): %d\n", mumps->id.INFOG(35))); in MatView_MUMPS()
3228 … running BLR in-core - value on the most memory consuming processor): %d\n", mumps->id.INFOG(36))); in MatView_MUMPS()
3229 …MPS internal data for running BLR in-core - sum over all processors): %d\n", mumps->id.INFOG(37))); in MatView_MUMPS()
3230 …ning BLR out-of-core - value on the most memory consuming processor): %d\n", mumps->id.INFOG(38))); in MatView_MUMPS()
3231 …internal data for running BLR out-of-core - sum over all processors): %d\n", mumps->id.INFOG(39))); in MatView_MUMPS()
3244 …info->nz_allocated = mumps->id.INFOG(20) >= 0 ? mumps->id.INFOG(20) : -1000000 * mumps->id.IN… in MatGetInfo_MUMPS()
3245 …info->nz_used = mumps->id.INFOG(20) >= 0 ? mumps->id.INFOG(20) : -1000000 * mumps->id.IN… in MatGetInfo_MUMPS()
3585 *infog = mumps->id.INFOG(icntl); in MatMumpsGetInfog_MUMPS()
3616 *size = mumps->id.INFOG(28); in MatMumpsGetNullPivots_MUMPS()
3673 …eck(mumps->id.INFOG(1) >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "MUMPS error in solve: INFOG(1)=%d IN… in MatMumpsGetInverse_MUMPS()