Home
last modified time | relevance | path

Searched refs:hostname (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/petsc/
H A Dbps.c155 …bp_name, rp->hostname, comm_size, rp->ranks_per_node, vec_type, used_resource, CeedMemTypes[mem_ty… in RunWithDM()
358 char hostname[PETSC_MAX_PATH_LEN]; in main() local
419 PetscCall(PetscGetHostName(hostname, sizeof hostname)); in main()
420 …tscOptionsString("-hostname", "Hostname for output", NULL, hostname, hostname, sizeof(hostname), N… in main()
459 rp->hostname = hostname; in main()
H A Dbpsswarm.c71 char hostname[PETSC_MAX_PATH_LEN]; in main() local
106 PetscCall(PetscGetHostName(hostname, sizeof hostname)); in main()
107 …tscOptionsString("-hostname", "Hostname for output", NULL, hostname, hostname, sizeof(hostname), N… in main()
282 …bp_choice + 1, hostname, comm_size, ranks_per_node, vec_type, used_resource, CeedMemTypes[mem_type… in main()
/libCEED/tests/junit-xml/junit_xml/
H A D__init__.py87 hostname=None, argument
107 self.hostname = hostname
137 if self.hostname:
138 test_suite_attributes["hostname"] = decode(self.hostname, encoding)
/libCEED/examples/petsc/include/
H A Dstructs.h88 char *filename, *hostname; member
/libCEED/benchmarks/
H A Dpostprocess_base.py24 hostname='unknown',
/libCEED/examples/solids/
H A Delasticity.c310 char hostname[PETSC_MAX_PATH_LEN]; in main() local
315 PetscCall(PetscGetHostName(hostname, sizeof hostname)); in main()
326 hostname, comm_size, used_resource, CeedMemTypes[mem_type_backend])); in main()