|
file | BareMPI.h [code] |
| Contains the BareMPI enum and the command line option that controls bare MPI usage.
|
|
file | DistStats.h [code] |
| Contains declaration of DistStatManager, which reports runtime statistics of a distributed application in Galois.
|
|
file | LWCI.h [code] |
| LWCI header that includes lc.h (LCI library) and internal helper functions on arrays.
|
|
file | MemUsage.h [code] |
| Contains MemUsageTracker, a class that tracks memory usage throughout runtime of a program of send/receive buffers.
|
|
file | Network.h [code] |
| Contains the network interface class which is the base class for all network layer implementations.
|
|
file | NetworkIO.h [code] |
| Contains NetworkIO, a base class that is inherited by classes that want to implement the communication layer of Galois.
|
|
file | Serialize.h [code] |
| Contains functions that serialize/deserialize data, mainly for sending out serialized data over the network and deserializing it on the other end.
|
|