comm_speed        723 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 				     double *obj_weight, double *comm_speed)
comm_speed        778 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 				      obj_weight, comm_speed);
comm_speed         63 ompi/mca/topo/treematch/treematch/tm_mapping.c void update_comm_speed(double **comm_speed,int old_size,int new_size);
comm_speed        558 ompi/mca/topo/treematch/treematch/tm_mapping.c void update_comm_speed(double **comm_speed,int old_size,int new_size)
comm_speed        565 ompi/mca/topo/treematch/treematch/tm_mapping.c     printf("comm speed [%p]: ",(void *)*comm_speed);
comm_speed        567 ompi/mca/topo/treematch/treematch/tm_mapping.c   old_tab = *comm_speed;
comm_speed        569 ompi/mca/topo/treematch/treematch/tm_mapping.c   *comm_speed = new_tab;
comm_speed         24 ompi/mca/topo/treematch/treematch/tm_mapping.h void update_comm_speed(double **comm_speed,int old_size,int new_size);
comm_speed       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)
comm_speed       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);
comm_speed       1763 ompi/mca/topo/treematch/treematch/tm_tree.c 		 int arity, int solution_size, double* obj_weigth, double comm_speed){
comm_speed       1786 ompi/mca/topo/treematch/treematch/tm_tree.c   cost_mat = build_cost_matrix(aff_mat, obj_weigth, comm_speed);
comm_speed       2077 ompi/mca/topo/treematch/treematch/tm_tree.c 			     double *obj_weight, double *comm_speed)
comm_speed       2141 ompi/mca/topo/treematch/treematch/tm_tree.c   if(comm_speed)
comm_speed       2142 ompi/mca/topo/treematch/treematch/tm_tree.c     speed = comm_speed[depth];
comm_speed       2178 ompi/mca/topo/treematch/treematch/tm_tree.c   res = build_level_topology(new_tab_node, new_aff_mat, arity, depth, topology, new_obj_weight, comm_speed);
comm_speed       2198 ompi/mca/topo/treematch/treematch/tm_tree.c 					      double *obj_weight, double *comm_speed){
comm_speed       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);