File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -382,13 +382,13 @@ To find how many cores are in the second CPU kind
382382To display the list of NUMA nodes, by physical indexes,
383383whose locality is exactly equal to a Package:
384384
385- $ hwloc-calc --local-memory-flags 0 pack:1
385+ $ hwloc-calc --local-memory-flags 0 --physical-output pack:1
386386 4,7
387387
388- To display the best-capacity NUMA node, by physical indexe ,
388+ To display the best-capacity NUMA node, by physical indexes ,
389389whose locality is exactly equal to a Package:
390390
391- $ hwloc-calc --local-memory-flags 0 --best-memattr capacity pack:1
391+ $ hwloc-calc --local-memory-flags 0 --best-memattr capacity --physical-output pack:1
392392 4
393393
394394Converting object logical indexes (default) from/to physical/OS indexes
You can’t perform that action at this time.
0 commit comments