1
1

topo/base: Fix module reference in collective call

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
Этот коммит содержится в:
Joshua Hursey 2016-11-14 12:23:29 -05:00
родитель 8d2c98e616
Коммит 5a8b2f7431

Просмотреть файл

@ -10,6 +10,7 @@
* Copyright (c) 2011-2013 Université Bordeaux 1
* Copyright (c) 2014-2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* Copyright (c) 2016 IBM Corporation. All rights reserved.
*/
#include "ompi_config.h"
@ -115,7 +116,7 @@ int mca_topo_base_dist_graph_distribute(mca_topo_base_module_t* module,
err = comm->c_coll.coll_reduce_scatter_block( MPI_IN_PLACE, idx, 2,
(ompi_datatype_t*)&ompi_mpi_int, MPI_SUM, comm,
comm->c_coll.coll_allreduce_module);
comm->c_coll.coll_reduce_scatter_block_module);
/**
* At this point in the indexes array we have:
* - idx[0].in total number of IN edges