@@ -265,7 +265,7 @@ error (without beginning execution of the application) otherwise.
265
265
.
266
266
.
267
267
.TP
268
- .B — map-by ppr:N:<object>
268
+ .B -- map-by ppr:N:<object>
269
269
Launch N times the number of objects of the specified type on each node.
270
270
.
271
271
.
@@ -298,8 +298,9 @@ To map processes:
298
298
.TP
299
299
.B --map-by \fR <foo>\fP
300
300
Map to the specified object, defaults to \fI socket \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 \fI slot \fP , \fI hwthread \fP , \fI core \fP , \fI L1cache \fP , \fI L2cache \fP ,
302
+ \fI L3cache \fP , \fI socket \fP , \fI numa \fP , \fI board \fP , \fI node \fP ,
303
+ \fI sequential \fP , \fI distance \fP , and \fI ppr \fP . Any object can include
303
304
modifiers by adding a \fR :\fP and any combination of PE=n (bind n
304
305
processing elements to each proc), SPAN (load
305
306
balance the processes across the allocation), OVERSUBSCRIBE (allow
@@ -719,6 +720,7 @@ Comma-separated list of programming model, languages, and containers being used
719
720
.TP
720
721
.B --ppr \fR <list>\fP
721
722
Comma-separated list of number of processes on a given resource type [default: none].
723
+ (deprecated in favor of --map-by ppr:<list>)
722
724
.
723
725
.
724
726
.TP
0 commit comments