gp_index 239 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c dist->indexes[i] = objs[i]->gp_index; gp_index 318 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c fprintf(stderr, " % 5d", (int)(gp ? objs[j]->gp_index : objs[j]->os_index)); gp_index 321 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c fprintf(stderr, " % 5d", (int)(gp ? objs[i]->gp_index : objs[i]->os_index)); gp_index 412 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c static hwloc_obj_t hwloc_find_obj_by_type_and_gp_index(hwloc_topology_t topology, hwloc_obj_type_t type, uint64_t gp_index) gp_index 416 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c if (obj->gp_index == gp_index) gp_index 120 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c obj->gp_index = strtoull(value, NULL, 10); gp_index 121 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c if (!obj->gp_index && hwloc__xml_verbose()) gp_index 123 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c if (obj->gp_index >= topology->next_gp_index) gp_index 124 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c topology->next_gp_index = obj->gp_index + 1; gp_index 967 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c group->gp_index = 0; /* will be initialized at the end of the discovery once we know the max */ gp_index 1684 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c && !node->parent->gp_index) gp_index 1685 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c node->parent->gp_index = topology->next_gp_index++; gp_index 1989 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c sprintf(tmp, "%llu", (unsigned long long) obj->gp_index); gp_index 720 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c newobj->gp_index = src->gp_index; gp_index 1683 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c obj->gp_index = topology->next_gp_index++; gp_index 4086 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c assert(!hwloc_bitmap_isset(gp_indexes, obj->gp_index)); gp_index 4087 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_bitmap_set(gp_indexes, obj->gp_index); gp_index 536 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h hwloc_uint64_t gp_index; /**< \brief Global persistent index.