Skip to content

Commit

Permalink
#883: barrier: Use bcast to execute barrierDown on root node instead …
Browse files Browse the repository at this point in the history
…of invoking it inline
  • Loading branch information
JacobDomagala committed Feb 23, 2021
1 parent a85cda3 commit c166484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vt/collective/barrier/barrier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ void Barrier::barrierUp(
barrier, node,
"barrierDown: barrier={}\n", barrier
);
theMsg()->broadcastMsg<BarrierMsg, barrierDown>(msg, false);
barrierDown(is_named, is_wait, barrier);
theMsg()->broadcastMsg<BarrierMsg, barrierDown>(msg);
}
}
}
Expand Down

0 comments on commit c166484

Please sign in to comment.