mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
Use 8 NUMA nodes for now.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user