1
1

common/ompio: remove function call to cart_based_grouping

the cart_based_grouping aggregator strategy was not correctly updated
during the last major rewrite of the aggregator selection algorithm.
It is also not supposed to be called from file_open (but from
file_set_view).

Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
Этот коммит содержится в:
Edgar Gabriel 2017-06-15 14:04:03 -05:00
родитель cb473ee00c
Коммит bd6b430798

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

@ -154,14 +154,6 @@ int mca_common_ompio_file_open (ompi_communicator_t *comm,
ompio_fh->f_flags |= OMPIO_SHAREDFP_IS_SET;
}
/*Determine topology information if set*/
if (ompio_fh->f_comm->c_flags & OMPI_COMM_CART){
ret = mca_io_ompio_cart_based_grouping(ompio_fh);
if(OMPI_SUCCESS != ret ){
ret = MPI_ERR_FILE;
}
}
ret = ompio_fh->f_fs->fs_file_open (comm,
filename,
amode,