1
1
The log basic barrier was completely broken. The rank 0 gets the
hibit set to 0, so it always returned an error.
Этот коммит содержится в:
George Bosilca 2016-06-03 23:46:25 -04:00
родитель c0fc0d12e4
Коммит 9376b0340b

Просмотреть файл

@ -55,9 +55,6 @@ mca_coll_basic_barrier_intra_log(struct ompi_communicator_t *comm,
dim = comm->c_cube_dim; dim = comm->c_cube_dim;
hibit = opal_hibit(rank, dim); hibit = opal_hibit(rank, dim);
if (hibit < 0) {
return MPI_ERR_OTHER;
}
--dim; --dim;
/* Receive from children. */ /* Receive from children. */