sum_neighbour     441 ompi/mca/topo/treematch/treematch/tm_tree.c   res->sum_neighbour = 0;
sum_neighbour     882 ompi/mca/topo/treematch/treematch/tm_tree.c    elem-> sum_neighbour  = group->sum_neighbour;
sum_neighbour    1477 ompi/mca/topo/treematch/treematch/tm_tree.c     tab[i]->sum_neighbour = 0;
sum_neighbour    1483 ompi/mca/topo/treematch/treematch/tm_tree.c 	tab[i]->sum_neighbour += tab[j]->val;
sum_neighbour    1484 ompi/mca/topo/treematch/treematch/tm_tree.c 	tab[j]->sum_neighbour += tab[i]->val;
sum_neighbour    1487 ompi/mca/topo/treematch/treematch/tm_tree.c     tab[i]->wg = tab[i]->sum_neighbour/tab[i]->val;
sum_neighbour    1488 ompi/mca/topo/treematch/treematch/tm_tree.c     if(tab[i]->sum_neighbour == 0)
sum_neighbour      16 ompi/mca/topo/treematch/treematch/tm_tree.h   double sum_neighbour;