Searched refs:hostname (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/petsc/ |
| H A D | bps.c | 155 …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 D | bpsswarm.c | 71 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__.py | 87 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 D | structs.h | 88 char *filename, *hostname; member
|
| /libCEED/benchmarks/ |
| H A D | postprocess_base.py | 24 hostname='unknown',
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 310 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()
|