cost_mat 1777 ompi/mca/topo/treematch/treematch/tm_tree.c tm_affinity_mat_t *cost_mat = NULL; /*cost matrix taking into account the communiocation cost but also the weight of the object*/ cost_mat 1786 ompi/mca/topo/treematch/treematch/tm_tree.c cost_mat = build_cost_matrix(aff_mat, obj_weigth, comm_speed); cost_mat 1804 ompi/mca/topo/treematch/treematch/tm_tree.c val = bucket_grouping(cost_mat, tab_node, new_tab_node, arity, solution_size); cost_mat 1808 ompi/mca/topo/treematch/treematch/tm_tree.c val = fast_grouping(cost_mat, tab_node, new_tab_node, arity, solution_size, nbg); cost_mat 1812 ompi/mca/topo/treematch/treematch/tm_tree.c val = k_partition_grouping(cost_mat, tab_node, new_tab_node, arity, solution_size); cost_mat 1831 ompi/mca/topo/treematch/treematch/tm_tree.c list_all_possible_groups(cost_mat, tab_node, 0, arity, 0, cur_group, &list); cost_mat 1937 ompi/mca/topo/treematch/treematch/tm_tree.c update_val(cost_mat, &new_tab_node[l]); cost_mat 1946 ompi/mca/topo/treematch/treematch/tm_tree.c if(cost_mat != aff_mat){ cost_mat 1947 ompi/mca/topo/treematch/treematch/tm_tree.c free_affinity_mat(cost_mat);