Skip to content

Commit d0c8cba

Browse files
committed
Add back in delete code.
1 parent 2c5108e commit d0c8cba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

detect_numa

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ while [[ $# -gt 0 ]]; do
128128
get_cpus=1
129129
shift 1
130130
;;
131+
-n | --node-count)
132+
get_nodes=1
133+
shift 1
134+
;;
131135
-i | --input)
132136
lscpu_command=$2
133137
shift 2

0 commit comments

Comments
 (0)