|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <partitioner.hpp>
Public Attributes | |
| std::size_t | partition_id {0} |
| std::size_t | vertex_begin {0} |
| std::size_t | vertex_end {0} |
| std::optional< std::size_t > | node_id |
| std::vector< std::size_t > | local_cpus |
Definition at line 26 of file partitioner.hpp.
| std::vector<std::size_t> velographx::NumaVertexPartition::local_cpus |
Definition at line 31 of file partitioner.hpp.
Referenced by velographx::plan_numa_vertex_partitions().
| std::optional<std::size_t> velographx::NumaVertexPartition::node_id |
Definition at line 30 of file partitioner.hpp.
Referenced by velographx::plan_numa_vertex_partitions().
| std::size_t velographx::NumaVertexPartition::partition_id {0} |
Definition at line 27 of file partitioner.hpp.
Referenced by velographx::plan_numa_vertex_partitions().
| std::size_t velographx::NumaVertexPartition::vertex_begin {0} |
Definition at line 28 of file partitioner.hpp.
Referenced by velographx::plan_numa_vertex_partitions().
| std::size_t velographx::NumaVertexPartition::vertex_end {0} |
Definition at line 29 of file partitioner.hpp.
Referenced by velographx::plan_numa_vertex_partitions().