Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DReducible.h File Reference

Implements distributed reducible objects for easy reduction of values across a distributed system. More...

#include <limits>
#include "galois/Galois.h"
#include "galois/Reduction.h"
#include "galois/AtomicHelpers.h"
#include "galois/runtime/LWCI.h"
#include "galois/runtime/DistStats.h"

Go to the source code of this file.

Classes

class  galois::DGAccumulator< Ty >
 Distributed sum-reducer for getting the sum of some value across multiple hosts. More...
 
class  galois::DGReduceMax< Ty >
 Distributed max-reducer for getting the max of some value across multiple hosts. More...
 
class  galois::DGReduceMin< Ty >
 Distributed min-reducer for getting the min of some value across multiple hosts. More...
 

Namespaces

 galois
 The Galois namespace containing all Galois structures and functions.
 

Detailed Description

Implements distributed reducible objects for easy reduction of values across a distributed system.