Lines Matching refs:hostname

219   char      program[PETSC_MAX_PATH_LEN], display[256], hostname[64];  in PetscAttachDebugger()  local
262 PetscCall(PetscGetHostName(hostname, sizeof(hostname))); 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()
421 …%s to %s of pid %s on display %s on machine %s\n", PetscDebugger, program, pid, display, hostname); 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
563 ierr = PetscGetHostName(hostname, sizeof(hostname)); in PetscStopForDebugger()
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()