STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes
stapl::sharded_description Struct Reference

Representation of how an input graph is sharded on disk. More...

Public Member Functions

 sharded_description (std::string filename, std::size_t n, std::size_t m, std::size_t t, std::vector< std::size_t > s)
 

Public Attributes

std::string basedir
 The directory where the shards are stored.
 
std::size_t vertices
 Total number of vertices.
 
std::size_t edges
 Total number of edges.
 
std::size_t total_shards
 Total number of shards.
 
std::vector< std::size_t > shape
 Shape of the nested directory structure.
 

Detailed Description

Representation of how an input graph is sharded on disk.


The documentation for this struct was generated from the following file: