diff --git a/src/mx/system/topology.h b/src/mx/system/topology.h index 6062f22..94bba75 100644 --- a/src/mx/system/topology.h +++ b/src/mx/system/topology.h @@ -39,7 +39,7 @@ public: /** * @return The greatest NUMA region identifier. */ - static std::uint8_t max_node_id() { return 3; /*std::uint8_t(Environment::topo().node_count()-1);*/ } + static std::uint8_t max_node_id() { return 7; /*std::uint8_t(Environment::topo().node_count()-1);*/ } /** * @return Number of available cores.