STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::sgl::weak_concurrency Struct Reference

Tag to specify a weak concurrency model. More...

Detailed Description

Tag to specify a weak concurrency model.

In a weak SGL concurrency model, a vertex operator and a neighbor operator can be executed concurrently on the same vertex. This model should only be used under the following conditions: 1. There is no shared state between the two operators 2. Visitations / graph methods only occur as the very last statement of the vertex operator


The documentation for this struct was generated from the following file: