Skip to content

Commit e779c60

Browse files
committed
io/ompio: remove fucntion 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 <[email protected]>
1 parent acebcfc commit e779c60

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ompi/mca/io/ompio/io_ompio_file_open.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,6 @@ ompio_io_ompio_file_open (ompi_communicator_t *comm,
199199
ompio_fh->f_flags |= OMPIO_SHAREDFP_IS_SET;
200200
}
201201

202-
/*Determine topology information if set*/
203-
if (ompio_fh->f_comm->c_flags & OMPI_COMM_CART){
204-
ret = mca_io_ompio_cart_based_grouping(ompio_fh);
205-
if(OMPI_SUCCESS != ret ){
206-
ret = MPI_ERR_FILE;
207-
}
208-
}
209-
210202
ret = ompio_fh->f_fs->fs_file_open (comm,
211203
filename,
212204
amode,

0 commit comments

Comments
 (0)