Itoyori  v0.0.1
root_exec.hpp File Reference
#include "ityr/common/util.hpp"
#include "ityr/ito/ito.hpp"
#include "ityr/ori/ori.hpp"
Include dependency graph for root_exec.hpp:
This graph shows which files directly or indirectly include this file:

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...