f_j                61 ompi/mca/topo/treematch/treematch/tm_solution.c   int f_i, f_j ;
f_j                66 ompi/mca/topo/treematch/treematch/tm_solution.c   f_j = topology->node_rank[j];
f_j                69 ompi/mca/topo/treematch/treematch/tm_solution.c     printf("i=%d, j=%d Level = %d f=(%d,%d)\n",i ,j, level, f_i, f_j);
f_j                78 ompi/mca/topo/treematch/treematch/tm_solution.c     f_j = f_j/arity;
f_j                79 ompi/mca/topo/treematch/treematch/tm_solution.c   } while((f_i!=f_j) && (level < depth));