Skip to content

Commit 8f17fc6

Browse files
committed
Merge pull request open-mpi#1213 from jsquyres/pr/v2.0.0/fix-coll-basic-barrier
Fix the basic barrier.
2 parents 971f697 + eab3c21 commit 8f17fc6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ompi/mca/coll/basic/coll_basic_barrier.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ mca_coll_basic_barrier_intra_log(struct ompi_communicator_t *comm,
5555

5656
dim = comm->c_cube_dim;
5757
hibit = opal_hibit(rank, dim);
58-
if (hibit < 0) {
59-
return MPI_ERR_OTHER;
60-
}
6158
--dim;
6259

6360
/* Receive from children. */

0 commit comments

Comments
 (0)