Skip to content

Commit

Permalink
Merge pull request reframe-hpc#3239 from teojgo/bugfix/doc_distribute
Browse files Browse the repository at this point in the history
[bugfix] Fix typo in the `--distribute` docs
  • Loading branch information
vkarak authored Aug 5, 2024
2 parents 2052f6c + 22cb340 commit fda05f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manpage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ The way the tests are generated and how they interact with the test filtering op
- ``avail``: Tests will run on all the nodes of their respective valid partitions that are available for running jobs.
Note that if a node is currently allocated to another job it is still considered as "available."
- ``NODESTATE``: Tests will run on all the nodes of their respective valid partitions that are exclusively in state ``NODESTATE``.
aIf ``NODESTATE`` is not specified, ``idle`` is assumed.
If ``NODESTATE`` is not specified, ``idle`` is assumed.
- ``NODESTATE*``: Tests will run on all the nodes of their respective valid partitions that are at least in state ``NODESTATE``.

The state of the nodes will be determined once, before beginning the
Expand Down

0 comments on commit fda05f4

Please sign in to comment.