nb_hops           162 ompi/mca/topo/treematch/treematch/tm_solution.c   int nb_hops;
nb_hops           171 ompi/mca/topo/treematch/treematch/tm_solution.c       nb_hops = 2*distance(topology,sigma[i],sigma[j]);
nb_hops           173 ompi/mca/topo/treematch/treematch/tm_solution.c 	printf("T_%d_%d %f*%d=%f\n",i,j,c,nb_hops,c*nb_hops);
nb_hops           174 ompi/mca/topo/treematch/treematch/tm_solution.c       sol += c*nb_hops;