Skip to content

Commit e9bf318

Browse files
committed
orte-rmaps-base: slightly amend help message
Follow on to 430c659: clarify the help message and fix one typo. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 168a56f commit e9bf318

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

orte/mca/rmaps/base/help-orte-rmaps-base.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ environment in which Open MPI processes are run:
3737

3838
1. Hostfile, via "slots=N" clauses (N defaults to number of
3939
processor cores if not provided)
40-
2. The --host:N command line parameter (N defaults to 1 if not
41-
provided)
40+
2. The --host command line parameter, via a ":N" suffix on the
41+
hostname (N defaults to 1 if not provided)
4242
3. Resource manager (e.g., SLURM, PBS/Torque, LSF, etc.)
43-
4. If neither a hostfile, the --hosts command line parameter, nor an
44-
RM is present, Open MPI defaults to the number of processor
45-
cores
43+
4. If none of a hostfile, the --host command line parameter, or an
44+
RM is present, Open MPI defaults to the number of processor cores
4645

4746
In all the above cases, if you want Open MPI to default to the number
4847
of hardware threads instead of the number of processor cores, use the

0 commit comments

Comments
 (0)