numlevels         140 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     int numlevels = 0, num_nodes = 0, num_procs_in_node = 0;
numlevels         327 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         numlevels = 1;
numlevels         334 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 numlevels++;
numlevels         337 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         tracker = (hwloc_obj_t *)calloc(numlevels, sizeof(hwloc_obj_t));
numlevels         347 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                              effective_depth, hwloc_topology_get_depth(opal_hwloc_topology), numlevels));
numlevels         348 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         for(i = 0 ; i < numlevels ; i++) {
numlevels         502 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             assert(numlevels < TM_MAX_LEVELS);
numlevels         509 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             hierarchies[0] = numlevels;
numlevels         796 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             tm_topology->nb_levels = numlevels;