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

Contains the implementation for DistGraph. More...

#include <unordered_map>
#include <fstream>
#include "galois/graphs/LC_CSR_Graph.h"
#include "galois/graphs/BufferedGraph.h"
#include "galois/runtime/DistStats.h"
#include "galois/graphs/OfflineGraph.h"
#include "galois/DynamicBitset.h"

Go to the source code of this file.

Classes

class  galois::graphs::DistGraph< NodeTy, EdgeTy >
 Base DistGraph class that all distributed graphs extend from. More...
 
struct  galois::graphs::DistGraph< NodeTy, EdgeTy >::IdLess< GraphNode, ET >
 used to sort edges in the sort edges function More...
 

Namespaces

 galois
 The Galois namespace containing all Galois structures and functions.
 
 galois::graphs
 Parallel data graph structures in Galois.
 

Enumerations

enum  galois::graphs::MASTERS_DISTRIBUTION { galois::graphs::BALANCED_MASTERS, galois::graphs::BALANCED_EDGES_OF_MASTERS, galois::graphs::BALANCED_MASTERS_AND_EDGES }
 Enums specifying how masters are to be distributed among hosts. More...
 

Detailed Description

Contains the implementation for DistGraph.

Command line argument definitions are found in DistributedGraph.cpp.