myhierarchy 325 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c int *myhierarchy = (int *)calloc(array_size, sizeof(int)); myhierarchy 328 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c myhierarchy[0] = hwloc_get_nbobjs_by_depth(opal_hwloc_topology, 0); myhierarchy 330 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c myhierarchy[i] = hwloc_get_nbobjs_by_depth(opal_hwloc_topology, i); myhierarchy 332 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c "hierarchy[%i] = %i\n", i, myhierarchy[i])); myhierarchy 333 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if ((myhierarchy[i] != 0) && (myhierarchy[i] != myhierarchy[i-1])) myhierarchy 339 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if(myhierarchy[i] != myhierarchy[i-1]) myhierarchy 343 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(myhierarchy);