Skip to content
Snippets Groups Projects
Commit c517d20e authored by Moe Jette's avatar Moe Jette
Browse files

Correct formatting for srun --distribution=hostfile info.

parent c43fa3b5
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ task id.
do not line buffer stdout from remote tasks. This option cannot be used
with \fI\-\-label\fR.
.TP
\fB\-m\fR, \fB\-\-distribution\fR=(\fIblock\fR|\fIcyclic\fR\fIhostfile\fR)
\fB\-m\fR, \fB\-\-distribution\fR=(\fIblock\fR|\fIcyclic\fR|\fIhostfile\fR)
Specify an alternate distribution method for remote processes.
.RS
.TP
......@@ -189,7 +189,6 @@ The cyclic method distributes processes in a round-robin fashion across
the allocated nodes. That is, process one will be allocated to the first
node, process two to the second, and so on. This is the default behavior
if the number of tasks is no larger than the number of nodes requested.
.RE
.TP
.B hostfile
The hostfile method of distribution will allocate processes in-order as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment