1
1

coll/ml: addendum to r31189. increment the bcol_index

cmr=v1.8:ticket=trac:4436

This commit was SVN r31193.

The following SVN revision numbers were found above:
  r31189 --> open-mpi/ompi@c7d830f4b9

The following Trac tickets were found above:
  Ticket 4436 --> https://svn.open-mpi.org/trac/ompi/ticket/4436
Этот коммит содержится в:
Nathan Hjelm 2014-03-21 22:03:56 +00:00
родитель 128cfe0a39
Коммит 15a8c9d7b8

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

@ -1404,7 +1404,7 @@ static int mca_coll_ml_read_allbcols_settings(mca_coll_ml_module_t *ml_module,
OPAL_LIST_FOREACH(bcol_cli, &mca_bcol_base_components_in_use, mca_base_component_list_item_t) {
/* check to see if this bcol is being used */
if(!bcols_in_use_all_ranks[bcol_index]) {
if (!bcols_in_use_all_ranks[bcol_index++]) {
/* not in use */
continue;
}