An empty_env
is a dummy environment which ignores all the requests sent to it.
More...
Public Member Functions | |
std::size_t | get_num_PEs () const |
std::size_t | get_PE_id () const |
template<typename... Args> | |
void | pre_spawn (Args &&... args) const |
template<typename... Args> | |
void | post_spawn (Args &&... args) const |
void | init_location_info (std::size_t num_PEs, runtime::location_id PE_id) |
template<bool isResult, typename... Args> | |
void | spawn_element (Args &&... args) const |
template<typename... Args> | |
void | set_num_succs (Args &&... args) const |
An empty_env
is a dummy environment which ignores all the requests sent to it.
This environment is used to simplify the default cases in the skeleton_manager
.