From fc1199f67496e42fc8a206e98feb30121b8a06c1 Mon Sep 17 00:00:00 2001 From: Edgar Gabriel Date: Thu, 15 Jun 2017 14:04:03 -0500 Subject: [PATCH] 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). This fixes an issue reported on the mailing list bei @wkliao issue #3695 Signed-off-by: Edgar Gabriel --- ompi/mca/common/ompio/common_ompio_file_open.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ompi/mca/common/ompio/common_ompio_file_open.c b/ompi/mca/common/ompio/common_ompio_file_open.c index 38505ed0c2d..eb8758bb327 100644 --- a/ompi/mca/common/ompio/common_ompio_file_open.c +++ b/ompi/mca/common/ompio/common_ompio_file_open.c @@ -153,14 +153,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,