Skip to content
Snippets Groups Projects
Commit 77efa83c authored by Gennaro Oliva's avatar Gennaro Oliva Committed by David Bigagli
Browse files

Fix man pages.

parent 986c0bab
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ Displays a general help message.
.TP
\f3\-i\fP\f3,\fP \f3\-\-nnodes\fP\f3=\fP\f2N\fP
Return jobs which ran on this many nodes (N = min[-max])
Return jobs which ran on this many nodes (N = min[\-max])
.TP
\f3\-j \fP\f2job(.step)\fP \f3,\fP \f3\-\-jobs\fP\f3=\fP\f2job(.step)\fP
......
......@@ -813,10 +813,12 @@ Multiple license names should be comma separated (e.g.
"\-\-licenses=foo:4,bar").
.TP
.na
\fB\-m\fR, \fB\-\-distribution\fR=
\fI*\fR|\fIblock\fR|\fIcyclic\fR|\fIarbitrary\fR|\fIplane=<options>
\fR[:\fI*\fR|\fIblock\fR|\fIcyclic\fR|\fIfcyclic\fR[:\fI*\fR|\fIblock\fR|
\fIcyclic\fR|\fIfcyclic\fR]][,\fIPack\fR|\fINoPack\fR]
.ad
Specify alternate distribution methods for remote processes.
This option controls the distribution of tasks to the nodes on which
......
......@@ -65,7 +65,9 @@ EnergyIPMIPowerSensors is optional, default value is "Node=number" where
.br
i.e.
.br
.na
EnergyIPMIPowerSensors=Node=16,19,23,26;Socket0=16,23;Socket1=19,26;SSUP=23,26;KNC=16,19
.ad
.br
EnergyIPMIPowerSensors=Node=29,32;SSUP0=29;SSUP1=32
.br
......
......@@ -1454,7 +1454,7 @@ step completion, and epilog complete messages.
.br
.RE
The format for this parameter is as follows:
.b.br
.br
.RS
.TP 12
\fBMsgAggregationParams=\fR\fI<option>\fR\fB=\fR\fI<value>\fR
......@@ -1973,7 +1973,7 @@ See \fBProlog and Epilog Scripts\fR for more information.
.TP
\fBPrologEpilogTimeout\fR
The interval in seconds Slurms waits for Prolog and Epilog before terminating
them. The dafault behavior is to wait indefinitely. This interval applies to
them. The default behavior is to wait indefinitely. This interval applies to
the Prolog and Epilog run by slurmd daemon before and after the job, the
PrologSlurmctld and EpilogSlurmctld run by slurmctld daemon, and the SPANK
plugins run by the slurmstep daemon.
......@@ -2323,9 +2323,9 @@ consume any of the CPU or memory resources, configure it as a pseudo\-terminal,
and preserve all of the job's environment variables (i.e. and not over\-write
them with the job step's allocation information).
For Cray systems, add --gres=craynetwork:0. e.g.:
For Cray systems, add \-\-gres=craynetwork:0. e.g.:
.nf
SallocDefaultCommand = "srun \-n1 \-N1 \-\-mem\-per\-cpu=0 --gres=craynetwork:0 \-\-pty \-\-preserve\-env \-\-mpi=none $SHELL"
SallocDefaultCommand = "srun \-n1 \-N1 \-\-mem\-per\-cpu=0 \-\-gres=craynetwork:0 \-\-pty \-\-preserve\-env \-\-mpi=none $SHELL"
.fi
.TP
......
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