Fix the basic barrier.
The log basic barrier was completely broken. The rank 0 gets the hibit set to 0, so it always returned an error.
Этот коммит содержится в:
родитель
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. */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user