Galois
|
Explicit class to initialize the Galois Runtime. More...
#include <DistGalois.h>
Public Member Functions | |
DistMemSys () | |
DistMemSys constructor which calls the shared memory runtime constructor with the distributed stats manager. More... | |
~DistMemSys () | |
DistMemSys destructor which reports memory usage from the network. More... | |
DistMemSys (const DistMemSys &)=delete | |
DistMemSys & | operator= (const DistMemSys &)=delete |
DistMemSys (DistMemSys &&)=delete | |
DistMemSys & | operator= (DistMemSys &&)=delete |
Public Member Functions inherited from galois::runtime::SharedMem< runtime::DistStatManager > | |
SharedMem () | |
SharedMem (const SharedMem &)=delete | |
SharedMem (SharedMem &&)=delete | |
~SharedMem () | |
SharedMem & | operator= (const SharedMem &)=delete |
SharedMem & | operator= (SharedMem &&)=delete |
Public Member Functions inherited from galois::substrate::SharedMem | |
SharedMem () | |
Initializes the Substrate library components. More... | |
~SharedMem () | |
Destroys the Substrate library components. More... | |
SharedMem (const SharedMem &)=delete | |
SharedMem & | operator= (const SharedMem &)=delete |
SharedMem (SharedMem &&)=delete | |
SharedMem & | operator= (SharedMem &&)=delete |
Explicit class to initialize the Galois Runtime.
The runtime is destroyed when this object is destroyed
|
explicit |
DistMemSys constructor which calls the shared memory runtime constructor with the distributed stats manager.
galois::DistMemSys::~DistMemSys | ( | ) |
DistMemSys destructor which reports memory usage from the network.
|
delete |
|
delete |
|
delete |
|
delete |