Skip to content

Commit 372543c

Browse files
committed
Docs - Update restrictions on placement and number of hostlist ranges
Ticket: 24676
1 parent 667b42a commit 372543c

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

doc/man/man5/slurm.conf.5

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6976,17 +6976,12 @@ Multiple node names may be comma separated (e.g. "alpha,beta,gamma")
69766976
and/or a simple node range expression may optionally be used to
69776977
specify numeric ranges of nodes to avoid building a configuration
69786978
file with large numbers of entries.
6979-
The node range expression can contain one pair of square brackets
6979+
The node range expression can contain one or more pairs of square brackets
69806980
with a sequence of comma\-separated numbers and/or ranges of numbers
6981-
separated by a "\-" (e.g. "linux[0\-64,128]", or "lx[15,18,32\-33]").
6982-
Note that the numeric ranges can include one or more leading
6983-
zeros to indicate the numeric portion has a fixed number of digits
6981+
separated by a "\-" (e.g., "linux[0\-64,128]", "lx[15,18,32\-33]", or
6982+
"rack[0\-63]_blade[0\-41]"). Note that the numeric ranges can include one or
6983+
more leading zeros to indicate the numeric portion has a fixed number of digits
69846984
(e.g. "linux[0000\-1023]").
6985-
Multiple numeric ranges can be included in the expression
6986-
(e.g. "rack[0\-63]_blade[0\-41]").
6987-
If one or more numeric expressions are included, one of them
6988-
must be at the end of the name (e.g. "unit[0\-31]rack" is invalid),
6989-
but arbitrary names can always be used in a comma\-separated list.
69906985
.LP
69916986
The node configuration specified the following information:
69926987

0 commit comments

Comments
 (0)