indentation.
Этот коммит содержится в:
родитель
5597416fe0
Коммит
6ab5f68fc3
@ -107,13 +107,13 @@ int mca_topo_treematch_dist_graph_create(mca_topo_base_module_t* topo_module,
|
|||||||
{
|
{
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
if (OMPI_SUCCESS != (err = mca_topo_base_dist_graph_distribute(topo_module, comm_old,n,nodes,
|
if (OMPI_SUCCESS != (err = mca_topo_base_dist_graph_distribute(topo_module, comm_old, n, nodes,
|
||||||
degrees,targets,weights,
|
degrees, targets, weights,
|
||||||
&(topo_module->mtc.dist_graph))))
|
&(topo_module->mtc.dist_graph))))
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
if(!reorder) { /* No reorder. Create a new communicator, then */
|
if(!reorder) { /* No reorder. Create a new communicator, then */
|
||||||
/* jump out to attach the dist_graph and return */
|
/* jump out to attach the dist_graph and return */
|
||||||
fallback:
|
fallback:
|
||||||
|
|
||||||
if( OMPI_SUCCESS == (err = ompi_comm_create(comm_old,
|
if( OMPI_SUCCESS == (err = ompi_comm_create(comm_old,
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user