STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes | Enumerations
+ Collaboration diagram for Skeleton Execution Internal:

Classes

struct  stapl::skeletons::skeletons_impl::memento_element< Spawner, S, Coord, In, Out >
 a memento element is used in memento in order to reduce the compilation time by avoiding boost::bind. More...
 
struct  stapl::skeletons::skeletons_impl::memento_element_disposer
 Function object implementing the disposer concept defined by Boost.Intrusive. More...
 

Enumerations

enum  stapl::skeletons::spawn_mode { DEFAULT, SET_NUM_SUCCS, SET_HOLD }
 The spawner in the skeleton framework can be in only 3 possible states. Each state considers the spawn_element requests, differently. More...
 

Detailed Description

Implementations

Enumeration Type Documentation

◆ spawn_mode

The spawner in the skeleton framework can be in only 3 possible states. Each state considers the spawn_element requests, differently.

  • DEFAULT calls the spawn_element of the environment with the given number of successors
  • SET_NUM_SUCCS calls set_num_succs of the environment for a given entity
  • SET_HOLD similar to DEFAULT but it sets the number of successors to stapl::defer_spec