cur_group 406 ompi/mca/topo/treematch/treematch/tm_tree.c double eval_grouping(tm_affinity_mat_t *aff_mat, tm_tree_t **cur_group, int arity) cur_group 416 ompi/mca/topo/treematch/treematch/tm_tree.c id = cur_group[i]->id; cur_group 421 ompi/mca/topo/treematch/treematch/tm_tree.c id1 = cur_group[i]->id; cur_group 423 ompi/mca/topo/treematch/treematch/tm_tree.c id2 = cur_group[j]->id; cur_group 446 ompi/mca/topo/treematch/treematch/tm_tree.c void add_to_list(group_list_t *list, tm_tree_t **cur_group, int arity, double val) cur_group 455 ompi/mca/topo/treematch/treematch/tm_tree.c tab[i] = cur_group[i]; cur_group 457 ompi/mca/topo/treematch/treematch/tm_tree.c printf("cur_group[%d]=%d ", i, cur_group[i]->id); cur_group 470 ompi/mca/topo/treematch/treematch/tm_tree.c tm_tree_t **cur_group, group_list_t *list) cur_group 477 ompi/mca/topo/treematch/treematch/tm_tree.c val = eval_grouping(aff_mat, cur_group, arity); cur_group 478 ompi/mca/topo/treematch/treematch/tm_tree.c add_to_list(list, cur_group, arity, val); cur_group 485 ompi/mca/topo/treematch/treematch/tm_tree.c cur_group[depth] = &tab_node[i]; cur_group 488 ompi/mca/topo/treematch/treematch/tm_tree.c list_all_possible_groups(aff_mat, tab_node, i+1, arity, depth+1, cur_group, list); cur_group 1505 ompi/mca/topo/treematch/treematch/tm_tree.c double *best_val, tm_tree_t **cur_group, int *nb_groups, int max_groups) cur_group 1517 ompi/mca/topo/treematch/treematch/tm_tree.c val = eval_grouping(aff_mat, cur_group, arity); cur_group 1524 ompi/mca/topo/treematch/treematch/tm_tree.c parent->child[i] = cur_group[i]; cur_group 1540 ompi/mca/topo/treematch/treematch/tm_tree.c cur_group[n] = &tab_node[i]; cur_group 1546 ompi/mca/topo/treematch/treematch/tm_tree.c fast_group(aff_mat, tab_node, parent, i, arity, n+1, best_val, cur_group, nb_groups, max_groups); cur_group 1558 ompi/mca/topo/treematch/treematch/tm_tree.c tm_tree_t **cur_group = NULL; cur_group 1562 ompi/mca/topo/treematch/treematch/tm_tree.c cur_group = (tm_tree_t**)MALLOC(sizeof(tm_tree_t*)*arity); cur_group 1569 ompi/mca/topo/treematch/treematch/tm_tree.c fast_group(aff_mat, tab_node, &new_tab_node[l], -1, arity, 0, &best_val, cur_group, &nb_done, MAX(10, (int)(50-CmiLog2(nb_groups))-solution_size/10)); cur_group 1581 ompi/mca/topo/treematch/treematch/tm_tree.c FREE(cur_group); cur_group 1770 ompi/mca/topo/treematch/treematch/tm_tree.c tm_tree_t **cur_group = NULL; cur_group 1828 ompi/mca/topo/treematch/treematch/tm_tree.c cur_group = (tm_tree_t**)MALLOC(sizeof(tm_tree_t*)*arity); cur_group 1831 ompi/mca/topo/treematch/treematch/tm_tree.c list_all_possible_groups(cost_mat, tab_node, 0, arity, 0, cur_group, &list); cur_group 1943 ompi/mca/topo/treematch/treematch/tm_tree.c FREE(cur_group);