10aac8037f
When configured with --enable-picky topo_base_lazy_init.c compiles with a warning: CC base/topo_base_lazy_init.lo base/topo_base_lazy_init.c:46:67: warning: implicit conversion from enumeration type 'enum mca_base_register_flag_t' to different enumeration type 'mca_base_open_flag_t' (aka 'enum mca_base_open_flag_t') [-Wenum-conversion] err = mca_base_framework_open (&ompi_topo_base_framework, MCA_BASE_REGISTER_DEFAULT); This commit fixes this implicit conversion problem. Signed-off-by: Howard Pritchard <howardp@lanl.gov> |
||
---|---|---|
.. | ||
base.h | ||
Makefile.am | ||
owner.txt | ||
topo_base_cart_coords.c | ||
topo_base_cart_create.c | ||
topo_base_cart_get.c | ||
topo_base_cart_map.c | ||
topo_base_cart_rank.c | ||
topo_base_cart_shift.c | ||
topo_base_cart_sub.c | ||
topo_base_cartdim_get.c | ||
topo_base_comm_select.c | ||
topo_base_dist_graph_create_adjacent.c | ||
topo_base_dist_graph_create.c | ||
topo_base_dist_graph_neighbors_count.c | ||
topo_base_dist_graph_neighbors.c | ||
topo_base_find_available.c | ||
topo_base_frame.c | ||
topo_base_graph_create.c | ||
topo_base_graph_get.c | ||
topo_base_graph_map.c | ||
topo_base_graph_neighbors_count.c | ||
topo_base_graph_neighbors.c | ||
topo_base_graphdims_get.c | ||
topo_base_lazy_init.c |