Lines Matching refs:INFO
509 #define INFO(I) info[(I) - 1] macro
754 …PS error in solve: INFOG(1)=%d, INFO(2)=%d " MUMPS_MANUALS, mumps->id.INFOG(1), mumps->id.INFO(2)); in MatMumpsHandleSchur_Private()
1942 …d with singular matrix factor, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO(2))); in MatSolve_MUMPS()
1986 …PS error in solve: INFOG(1)=%d, INFO(2)=%d " MUMPS_MANUALS, mumps->id.INFOG(1), mumps->id.INFO(2)); in MatSolve_MUMPS()
2030 …l(PetscLogFlops(2.0 * PetscMax(0, (mumps->id.INFO(28) >= 0 ? mumps->id.INFO(28) : -1000000 * mumps… in MatSolve_MUMPS()
2126 …PS error in solve: INFOG(1)=%d, INFO(2)=%d " MUMPS_MANUALS, mumps->id.INFOG(1), mumps->id.INFO(2)); in MatMatSolve_MUMPS()
2315 …LogFlops(nrhs * PetscMax(0, 2.0 * (mumps->id.INFO(28) >= 0 ? mumps->id.INFO(28) : -1000000 * mumps… in MatMatSolve_MUMPS()
2503 …ith singular matrix structure, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO(2))); in MatFactorNumeric_MUMPS()
2504 …ed after analysis phase fails, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO(2))); in MatFactorNumeric_MUMPS()
2531 …cal factorization: INFOG(1)=%d, INFO(2)=%d " MUMPS_MANUALS, mumps->id.INFOG(1), mumps->id.INFO(2)); in MatFactorNumeric_MUMPS()
2533 …atrix is numerically singular, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO(2))); in MatFactorNumeric_MUMPS()
2536 …OG(1)=%d, cannot allocate required memory %d megabytes\n", mumps->id.INFOG(1), mumps->id.INFO(2))); in MatFactorNumeric_MUMPS()
2539 …tion: INFOG(1)=%d, INFO(2)=%d, problem with work array\n", mumps->id.INFOG(1), mumps->id.INFO(2))); in MatFactorNumeric_MUMPS()
2542 …or in numerical factorization: INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO(2))); in MatFactorNumeric_MUMPS()
2568 if (!mumps->is_omp_master) mumps->id.INFO(23) = 0; in MatFactorNumeric_MUMPS()
2586 lsol_loc = mumps->id.INFO(23); /* length of sol_loc */ in MatFactorNumeric_MUMPS()
2884 … analysis: matrix is singular, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO(2))); in MatFactorSymbolic_MUMPS_ReportIfError()
2887 …ysis: problem with work array, INFOG(1)=%d, INFO(2)=%d\n", mumps->id.INFOG(1), mumps->id.INFO(2))); in MatFactorSymbolic_MUMPS_ReportIfError()
2890 …in analysis: INFOG(1)=%d, INFO(2)=%d " MUMPS_MANUALS "\n", mumps->id.INFOG(1), mumps->id.INFO(2))); in MatFactorSymbolic_MUMPS_ReportIfError()
3170 …Call(PetscViewerASCIISynchronizedPrintf(viewer, " [%d] %d\n", mumps->myid, mumps->id.INFO(15))); in MatView_MUMPS()
3174 …Call(PetscViewerASCIISynchronizedPrintf(viewer, " [%d] %d\n", mumps->myid, mumps->id.INFO(16))); in MatView_MUMPS()
3178 …Call(PetscViewerASCIISynchronizedPrintf(viewer, " [%d] %d\n", mumps->myid, mumps->id.INFO(23))); in MatView_MUMPS()
3185 …ewerASCIISynchronizedPrintf(viewer, " [%d] %d\n", mumps->myid, mumps->id.INFO(mumps->info[i]))); in MatView_MUMPS()
3576 *info = mumps->id.INFO(icntl); in MatMumpsGetInfo_MUMPS()
3673 …MPS error in solve: INFOG(1)=%d INFO(2)=%d " MUMPS_MANUALS, mumps->id.INFOG(1), mumps->id.INFO(2)); in MatMumpsGetInverse_MUMPS()