Skip to content

Commit 264f07a

Browse files
authored
Merge pull request #3708 from edgargabriel/pr/v2.0.x-cart-comm-file-open-fix
io/ompio: remove fucntion call to cart_based_grouping
2 parents ee106b3 + 912cc7f commit 264f07a

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)