Skip to content

Commit

Permalink
accounting-guide: add "queue", "age" factors
Browse files Browse the repository at this point in the history
Problem: The accounting guide does not list "queue" or "age" as factors
considered by the plugin when calculating a job's priority.

Add both of these factors to the listed description of factors used
when calculating a job's priority in the priority plugin.
  • Loading branch information
cmoussa1 committed May 30, 2024
1 parent 7b2a8db commit 9b6e4d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/guide/accounting-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,12 @@ the multi-factor priority plugin are:
consumed. See the :ref:`Glossary definition <glossary-section>` for a more
detailed explanation of how fair-share is utilized within flux-accounting.

* **queue**: an integer weight associated with submitting a job to a certain
queue.

* **age**: how long a job has been able to be scheduled but could not due to an
external constraint (e.g a resource constraint).

* **urgency**: a user-controlled factor to prioritize their own jobs.

In addition to generating an integer priority for submitted jobs in a Flux
Expand Down

0 comments on commit 9b6e4d7

Please sign in to comment.