Skip to content

Commit

Permalink
Docs: update Job.nodelist description
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-morrison committed Apr 10, 2024
1 parent b2ca128 commit 23b3cb2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions reframe/core/schedulers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,7 @@ def nodelist(self):
This attribute is :class:`None` if no nodes are assigned to the job
yet.
This attribute is set reliably only for the ``slurm`` backend, i.e.,
Slurm *with* accounting enabled.
The ``squeue`` scheduler backend, i.e., Slurm *without* accounting,
might not set this attribute for jobs that finish very quickly.
For the ``local`` scheduler backend, this returns an one-element list
Expand All @@ -526,8 +525,6 @@ def nodelist(self):
For more information on flexible node allocation, see the
:option:`--flex-alloc-nodes` command-line option.
This attribute is *not* supported by the ``pbs`` scheduler backend.
.. versionadded:: 2.17
:type: :class:`List[str]` or :class:`None`
Expand Down

0 comments on commit 23b3cb2

Please sign in to comment.