wg                669 ompi/mca/topo/treematch/treematch/tm_tree.c   return (e1->wg > e2->wg) ? 1 : -1;
wg                679 ompi/mca/topo/treematch/treematch/tm_tree.c   return (e1->wg > e2->wg) ? - 1 : 1;
wg                883 ompi/mca/topo/treematch/treematch/tm_tree.c    elem-> wg             = group ->wg;
wg               1456 ompi/mca/topo/treematch/treematch/tm_tree.c     printf(": %.2f %.2f\n", tab[i]->val, tab[i]->wg);
wg               1487 ompi/mca/topo/treematch/treematch/tm_tree.c     tab[i]->wg = tab[i]->sum_neighbour/tab[i]->val;
wg               1489 ompi/mca/topo/treematch/treematch/tm_tree.c       tab[i]->wg = 0;
wg                 17 ompi/mca/topo/treematch/treematch/tm_tree.h   double wg;