Performs a barrier over the processes specified by the topology object. More...
Public Member Functions | |
template<typename Function > | |
barrier (const gang_id gid, const collective_id cid, topology const &t, Function &&f) | |
Constructs a barrier object. More... | |
void | operator() (void) |
Performs a barrier over the processes specified by the topology object.
stapl::runtime::barrier::barrier | ( | const gang_id | gid, |
const collective_id | cid, | ||
topology const & | t, | ||
Function && | f | ||
) |