Skip to content

Commit c595cea

Browse files
authored
Merge pull request #3706 from edgargabriel/pr/v3.0.x-cart-comm-file-open-fix
common/ompio: remove function call to cart_based_grouping
2 parents 93a2c47 + fc1199f commit c595cea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ompi/mca/common/ompio/common_ompio_file_open.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,6 @@ int mca_common_ompio_file_open (ompi_communicator_t *comm,
153153
ompio_fh->f_flags |= OMPIO_SHAREDFP_IS_SET;
154154
}
155155

156-
/*Determine topology information if set*/
157-
if (ompio_fh->f_comm->c_flags & OMPI_COMM_CART){
158-
ret = mca_io_ompio_cart_based_grouping(ompio_fh);
159-
if(OMPI_SUCCESS != ret ){
160-
ret = MPI_ERR_FILE;
161-
}
162-
}
163-
164156
ret = ompio_fh->f_fs->fs_file_open (comm,
165157
filename,
166158
amode,

0 commit comments

Comments
 (0)