19 #ifndef MCA_COLL_TUNED_TOPO_H_HAS_BEEN_INCLUDED
20 #define MCA_COLL_TUNED_TOPO_H_HAS_BEEN_INCLUDED
22 #include "ompi_config.h"
24 #define MAXTREEFANOUT 32
33 int32_t tree_next[MAXTREEFANOUT];
34 int32_t tree_nextsize;
38 ompi_coll_tuned_topo_build_tree(
int fanout,
51 ompi_coll_tuned_topo_build_chain(
int fanout,
Definition: coll_tuned_topo.h:28
Definition: communicator.h:118