max_depth 124 ompi/mca/topo/treematch/treematch/tm_bucket.c for( k = 0 ; k < bucket_list->max_depth ; k++){ max_depth 225 ompi/mca/topo/treematch/treematch/tm_bucket.c void dfs(int i,int inf,int sup,double *pivot,double *pivot_tree,int depth,int max_depth) max_depth 228 ompi/mca/topo/treematch/treematch/tm_bucket.c if( depth == max_depth ) max_depth 234 ompi/mca/topo/treematch/treematch/tm_bucket.c dfs(2*i,inf,p-1,pivot,pivot_tree,depth+1,max_depth); max_depth 235 ompi/mca/topo/treematch/treematch/tm_bucket.c dfs(2*i+1,p+1,sup,pivot,pivot_tree,depth+1,max_depth); max_depth 246 ompi/mca/topo/treematch/treematch/tm_bucket.c bucket_list->max_depth = (int)CmiLog2(n) - 1; max_depth 248 ompi/mca/topo/treematch/treematch/tm_bucket.c dfs(1,1,n-1,pivot,pivot_tree,0,bucket_list->max_depth); max_depth 26 ompi/mca/topo/treematch/treematch/tm_bucket.h int max_depth; max_depth 22 orte/test/mpi/no-disconnect.c const int max_depth = 4; max_depth 166 orte/test/mpi/no-disconnect.c if (level < max_depth) {