X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4e62e76d104a17f0c9aaf9135ac605e9c8c87141..c6a24bce95a8c071c0e1131eecb5e7985e02970a:/src/smpi/colls/coll_tuned_topo.cpp diff --git a/src/smpi/colls/coll_tuned_topo.cpp b/src/smpi/colls/coll_tuned_topo.cpp index ae0ec44ce7..56d09c8613 100644 --- a/src/smpi/colls/coll_tuned_topo.cpp +++ b/src/smpi/colls/coll_tuned_topo.cpp @@ -108,14 +108,6 @@ ompi_coll_tuned_topo_build_tree( int fanout, return NULL; } - tree->tree_root = MPI_UNDEFINED; - tree->tree_nextsize = MPI_UNDEFINED; - - /* - * Set root - */ - tree->tree_root = root; - /* * Initialize tree */ @@ -208,9 +200,6 @@ ompi_coll_tuned_topo_build_in_order_bintree( MPI_Comm comm ) return NULL; } - tree->tree_root = MPI_UNDEFINED; - tree->tree_nextsize = MPI_UNDEFINED; - /* * Initialize tree */ @@ -503,8 +492,6 @@ ompi_coll_tuned_topo_build_chain( int fanout, fflush(stdout); return NULL; } - chain->tree_root = MPI_UNDEFINED; - chain->tree_nextsize = -1; for(i=0;itree_next[i] = -1; /*