Lines Matching refs:PetscErrorPrintf
223 ierr = (*PetscErrorPrintf)("System cannot start debugger\n"); in PetscAttachDebugger()
224 ierr = (*PetscErrorPrintf)("On Cray run program in Totalview debugger\n"); in PetscAttachDebugger()
225 ierr = (*PetscErrorPrintf)("On Windows use Developer Studio(MSDEV)\n"); in PetscAttachDebugger()
229 ierr = (*PetscErrorPrintf)("PetscAttachDebugger: Cannot determine display\n"); in PetscAttachDebugger()
233 …ierr = (*PetscErrorPrintf)("PetscAttachDebugger: Cannot determine program name needed to attach de… in PetscAttachDebugger()
237 …ierr = (*PetscErrorPrintf)("PetscAttachDebugger: Cannot determine program name needed to attach de… in PetscAttachDebugger()
243 … ierr = (*PetscErrorPrintf)("PetscAttachDebugger: Error in fork() prior to attaching debugger\n"); in PetscAttachDebugger()
519 if (fun) (void)(*PetscErrorPrintf)("%s() at %s:%d %s\n", fun, file, line, mess); in PetscAttachDebuggerErrorHandler()
520 else (void)(*PetscErrorPrintf)("%s:%d %s\n", file, line, mess); in PetscAttachDebuggerErrorHandler()
560 PetscCall((*PetscErrorPrintf)("System cannot start debugger; just continuing program\n")); in PetscStopForDebugger()
565 PetscCall((*PetscErrorPrintf)("Cannot determine hostname; just continuing program\n")); in PetscStopForDebugger()
571 PetscCall((*PetscErrorPrintf)("Cannot determine program name; just continuing program\n")); in PetscStopForDebugger()
575 PetscCall((*PetscErrorPrintf)("Cannot determine program name; just continuing program\n")); in PetscStopForDebugger()