Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is represented in the job_sort_formula as: pow(2, -(fairshare_tree_usage/fairshare_perc))


or in the qmgr command: qmgr -c 'set server job_sort_formula="pow(2, fairshare_tree_usage/fairshare_perc))"'


This finally allows for a direct comparison between entities, and therefore the jobs that belong to those entities.

...