Lines Matching full:printf

240 …if (PetscUnlikely(!isatty(fileno(stdin))) && !UseDebugTerminal) printf("If the debugger exits imme…  in PetscAttachDebugger()
290 printf("PETSC: Attaching %s to %s %s on %s\n", args[0], args[1], pid, hostname); in PetscAttachDebugger()
303 printf("PETSC: Attaching %s to %s %s on %s\n", args[0], args[3], pid, hostname); in PetscAttachDebugger()
316 printf("PETSC: Attaching %s to %s %s on %s\n", args[0], args[1], pid, hostname); in PetscAttachDebugger()
331 printf("PETSC: Attaching %s to %s on %s\n", args[0], pid, hostname); in PetscAttachDebugger()
353printf("-debug_terminal Terminal is not available on this system since PETSC_HAVE_POPEN is not def… in PetscAttachDebugger()
421 …if (display[0]) printf("PETSC: Attaching %s to %s of pid %s on display %s on machine %s\n", PetscD… in PetscAttachDebugger()
422 … else printf("PETSC: Attaching %s to %s on pid %s on %s\n", PetscDebugger, program, pid, hostname); in PetscAttachDebugger()
429printf("PETSC: Attaching %s to %s of pid %s on %s\n", PetscDebugger, program, pid, hostname); in PetscAttachDebugger()
590 …if (isxxgdb || isups || isddd || iskdbg) printf("[%d]%s>>%s %s %d\n", rank, hostname, PetscDebugge… in PetscStopForDebugger()
591 else if (isxldb) printf("[%d]%s>>%s -a %d %s\n", rank, hostname, PetscDebugger, ppid, program); in PetscStopForDebugger()
592 else if (islldb) printf("[%d]%s>>%s -p %d\n", rank, hostname, PetscDebugger, ppid); in PetscStopForDebugger()
595 printf("[%d]%s>>%s -p %d %s\n", rank, hostname, PetscDebugger, ppid, program); in PetscStopForDebugger()
597 printf("[%d]%s>>%s -l ALL -P %d %s\n", rank, hostname, PetscDebugger, ppid, program); in PetscStopForDebugger()
599 printf("[%d]%s>>%s -a %d\n", rank, hostname, PetscDebugger, ppid); in PetscStopForDebugger()
601 printf("[%d]%s>>%s -pid %d %s\n", rank, hostname, PetscDebugger, ppid, program); in PetscStopForDebugger()
603 printf("[%d]%s>>%s %s %d\n", rank, hostname, PetscDebugger, program, ppid); in PetscStopForDebugger()