| /petsc/src/sys/error/ |
| H A D | adebug.c | 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 [all …]
|
| H A D | errtrace.c | 49 static char arch[128], hostname[128], username[128], pname[PETSC_MAX_PATH_LEN], date[128]; variable 63 PetscCall(PetscGetHostName(hostname, sizeof(hostname))); in PetscErrorPrintfInitialize() 236 …s(es) and PETSC_ARCH %s on %s by %s %s\n", pname, PetscGlobalSize, arch, hostname, username, date); in PetscTraceBackErrorHandler()
|
| /petsc/src/sys/utils/ |
| H A D | pdisplay.c | 81 char hostname[256], roothostname[256]; in PetscWorldIsSingleHost() local 86 PetscCall(PetscGetHostName(hostname, sizeof(hostname))); in PetscWorldIsSingleHost() 87 PetscCall(PetscMemcpy(roothostname, hostname, sizeof(hostname))); in PetscWorldIsSingleHost() 89 PetscCall(PetscStrcmp(hostname, roothostname, &flag)); in PetscWorldIsSingleHost()
|
| /petsc/src/sys/classes/viewer/impls/mathematica/ |
| H A D | mathematica.c | 87 char hostname[256]; in PetscViewerMathematicaSetupConnection_Private() local 99 PetscCall(PetscGetHostName(hostname, sizeof(hostname))); in PetscViewerMathematicaSetupConnection_Private() 100 argv[3] = hostname; in PetscViewerMathematicaSetupConnection_Private() 180 char hostname[256]; in PetscViewerMathematicaSetFromOptions() local 213 PetscCall(PetscStrncpy(hostname, hosts[rank], sizeof(hostname))); in PetscViewerMathematicaSetFromOptions() 215 PetscCall(PetscStrncpy(hostname, hosts[0], sizeof(hostname))); in PetscViewerMathematicaSetFromOptions() 217 PetscCall(PetscViewerMathematicaSetLinkHost(v, hostname)); in PetscViewerMathematicaSetFromOptions()
|
| H A D | runtime.c | 15 char hostname[256]; in setupConnection() local 27 PetscCall(PetscGetHostName(hostname, sizeof(hostname))); in setupConnection() 28 argv[3] = hostname; in setupConnection()
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | ex1.c | 79 …char arch[128], hostname[128], username[128], pname[PETSC_MAX_PATH_LEN], date[128], … in PetscLogView_VecScatter() local 89 PetscCall(PetscGetHostName(hostname, sizeof(hostname))); in PetscLogView_VecScatter() 94 …wer, "%s on a %s named %s with %d processors, by %s %s\n", pname, arch, hostname, size, username, … in PetscLogView_VecScatter()
|
| /petsc/src/sys/classes/viewer/impls/socket/ |
| H A D | send.c | 99 PetscErrorCode PetscOpenSocket(const char hostname[], int portnum, int *t) in PetscOpenSocket() argument 108 if (!(hp = gethostbyname(hostname))) { in PetscOpenSocket() 110 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SYS, "system error open connection to %s", hostname); in PetscOpenSocket() 150 …PETSC_COMM_SELF, PETSC_ERR_SYS, "Connection refused by remote host %s port %d", hostname, portnum); in PetscOpenSocket()
|
| /petsc/src/sys/classes/viewer/impls/glvis/ |
| H A D | glvis.c | 742 static PetscErrorCode PetscViewerASCIISocketOpen(MPI_Comm comm, const char *hostname, PetscInt port… in PetscViewerASCIISocketOpen() argument 754 PetscAssertPointer(hostname, 2); in PetscViewerASCIISocketOpen() 758 ierr = PetscOpenSocket(hostname, iport, &fd); in PetscViewerASCIISocketOpen() 768 …t connect to socket on %s:%" PetscInt_FMT ". Socket visualization is disabled\n", hostname, port)); in PetscViewerASCIISocketOpen() 772 …ly connect to socket on %s:%" PetscInt_FMT ". Socket visualization is enabled\n", hostname, port)); in PetscViewerASCIISocketOpen() 775 …ETSC_COMM_SELF, PETSC_ERR_SYS, "Cannot open stream from socket %s:%" PetscInt_FMT, hostname, port); in PetscViewerASCIISocketOpen()
|
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | xmlviewer.c | 116 char arch[128], hostname[128], username[128], pname[PETSC_MAX_PATH_LEN], date[128]; in PetscPrintExeSpecs() local 124 PetscCall(PetscGetHostName(hostname, sizeof(hostname))); in PetscPrintExeSpecs() 133 PetscCall(PetscViewerXMLPutString(viewer, "hostname", "Host", hostname)); in PetscPrintExeSpecs()
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MPI.py | 328 …(hostname, err, ret) = Configure.executeShellCommand(self.hostname, timeout = 60, log = self.log, … 345 …(ok, err, ret) = Configure.executeShellCommand(self.ping + count + hostname, timeout = 60, log = s… 356 …(ok, err, ret) = Configure.executeShellCommand(self.host + ' '+ hostname, timeout = 60, log = self… 366 …(ok, err, ret) = Configure.executeShellCommand(self.traceroute + ' ' + hostname, timeout = 60, log… 377 Unable to run hostname to check the network')
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 786 char hostname[256]; in PetscInitialize_Common() local 1087 PetscCall(PetscGetHostName(hostname, sizeof(hostname))); in PetscInitialize_Common() 1088 PetscCall(PetscInfo(NULL, "Running on machine: %s\n", hostname)); in PetscInitialize_Common()
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 1272 …char arch[128], hostname[128], username[128], pname[PETSC_MAX_PATH_LEN], date[1… in PetscLogHandlerView_Default_Info() local 1319 PetscCall(PetscGetHostName(hostname, sizeof(hostname))); in PetscLogHandlerView_Default_Info() 1328 … with %d process%s and %s architecture %d, by %s on %s\n", pname, arch, hostname, size, size > 1 ?… in PetscLogHandlerView_Default_Info() 1331 …r, "%s on a %s named %s with %d process%s, by %s on %s\n", pname, arch, hostname, size, size > 1 ?… in PetscLogHandlerView_Default_Info()
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 190 …er or some other machine accessible to the cluster using the `-matlab_engine_host hostname` option.
|
| H A D | other.md | 379 `http://hostname:8080`, for example `http://localhost:8080`. Options
|
| /petsc/ |
| H A D | gmakefile | 296 -@echo Starting make run on `hostname` at `date +'%a, %d %b %Y %H:%M:%S %z'`
|
| /petsc/doc/developers/ |
| H A D | testing.md | 318 - Removes hostname
|
| /petsc/doc/faq/ |
| H A D | index.md | 464 - If ``ping `hostname` `` (`/sbin/ping` on macOS) fails or hangs do: 467 echo 127.0.0.1 `hostname` | sudo tee -a /etc/hosts
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 8570 (export/endvs/hostname "localhost")
|