File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ complete -F _lstopo hwloc-ls
159
159
160
160
161
161
_hwloc_info(){
162
+ local INPUT_FORMAT=(xml synthetic fsroot cpuid)
162
163
local TYPES=("Machine" "Misc" "Group" "NUMANode" "MemCache" "Package" "Die" "L1" "L2" "L3" "L4" "L5" "L1i" "L2i" "L3i" "Core" "Bridge" "PCIDev" "OSDev" "PU")
163
164
local FILTERKINDS=("none" "all" "structure" "important")
164
165
local OPTIONS=(--objects
@@ -302,6 +303,7 @@ complete -F _hwloc_bind hwloc-bind
302
303
303
304
304
305
_hwloc_calc(){
306
+ local INPUT_FORMAT=(xml synthetic fsroot cpuid)
305
307
local TYPES=("Machine" "Misc" "Group" "NUMANode" "MemCache" "Package" "Die" "L1" "L2" "L3" "L4" "L5" "L1i" "L2i" "L3i" "Core" "Bridge" "PCIDev" "OSDev" "PU")
306
308
local OPTIONS=(-N --number-of
307
309
-I --intersect
@@ -448,6 +450,7 @@ complete -F _hwloc_compress_dir hwloc-compress-dir
448
450
449
451
450
452
_hwloc_distrib(){
453
+ local INPUT_FORMAT=(xml synthetic fsroot cpuid)
451
454
local TYPES=("Machine" "Misc" "Group" "NUMANode" "MemCache" "Package" "Die" "L1" "L2" "L3" "L4" "L5" "L1i" "L2i" "L3i" "Core" "Bridge" "PCIDev" "OSDev" "PU")
452
455
local OPTIONS=(--ignore
453
456
--from
You can’t perform that action at this time.
0 commit comments