Skip to content

Commit 52d57d1

Browse files
committed
Update docs of --distribute option
1 parent fdcd0bd commit 52d57d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/manpage.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ The way the tests are generated and how they interact with the test filtering op
10321032
- ``all``: Tests will run on all the nodes of their respective valid partitions regardless of the node state.
10331033
- ``avail``: Tests will run on all the nodes of their respective valid partitions that are available for running jobs.
10341034
Note that if a node is currently allocated to another job it is still considered as "available."
1035+
Also, for ReFrame partitions using the Slurm backends, if this option is used on a reservation with the ``MAINT`` flag set, then nodes in ``MAINTENANCE`` state will also be considered as available.
10351036
- ``NODESTATE``: Tests will run on all the nodes of their respective valid partitions that are exclusively in state ``NODESTATE``.
10361037
If ``NODESTATE`` is not specified, ``idle`` is assumed.
10371038
- ``NODESTATE*``: Tests will run on all the nodes of their respective valid partitions that are at least in state ``NODESTATE``.
@@ -1060,8 +1061,13 @@ The way the tests are generated and how they interact with the test filtering op
10601061
To achieve the previous behaviour, you should use ``--distribute=idle*``.
10611062

10621063
.. versionchanged:: 4.9
1064+
10631065
``--distribute=NODESTATE`` now allows you to specify multiple valid states using the ``|`` character.
10641066

1067+
.. versionchanged:: 4.10
1068+
1069+
Nodes in ``MAINTENANCE`` state are considered available, if this option is run on a Slurm reservation with the ``MAINT`` flag set.
1070+
10651071
.. option:: -P, --parameterize=[TEST.]VAR=VAL0,VAL1,...
10661072

10671073
Parameterize a test on an existing variable or parameter.

0 commit comments

Comments
 (0)