VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::NumaVertexPartition Struct Reference

#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
 

Detailed Description

Definition at line 26 of file partitioner.hpp.

Member Data Documentation

◆ local_cpus

std::vector<std::size_t> velographx::NumaVertexPartition::local_cpus

Definition at line 31 of file partitioner.hpp.

Referenced by velographx::plan_numa_vertex_partitions().

◆ node_id

std::optional<std::size_t> velographx::NumaVertexPartition::node_id

Definition at line 30 of file partitioner.hpp.

Referenced by velographx::plan_numa_vertex_partitions().

◆ partition_id

std::size_t velographx::NumaVertexPartition::partition_id {0}

Definition at line 27 of file partitioner.hpp.

Referenced by velographx::plan_numa_vertex_partitions().

◆ vertex_begin

std::size_t velographx::NumaVertexPartition::vertex_begin {0}

Definition at line 28 of file partitioner.hpp.

Referenced by velographx::plan_numa_vertex_partitions().

◆ vertex_end

std::size_t velographx::NumaVertexPartition::vertex_end {0}

Definition at line 29 of file partitioner.hpp.

Referenced by velographx::plan_numa_vertex_partitions().


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