Lines Matching refs:PetscErrorPrintf
72 if (use_none) PetscErrorPrintf = PetscErrorPrintfNone; in PetscErrorPrintfInitialize()
126 if (PetscErrorPrintf == PetscErrorPrintfDefault && PETSC_STDERR != PETSC_STDOUT) { in PetscErrorPrintfHilight()
135 if (PetscErrorPrintf == PetscErrorPrintfDefault && PETSC_STDERR != PETSC_STDOUT) { in PetscErrorPrintfNormal()
201 …(void)(*PetscErrorPrintf)("--------------------- Error Message -----------------------------------… in PetscTraceBackErrorHandler()
204 …(void)(*PetscErrorPrintf)(" It appears a new error in the code was triggered after a previous err… in PetscTraceBackErrorHandler()
205 …(void)(*PetscErrorPrintf)(" - The first error was not properly handled via (for example) the use… in PetscTraceBackErrorHandler()
206 (void)(*PetscErrorPrintf)(" PetscCall(TheFunctionThatErrors()); or\n"); in PetscTraceBackErrorHandler()
207 …(void)(*PetscErrorPrintf)(" - The second error was triggered while handling the first error.\n"); in PetscTraceBackErrorHandler()
208 …(void)(*PetscErrorPrintf)(" Above is the traceback for the previous unhandled error, below the tr… in PetscTraceBackErrorHandler()
209 …(void)(*PetscErrorPrintf)(" ALL ERRORS in the PETSc libraries are fatal, you should add the appro… in PetscTraceBackErrorHandler()
218 if (text) (void)(*PetscErrorPrintf)("%s\n", text); in PetscTraceBackErrorHandler()
221 else if (mess) (void)(*PetscErrorPrintf)("%s\n", mess); in PetscTraceBackErrorHandler()
226 …(void)(*PetscErrorPrintf)("WARNING! Run on a CUDA device with GPU architecture %d, but PETSc was c… in PetscTraceBackErrorHandler()
227 …(void)(*PetscErrorPrintf)("If it is a cudaErrorNoKernelImageForDevice error, you may need to recon… in PetscTraceBackErrorHandler()
231 (void)(*PetscErrorPrintf)("See https://petsc.org/release/faq/ for trouble shooting.\n"); in PetscTraceBackErrorHandler()
235 (void)(*PetscErrorPrintf)("%s\n", version); in PetscTraceBackErrorHandler()
236 …if (PetscErrorPrintfInitializeCalled) (void)(*PetscErrorPrintf)("%s with %d MPI process(es) and PE… in PetscTraceBackErrorHandler()
238 … (void)(*PetscErrorPrintf)("Configure options: %s\n", clen ? petscconfigureoptions : "none used"); in PetscTraceBackErrorHandler()
242 …if (fun) (void)(*PetscErrorPrintf)("#%d %s() at %s:%d\n", cnt++, fun, PetscCIFilename(file), Petsc… in PetscTraceBackErrorHandler()
243 …else if (file) (void)(*PetscErrorPrintf)("#%d %s:%d\n", cnt++, PetscCIFilename(file), PetscCILinen… in PetscTraceBackErrorHandler()
249 …if ((n <= PETSC_ERR_MIN_VALUE) || (n >= PETSC_ERR_MAX_VALUE)) (void)(*PetscErrorPrintf)("Reached t… in PetscTraceBackErrorHandler()
252 …(void)(*PetscErrorPrintf)("----------------End of Error Message -------send entire error message t… in PetscTraceBackErrorHandler()