Lines Matching refs:program
219 char program[PETSC_MAX_PATH_LEN], display[256], hostname[64]; in PetscAttachDebugger() local
232 if (PetscUnlikely(PetscGetProgramName(program, sizeof(program)))) { in PetscAttachDebugger()
236 if (PetscUnlikely(!program[0])) { in PetscAttachDebugger()
284 args[1] = program; in PetscAttachDebugger()
298 args[3] = program; in PetscAttachDebugger()
311 args[3] = program; in PetscAttachDebugger()
347 PetscCall(PetscGetFullPath(program, fullprogram, sizeof(fullprogram))); in PetscAttachDebugger()
377 args[j++] = program; in PetscAttachDebugger()
386 args[j++] = program; in PetscAttachDebugger()
400 args[j++] = program; in PetscAttachDebugger()
406 args[j++] = program; in PetscAttachDebugger()
413 args[j++] = program; in PetscAttachDebugger()
415 args[j++] = program; in PetscAttachDebugger()
421 …aching %s to %s of pid %s on display %s on machine %s\n", PetscDebugger, program, pid, display, ho… in PetscAttachDebugger()
422 … else printf("PETSC: Attaching %s to %s on pid %s on %s\n", PetscDebugger, program, pid, hostname); in PetscAttachDebugger()
429 … printf("PETSC: Attaching %s to %s of pid %s on %s\n", PetscDebugger, program, pid, hostname); in PetscAttachDebugger()
554 char program[PETSC_MAX_PATH_LEN], hostname[256]; in PetscStopForDebugger() local
569 ierr = PetscGetProgramName(program, sizeof(program)); in PetscStopForDebugger()
574 if (!program[0]) { in PetscStopForDebugger()
590 …ups || isddd || iskdbg) printf("[%d]%s>>%s %s %d\n", rank, hostname, PetscDebugger, program, ppid); in PetscStopForDebugger()
591 else if (isxldb) printf("[%d]%s>>%s -a %d %s\n", rank, hostname, PetscDebugger, ppid, program); 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()
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()