Go to the source code of this file.
Namespaces | |
ityr | |
Functions | |
template<typename Fn , typename... Args> | |
auto | ityr::root_exec (Fn &&fn, Args &&... args) |
Spawn the root thread (collective). More... | |
template<typename Fn , typename... Args> | |
auto | ityr::coll_exec (const Fn &fn, const Args &... args) |
Execute the same function collectively on all processes. More... | |