1
1
Этот коммит содержится в:
George Bosilca 2015-09-14 15:18:17 -04:00
родитель 5597416fe0
Коммит 6ab5f68fc3

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

@ -107,8 +107,8 @@ int mca_topo_treematch_dist_graph_create(mca_topo_base_module_t* topo_module,
{
int err;
if (OMPI_SUCCESS != (err = mca_topo_base_dist_graph_distribute(topo_module, comm_old,n,nodes,
degrees,targets,weights,
if (OMPI_SUCCESS != (err = mca_topo_base_dist_graph_distribute(topo_module, comm_old, n, nodes,
degrees, targets, weights,
&(topo_module->mtc.dist_graph))))
return err;