Skip to content

Commit f306f91

Browse files
author
Nathaniel Graham
committed
Remove commands not in v2.x
This commit removes the man entries for commands which are not included in v2.x. Signed-off-by: Nathaniel Graham <[email protected]>
1 parent c7bae31 commit f306f91

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

orte/tools/orterun/orterun.1in

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,6 @@ daemons on nodes hosting application procs).
197197
.
198198
.
199199
.
200-
.TP
201-
.B -hnp\fR,\fP --hnp \fR<arg0>\fP
202-
Specify the URI of the Head Node Process (HNP), or the name of the file (specified as
203-
file:filename) that contains that info.
204-
.
205-
.
206-
.
207200
.P
208201
Use one of the following options to specify which hosts (nodes) of the cluster to run on. Note
209202
that as of the start of the v1.8 release, mpirun will launch a daemon onto each host in the
@@ -339,10 +332,6 @@ Launch processes one per node, cycling by node in a round-robin
339332
fashion. This spreads processes evenly among nodes and assigns
340333
MPI_COMM_WORLD ranks in a round-robin, "by node" manner.
341334
.
342-
.TP
343-
.B -cpu-list\fR,\fP --cpu-list \fR<cpus>\fP
344-
List of processor IDs to bind processes to [default=NULL].
345-
.
346335
.
347336
.
348337
.
@@ -426,11 +415,6 @@ specify \fInone\fP, indicating that no processes are to receive stdin.
426415
.
427416
.
428417
.TP
429-
.B -merge-stderr-to-stdout\fR,\fP --merge-stderr-to-stdout
430-
Merge stderr to stdout for each process.
431-
.
432-
.
433-
.TP
434418
.B -tag-output\fR,\fP --tag-output
435419
Tag each line of output to stdout, stderr, and stddiag with \fB[jobid, MCW_rank]<stdxxx>\fP
436420
indicating the process jobid and MPI_COMM_WORLD rank of the process that generated the output,
@@ -568,12 +552,6 @@ Send arguments to various MCA modules. See the "MCA" section, below.
568552
Aggregate MCA parameter set file list.
569553
.
570554
.
571-
.TP
572-
.B -tune\fR,\fP --tune \fR<tune_file>\fP
573-
Specify a tune file to set arguments for various MCA modules and environment variables.
574-
See the "Setting MCA parameters and environment variables from file" section, below.
575-
.
576-
.
577555
.
578556
.
579557
.P
@@ -636,11 +614,6 @@ Provide a cartography file.
636614
.
637615
.
638616
.TP
639-
.B -continuous\fR,\fP --continuous
640-
Job is to run until explicitly terminated.
641-
.
642-
.
643-
.TP
644617
.B -disable-recovery\fR,\fP --disable-recovery
645618
Disable recovery (resets all recovery options to off).
646619
.
@@ -725,11 +698,6 @@ Output a brief periodic report on launch progress.
725698
.
726699
.
727700
.TP
728-
.B -terminate\fR,\fP --terminate
729-
Terminate the DVM.
730-
.
731-
.
732-
.TP
733701
.B -use-hwthread-cpus\fR,\fP --use-hwthread-cpus
734702
Use hardware threads as independent cpus.
735703
.
@@ -797,7 +765,6 @@ When paired with the
797765
.B --timeout
798766
command line option, report the run-time subsystem state of each
799767
process when the timeout expires.
800-
>>>>>>> f9c05bd... Update the mpirun man page
801768
.
802769
.
803770
.P

0 commit comments

Comments
 (0)