You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manpage.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1032,6 +1032,7 @@ The way the tests are generated and how they interact with the test filtering op
1032
1032
- ``all``: Tests will run on all the nodes of their respective valid partitions regardless of the node state.
1033
1033
- ``avail``: Tests will run on all the nodes of their respective valid partitions that are available for running jobs.
1034
1034
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.
1035
1036
- ``NODESTATE``: Tests will run on all the nodes of their respective valid partitions that are exclusively in state ``NODESTATE``.
1036
1037
If ``NODESTATE`` is not specified, ``idle`` is assumed.
1037
1038
- ``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
1060
1061
To achieve the previous behaviour, you should use ``--distribute=idle*``.
1061
1062
1062
1063
.. versionchanged:: 4.9
1064
+
1063
1065
``--distribute=NODESTATE`` now allows you to specify multiple valid states using the ``|`` character.
1064
1066
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.
0 commit comments