Skip to content
Snippets Groups Projects
Commit aa591626 authored by Moe Jette's avatar Moe Jette
Browse files
parent 62a4feb0
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ documents those changes that are of interest to users and admins. ...@@ -14,7 +14,7 @@ documents those changes that are of interest to users and admins.
better performance. better performance.
-- fixed certain tests in test suite to not run with bluegene or front-end -- fixed certain tests in test suite to not run with bluegene or front-end
systems systems
-- removed addresses from slurm_step_layout_t -- Removed addresses from slurm_step_layout_t
-- Added new job field, "comment". Set by srun, salloc and sbatch. See -- Added new job field, "comment". Set by srun, salloc and sbatch. See
with "scontrol show job". Used in sched/wiki2. with "scontrol show job". Used in sched/wiki2.
......
...@@ -558,11 +558,20 @@ Fully qualified pathname of the file system available to user jobs for ...@@ -558,11 +558,20 @@ Fully qualified pathname of the file system available to user jobs for
temporary storage. This parameter is used in establishing a node's \fBTmpDisk\fR temporary storage. This parameter is used in establishing a node's \fBTmpDisk\fR
space. space.
The default value is "/tmp". The default value is "/tmp".
.TP .TP
\fBTreeWidth\fR \fBTreeWidth\fR
\fBSlurmd\fR daemons use a virtual tree network for communications. \fBSlurmd\fR daemons use a virtual tree network for communications.
\fBTreeWidth\fR specifies the width of the tree (i.e. the fanout). \fBTreeWidth\fR specifies the width of the tree (i.e. the fanout).
The default value is 50. The default value is 50, meaning each slurmd daemon can communicate
with up to 50 other slurmd daemons and over 2500 nodes can be contacted
with two message hops.
The default value will work well for most clusters.
Optimaly system performance can typically be achieved if \fBTreeWidth\fR
is set to the square root of the number of nodes in the cluster for
systems having no more than 2500 nodes or the cube root for larger
systems.
.TP .TP
\fBUsePAM\fR \fBUsePAM\fR
If set to 1, PAM (Pluggable Authentication Modules for Linux) will be enabled. If set to 1, PAM (Pluggable Authentication Modules for Linux) will be enabled.
......
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