1. 10 Apr, 2017 3 commits
    • Morris Jette's avatar
      Move job priority function to src/api · 20561948
      Morris Jette authored
      Move the function to get job priorities from src/sprio to src/api
        so that we can handle the threading required for federated clusters
        in a common location in the event this logic is used from other
        places in the future (e.g. sview). No fundamental change in logic.
        The logic and definitions were just moved.
      20561948
    • Morris Jette's avatar
      Fix format problem in mysql query · 3c7e5894
      Morris Jette authored
      3c7e5894
    • Morris Jette's avatar
      Add partition info to sprio output · 493ed818
      Morris Jette authored
      Add sprio -p/--partition option to filter jobs by partition name.
      Add partition name to job priority factor response message.
      493ed818
  2. 08 Apr, 2017 1 commit
    • Morris Jette's avatar
      Modify backfill limit logic · 1ecae3a4
      Morris Jette authored
      Modify backfill logic so that bf_max_job_user, bf_max_job_part and
          bf_max_job_user_part options can all be used independently of each other.
      1ecae3a4
  3. 07 Apr, 2017 1 commit
    • Morris Jette's avatar
      Add SchedulerParameters option bf_max_job_user_part · 60575231
      Morris Jette authored
      Add SchedulerParameters option of bf_max_job_user_part to specifiy the
          maximum number of jobs per user for any single partition. This differs from
          bf_max_job_user in that a separate counter is applied to each partition
          rather than having a single counter per user applied to all partitions.
      60575231
  4. 06 Apr, 2017 10 commits
  5. 05 Apr, 2017 19 commits
  6. 04 Apr, 2017 6 commits