-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[detect_numa] Filter empty NUMA nodes (#29)
* Add development option to provide command for lscpu * Filter out empty NUMA nodes by default, added option to include them in a count if desired
- Loading branch information
Showing
3 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
NUMA: | ||
NUMA node(s): 9 | ||
NUMA node0 CPU(s): 0-71 | ||
NUMA node1 CPU(s): | ||
NUMA node2 CPU(s): | ||
NUMA node3 CPU(s): | ||
NUMA node4 CPU(s): | ||
NUMA node5 CPU(s): | ||
NUMA node6 CPU(s): | ||
NUMA node7 CPU(s): | ||
NUMA node8 CPU(s): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters