STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes
Collective Operations support

Support functions and classes for collective operations of the Runtime System. More...

+ Collaboration diagram for Collective Operations support:

Classes

class  stapl::runtime::allgather_object< T >
 Performs an allgather over all locations of the current gang. More...
 
class  stapl::runtime::allreduce_object< T, BinaryOperation, NonCommutative, ComplexOperation >
 Performs an allreduce over all locations of the current gang. More...
 
class  stapl::runtime::barrier_object
 Performs a barrier over all locations of the current gang. More...
 
class  stapl::runtime::broadcast_object< T >
 Performs a broadcast over all locations of the current gang. More...
 
class  stapl::runtime::barrier
 Performs a barrier over the processes specified by the topology object. More...
 
class  stapl::runtime::collective
 Handle for distributed memory collective operations. More...
 
class  stapl::runtime::reduce< T, BinaryOperation >
 Distributed memory collective reduce. More...
 

Detailed Description

Support functions and classes for collective operations of the Runtime System.