We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d408568 commit a537146Copy full SHA for a537146
src/numa.cpp
@@ -39,7 +39,7 @@ void init() {
39
for (int i = 0; i < numa_num_configured_cpus(); ++i) {
40
int node = numa_node_of_cpu(i);
41
42
- if (!scope::flags::visibleNUMAs.empty() &&
+ if (scope::flags::visibleNUMAs.empty() ||
43
(scope::flags::visibleNUMAs.end() !=
44
std::find(scope::flags::visibleNUMAs.begin(),
45
scope::flags::visibleNUMAs.end(), node))) {
0 commit comments