1
1

make sure the final number of aggregators is recorded correctly when not using

our aggregator selection logic.
Этот коммит содержится в:
Edgar Gabriel 2015-07-30 17:24:01 -05:00
родитель ac4197fb1b
Коммит 9b2a7e41f0

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

@ -1053,6 +1053,7 @@ int ompi_io_ompio_set_aggregator_props (struct mca_io_ompio_file_t *fh,
}
fh->f_aggregator_index = 0;
fh->f_final_num_aggrs = num_aggregators;
return OMPI_SUCCESS;
}