Skip to content

Commit 027f74b

Browse files
e-kwsmjsquyres
authored andcommitted
orterun.1in: Fix typo and other minor updates
Signed-off-by: Eisuke Kawashima <[email protected]> Signed-off-by: Jeff Squyres <[email protected]>
1 parent c80a842 commit 027f74b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

orte/tools/orterun/orterun.1in

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ error (without beginning execution of the application) otherwise.
265265
.
266266
.
267267
.TP
268-
.B map-by ppr:N:<object>
268+
.B --map-by ppr:N:<object>
269269
Launch N times the number of objects of the specified type on each node.
270270
.
271271
.
@@ -298,8 +298,9 @@ To map processes:
298298
.TP
299299
.B --map-by \fR<foo>\fP
300300
Map to the specified object, defaults to \fIsocket\fP. Supported options
301-
include slot, hwthread, core, L1cache, L2cache, L3cache, socket, numa,
302-
board, node, sequential, distance, and ppr. Any object can include
301+
include \fIslot\fP, \fIhwthread\fP, \fIcore\fP, \fIL1cache\fP, \fIL2cache\fP,
302+
\fIL3cache\fP, \fIsocket\fP, \fInuma\fP, \fIboard\fP, \fInode\fP,
303+
\fIsequential\fP, \fIdistance\fP, and \fIppr\fP. Any object can include
303304
modifiers by adding a \fR:\fP and any combination of PE=n (bind n
304305
processing elements to each proc), SPAN (load
305306
balance the processes across the allocation), OVERSUBSCRIBE (allow
@@ -719,6 +720,7 @@ Comma-separated list of programming model, languages, and containers being used
719720
.TP
720721
.B --ppr \fR<list>\fP
721722
Comma-separated list of number of processes on a given resource type [default: none].
723+
(deprecated in favor of --map-by ppr:<list>)
722724
.
723725
.
724726
.TP

0 commit comments

Comments
 (0)