Skip to content

Commit 6e4ecd0

Browse files
committed
utils/calc.1: fix examples with --local-memory-flags
Missing physical option and typo. Signed-off-by: Brice Goglin <[email protected]>
1 parent 2d6d607 commit 6e4ecd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/hwloc/hwloc-calc.1in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,13 @@ To find how many cores are in the second CPU kind
382382
To display the list of NUMA nodes, by physical indexes,
383383
whose 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,
389389
whose 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

394394
Converting object logical indexes (default) from/to physical/OS indexes

0 commit comments

Comments
 (0)