metric 17 ompi/mca/topo/treematch/treematch/tm_solution.c double display_sol(tm_topology_t *topology, tm_affinity_mat_t *aff_mat, int *sigma, tm_metric_t metric); metric 19 ompi/mca/topo/treematch/treematch/tm_solution.c tm_metric_t metric); metric 20 ompi/mca/topo/treematch/treematch/tm_solution.c void tm_display_other_heuristics(tm_topology_t *topology, tm_affinity_mat_t *aff_mat, tm_metric_t metric); metric 189 ompi/mca/topo/treematch/treematch/tm_solution.c double display_sol(tm_topology_t *topology, tm_affinity_mat_t *aff_mat, int *sigma, tm_metric_t metric){ metric 190 ompi/mca/topo/treematch/treematch/tm_solution.c switch (metric){ metric 199 ompi/mca/topo/treematch/treematch/tm_solution.c fprintf(stderr,"Error printing solution: metric %d not implemented\n",metric); metric 207 ompi/mca/topo/treematch/treematch/tm_solution.c tm_metric_t metric){ metric 229 ompi/mca/topo/treematch/treematch/tm_solution.c return display_sol(topology, aff_mat, sol->sigma, metric); metric 232 ompi/mca/topo/treematch/treematch/tm_solution.c void tm_display_other_heuristics(tm_topology_t *topology, tm_affinity_mat_t *aff_mat, tm_metric_t metric) metric 241 ompi/mca/topo/treematch/treematch/tm_solution.c display_sol(topology, aff_mat, sigma, metric); metric 245 ompi/mca/topo/treematch/treematch/tm_solution.c display_sol(topology, aff_mat, sigma, metric); metric 9 ompi/mca/topo/treematch/treematch/tm_solution.h double display_sol(tm_topology_t *topology, tm_affinity_mat_t *aff_mat, int *sigma, tm_metric_t metric); metric 11 ompi/mca/topo/treematch/treematch/tm_solution.h tm_metric_t metric); metric 12 ompi/mca/topo/treematch/treematch/tm_solution.h void tm_display_other_heuristics(tm_topology_t *topology, tm_affinity_mat_t *aff_mat, tm_metric_t metric); metric 170 ompi/mca/topo/treematch/treematch/treematch.h double tm_display_solution(tm_topology_t *topology, tm_affinity_mat_t *aff_mat, tm_solution_t *sol, tm_metric_t metric); metric 172 ompi/mca/topo/treematch/treematch/treematch.h void tm_display_other_heuristics(tm_topology_t *topology, tm_affinity_mat_t *aff_mat, tm_metric_t metric); metric 298 opal/mca/btl/usnic/btl_usnic_proc.c int metric; metric 328 opal/mca/btl/usnic/btl_usnic_proc.c metric = 0; metric 332 opal/mca/btl/usnic/btl_usnic_proc.c err = module->usnic_av_ops->get_distance(module->av, &sin, &metric); metric 333 opal/mca/btl/usnic/btl_usnic_proc.c if (0 != err || (0 == err && -1 == metric)) {