Versions Compared

Key

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

...

qmgr> set server eligible_time_enable = TrueTo enable backfilling

The top N starving jobs would also be top jobs.  Using top job support is now separate from wait time based priority.

To enable top job support, edit sched_config:

strict_ordering: True ALL

...

qmgr> set sched job_sort_formula = 1000000*ncpus + eligible_time

Example 4: Recreate help_starving_jobs exactly using the job_sort_formula

qmgr> set sched job_sort_formula = 10000 if eligible_time > 86400 else 0




...

OSS Site Map

Project Documentation Main Page

...