From 186c18be0ecbf113a3fab2cfaf1d9951bdf868dd Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sun, 1 Nov 2015 09:18:26 -0800 Subject: [PATCH] Add missing cmd line options to mpirun man page, update NEWS to contain that change --- NEWS | 8 +++++++- orte/tools/orterun/orterun.1in | 26 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 28ba5005b9..e6d8235f98 100644 --- a/NEWS +++ b/NEWS @@ -118,6 +118,8 @@ Master (not on release branches yet) to our attention. - Fix linking issues on some platforms (e.g., SLES 12). - Fix hang on some corner cases when MPI applications abort. +- Add missing options to mpirun man page. Thanks to Daniel Letai + for bringing this to our attention. 1.10.0 @@ -126,7 +128,11 @@ Master (not on release branches yet) ** version numbering scheme. The v1.10.x release series is based on ** the v1.8.x series, but with a few new features. v2.x will be the ** next series after the v1.10.x series, and complete the transition -** to the new version numbering scheme. See README for more details. +** to the new version numbering scheme. See README for more details +** on the new versioning scheme. +** +** NOTE: In accordance with OMPI version numbering, the v1.10 is *not* +** API compatible with the v1.8 release series. - Added libfabric support (see README for more details): - usNIC BTL updated to use libfabric. diff --git a/orte/tools/orterun/orterun.1in b/orte/tools/orterun/orterun.1in index a7cc26d791..323af8daab 100644 --- a/orte/tools/orterun/orterun.1in +++ b/orte/tools/orterun/orterun.1in @@ -147,6 +147,24 @@ cause orterun to exit. . . . +.TP +.B -display-map\fR,\fP --display-map +Display a table showing the mapped location of each process prior to launch. +. +. +. +.TP +.B -display-devel-map\fR,\fP --display-devel-map +Display a more detailed table showing the mapped location of each process prior to launch (usually of interest to developers). +. +. +. +.TP +.B -display-allocation\fR,\fP --display-allocation +Display the detected resource allocation. +. +. +. .P Use one of the following options to specify which hosts (nodes) of the cluster to run on. Note that as of the start of the v1.8 release, mpirun will launch a daemon onto each host in the @@ -177,6 +195,14 @@ Synonym for \fI-hostfile\fP. . . . +.TP +.B -cpu-set\fR,\fP --cpu-set +Restrict launched processes to the specified logical cpus on each node. Note that the +binding options will still apply within the specified envelope - e.g., you can elect +to bind each process to only one cpu within the specified cpu set. +. +. +. .P The following options specify the number of processes to launch. Note that none of the options imply a particular binding policy - e.g., requesting N processes