From 3db8d834e519a91c8ff31bd7de4f048def18e3bc Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Fri, 2 Aug 2024 14:21:09 +0200 Subject: [PATCH] Use static maximum NUMA id for debugging. --- src/mx/system/topology.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mx/system/topology.h b/src/mx/system/topology.h index 94bba75..6062f22 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 7; /*std::uint8_t(Environment::topo().node_count()-1);*/ } + static std::uint8_t max_node_id() { return 3; /*std::uint8_t(Environment::topo().node_count()-1);*/ } /** * @return Number of available cores.