obj_weight        723 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 				     double *obj_weight, double *comm_speed)
obj_weight        778 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 				      obj_weight, comm_speed);
obj_weight        793 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c tm_tree_t *kpartition_build_tree_from_topology(tm_topology_t *topology,double **comm,int N, int *constraints, int nb_constraints, double *obj_weight, double *com_speed)
obj_weight        827 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     complete_obj_weight(&obj_weight,N,K);
obj_weight        863 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 					constraints, nb_constraints, obj_weight, com_speed);
obj_weight          9 ompi/mca/topo/treematch/treematch/tm_kpartitioning.h tm_tree_t * kpartition_build_tree_from_topology(tm_topology_t *topology,double **com_mat,int N, int *constraints, int nb_constraints, double *obj_weight, double *com_speed);
obj_weight       1709 ompi/mca/topo/treematch/treematch/tm_tree.c tm_affinity_mat_t *build_cost_matrix(tm_affinity_mat_t *aff_mat, double* obj_weight, double comm_speed)
obj_weight       1717 ompi/mca/topo/treematch/treematch/tm_tree.c   if(!obj_weight)
obj_weight       1733 ompi/mca/topo/treematch/treematch/tm_tree.c     avg += obj_weight[i];
obj_weight       1745 ompi/mca/topo/treematch/treematch/tm_tree.c 	mat[i][j] = 1e-4*old_mat[i][j]/comm_speed-fabs(avg-(obj_weight[i]+obj_weight[j])/2);
obj_weight       2077 ompi/mca/topo/treematch/treematch/tm_tree.c 			     double *obj_weight, double *comm_speed)
obj_weight       2112 ompi/mca/topo/treematch/treematch/tm_tree.c     complete_obj_weight(&obj_weight, mat_order, K);
obj_weight       2145 ompi/mca/topo/treematch/treematch/tm_tree.c   group_nodes(aff_mat, tab_node, new_tab_node, arity, M, obj_weight, speed);
obj_weight       2157 ompi/mca/topo/treematch/treematch/tm_tree.c   new_obj_weight = aggregate_obj_weight(new_tab_node, obj_weight, M);
obj_weight       2185 ompi/mca/topo/treematch/treematch/tm_tree.c     FREE(obj_weight);
obj_weight       2198 ompi/mca/topo/treematch/treematch/tm_tree.c 					      double *obj_weight, double *comm_speed){
obj_weight       2212 ompi/mca/topo/treematch/treematch/tm_tree.c   res = build_level_topology(tab_node, aff_mat , topology->arity[depth-2], depth-1, topology, obj_weight, comm_speed);
obj_weight       2273 ompi/mca/topo/treematch/treematch/tm_tree.c tm_tree_t * tm_build_tree_from_topology(tm_topology_t *topology, tm_affinity_mat_t *aff_mat, double *obj_weight, double *com_speed)
obj_weight       2321 ompi/mca/topo/treematch/treematch/tm_tree.c 						 obj_weight, com_speed);
obj_weight       2331 ompi/mca/topo/treematch/treematch/tm_tree.c     result = bottom_up_build_tree_from_topology(topology, aff_mat, obj_weight, com_speed);
obj_weight        166 ompi/mca/topo/treematch/treematch/treematch.h tm_tree_t *tm_build_tree_from_topology(tm_topology_t *topology, tm_affinity_mat_t *aff_mat, double *obj_weight, double *com_speed);