Skip to content

Commit fde3dfb

Browse files
agilmorrobertsbp
authored andcommitted
Docs - Fix the information on the number of srun ports used
The port for slurmctld was not accounted for in the original docs. Bug 17619
1 parent adf85ec commit fde3dfb

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

doc/man/man5/slurm.conf.5

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "slurm.conf" "5" "Slurm Configuration File" "August 2023" "Slurm Configuration File"
1+
.TH "slurm.conf" "5" "Slurm Configuration File" "September 2023" "Slurm Configuration File"
22

33
.SH "NAME"
44
slurm.conf \- Slurm configuration file
@@ -5428,20 +5428,24 @@ Configure SrunPortRange to use a range of ports above those used by RSIP,
54285428
ideally 1000 or more ports, for example "SrunPortRange=60001\-63000".
54295429

54305430
\fBNote\fR: \fBSrunPortRange\fR must be large enough to cover the expected
5431-
number of srun ports created on a given submission node. A single srun opens
5432-
3 listening ports plus 2 more for every 48 hosts. Example:
5431+
number of srun ports created. A single srun opens 4 listening ports plus 2
5432+
more for every 48 hosts beyond the first 48. Example:
54335433
.IP
54345434
.RS
5435-
.TP 18
5436-
\fBsrun \-N 48\fR will use 5 listening ports.
5435+
.TP
5436+
\fBsrun \-N 1\fR will use 4 listening ports.
5437+
.IP
5438+
5439+
.TP
5440+
\fBsrun \-N 48\fR will use 4 listening ports.
54375441
.IP
54385442

54395443
.TP
5440-
\fBsrun \-N 50\fR will use 7 listening ports.
5444+
\fBsrun \-N 50\fR will use 6 listening ports.
54415445
.IP
54425446

54435447
.TP
5444-
\fBsrun \-N 200\fR will use 13 listening ports.
5448+
\fBsrun \-N 200\fR will use 12 listening ports.
54455449
.RE
54465450
.IP
54475451

0 commit comments

Comments
 (0)