cluster          3356 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    hwloc_obj_t cluster = hwloc_alloc_setup_object(topology, HWLOC_OBJ_GROUP, HWLOC_UNKNOWN_INDEX);
cluster          3357 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    hwloc_obj_add_other_obj_sets(cluster, nodes[i]);
cluster          3358 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    hwloc_obj_add_other_obj_sets(cluster, nodes[closest]);
cluster          3359 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    cluster->subtype = strdup("Cluster");
cluster          3360 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    cluster->attr->group.kind = HWLOC_GROUP_KIND_INTEL_KNL_SUBNUMA_CLUSTER;
cluster          3361 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    knl_clusters[nr_knl_clusters] = cluster;