Skip to content

Commit

Permalink
Split out the map/rank/bind into a separate man
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Hursey <[email protected]>
  • Loading branch information
jjhursey committed May 21, 2020
1 parent a3f7e02 commit 8cf1232
Show file tree
Hide file tree
Showing 4 changed files with 1,039 additions and 708 deletions.
11 changes: 11 additions & 0 deletions src/tools/prte/prte.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,17 @@ useful to most PRTE users:

There may be other options listed with `prte --help`.

## Items from `prun` that may need to be added here (JJH RETURN HERE)

`-max-vm-size, --max-vm-size <size>`

: Number of processes to run.

`-novm, --novm`

: Execute without creating an allocation-spanning virtual machine
(only start daemons on nodes hosting application procs).

# DESCRIPTION

`prte` starts a Distributed Virtual Machine (DVM) by launching a
Expand Down
2 changes: 1 addition & 1 deletion src/tools/prun/help-prun.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ attempting to %s. Returned value %d instead of PRTE_SUCCESS.
[prun:usage]
%s (%s) %s

Usage: %s [OPTION]...
Usage: %s [ options ] <program> [ <args> ]
Submit job to the PMIx Reference RTE

%s
Expand Down
Loading

0 comments on commit 8cf1232

Please sign in to comment.