Home
last modified time | relevance | path

Searched refs:show_ancestor_type (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hwloc2/hwloc-2.5.0/utils/hwloc/
H A Dhwloc-info.c499 const char *show_ancestor_type = NULL; in main() local
557 show_ancestor_type = argv[1]; in main()
736 if (show_ancestor_type) { in main()
737 err = hwloc_type_sscanf_as_depth(show_ancestor_type, NULL, topology, &show_ancestor_depth); in main()
739 fprintf(stderr, "unrecognized --ancestor type %s\n", show_ancestor_type); in main()
744 fprintf(stderr, "unavailable --ancestor type %s\n", show_ancestor_type); in main()
748 fprintf(stderr, "multiple --ancestor type %s\n", show_ancestor_type); in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/utils/hwloc/
H A Dhwloc-info.c495 const char *show_ancestor_type = NULL; in main() local
553 show_ancestor_type = argv[1]; in main()
732 if (show_ancestor_type) { in main()
733 err = hwloc_type_sscanf_as_depth(show_ancestor_type, NULL, topology, &show_ancestor_depth); in main()
735 fprintf(stderr, "unrecognized --ancestor type %s\n", show_ancestor_type); in main()
740 fprintf(stderr, "unavailable --ancestor type %s\n", show_ancestor_type); in main()
744 fprintf(stderr, "multiple --ancestor type %s\n", show_ancestor_type); in main()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/utils/hwloc/
H A Dhwloc-info.c495 const char *show_ancestor_type = NULL; in main() local
553 show_ancestor_type = argv[1]; in main()
732 if (show_ancestor_type) { in main()
733 err = hwloc_type_sscanf_as_depth(show_ancestor_type, NULL, topology, &show_ancestor_depth); in main()
735 fprintf(stderr, "unrecognized --ancestor type %s\n", show_ancestor_type); in main()
740 fprintf(stderr, "unavailable --ancestor type %s\n", show_ancestor_type); in main()
744 fprintf(stderr, "multiple --ancestor type %s\n", show_ancestor_type); in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc/
H A Dhwloc-info.c495 const char *show_ancestor_type = NULL; in main() local
553 show_ancestor_type = argv[1]; in main()
732 if (show_ancestor_type) { in main()
733 err = hwloc_type_sscanf_as_depth(show_ancestor_type, NULL, topology, &show_ancestor_depth); in main()
735 fprintf(stderr, "unrecognized --ancestor type %s\n", show_ancestor_type); in main()
740 fprintf(stderr, "unavailable --ancestor type %s\n", show_ancestor_type); in main()
744 fprintf(stderr, "multiple --ancestor type %s\n", show_ancestor_type); in main()
/dports/devel/hwloc/hwloc-1.11.13/utils/hwloc/
H A Dhwloc-info.c26 static hwloc_obj_type_t show_ancestor_type = (hwloc_obj_type_t) -1; variable
227 } else if (show_ancestor_type != (hwloc_obj_type_t) -1) { in hwloc_calc_process_location_info_cb()
231 if (parent->type == show_ancestor_type) { in hwloc_calc_process_location_info_cb()
397 …err = hwloc_obj_type_sscanf(argv[1], &show_ancestor_type, &show_ancestor_attrdepth, &show_ancestor… in main()