diff --git a/ompi/mca/io/ompio/io_ompio_file_open.c b/ompi/mca/io/ompio/io_ompio_file_open.c index 1fd62f399c7..f231a6448eb 100644 --- a/ompi/mca/io/ompio/io_ompio_file_open.c +++ b/ompi/mca/io/ompio/io_ompio_file_open.c @@ -199,14 +199,6 @@ ompio_io_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,