Galois
|
Contains the implementation for GluonSubstrate. More...
#include <unordered_map>
#include <fstream>
#include "galois/runtime/GlobalObj.h"
#include "galois/runtime/DistStats.h"
#include "galois/runtime/SyncStructures.h"
#include "galois/runtime/DataCommMode.h"
#include "galois/DynamicBitset.h"
#include "galois/runtime/BareMPI.h"
Go to the source code of this file.
Classes | |
class | galois::graphs::GluonSubstrate< GraphTy > |
Gluon communication substrate that handles communication given a user graph. More... | |
Namespaces | |
galois | |
The Galois namespace containing all Galois structures and functions. | |
galois::graphs | |
Parallel data graph structures in Galois. | |
Enumerations | |
enum | WriteLocation { writeSource, writeDestination, writeAny } |
Enumeration for specifiying write location for sync calls. More... | |
enum | ReadLocation { readSource, readDestination, readAny } |
Enumeration for specifiying read location for sync calls. More... | |
Variables | |
DataCommMode | enforcedDataMode |
Specifies what format to send metadata in. More... | |
Contains the implementation for GluonSubstrate.
enum ReadLocation |
enum WriteLocation |
DataCommMode enforcedDataMode |
Specifies what format to send metadata in.