1. 03 Dec, 2013 1 commit
    • Morris Jette's avatar
      Correct job dependency string · 08265c03
      Morris Jette authored
      Correct logic returning remaining job dependencies in job information
      reported by scontrol and squeue. Eliminates vestigial descriptors with
      no job ID values (e.g. "afterany"). As depdencies are removed, the
      job ID values were removed from the strings, but not the descriptors.
      This eliminates both. It also checks the full job ID to make sure we do
      not remove "afterany:1234" when job "123" completes.
      08265c03
  2. 02 Dec, 2013 2 commits
  3. 29 Nov, 2013 2 commits
  4. 27 Nov, 2013 1 commit
  5. 26 Nov, 2013 1 commit
  6. 14 Nov, 2013 1 commit
  7. 13 Nov, 2013 1 commit
    • Morris Jette's avatar
      Corrections to advanced reservation logic with overlapping jobs. · d6954b77
      Morris Jette authored
      This might have worked fine for core reservations or when there
      are sufficient idle nodes to use, the the select_g_resv_test()
      function clears the node bitmap for nodes that it can not use
      and the reservation create logic did not restore that bitmap
      after a failed resource selection attempt. This logic restores
      the node bitmap on a failed call to select_g_resv_test() so we
      can add nodes to the bitmap of available nodes rather than having
      it repeatedly cleared.
      The logic also adds some performance enhancements that I will
      add to in the next commit.
      d6954b77
  8. 08 Nov, 2013 1 commit
  9. 05 Nov, 2013 1 commit
  10. 04 Nov, 2013 2 commits
  11. 01 Nov, 2013 2 commits
    • Morris Jette's avatar
      Fix for used_cpu_run_secs bad calcuation · f247ff3a
      Morris Jette authored
      Add argument to priority plugin's priority_p_reconfig function to note
      when the association and QOS used_cpu_run_secs field has been reset.
      Without this flag, we remove time on "scontrol setdebug" or
      "scontrol setdebugflag" that can result in used_cpu_run_secs
      going negative or otherwise get bad values.
      Correction to logic added in commit 6d793189
      bug 423
      f247ff3a
    • Morris Jette's avatar
      sched/wiki, sched/wiki2 - Fix to allow job start · 1f2348ab
      Morris Jette authored
      Fix to work with change logic introduced in Slurm version 2.6.3
      scheduling logic which prevented Maui/Moab from starting jobs.
      1f2348ab
  12. 29 Oct, 2013 3 commits
  13. 28 Oct, 2013 4 commits
  14. 25 Oct, 2013 3 commits
  15. 24 Oct, 2013 1 commit
    • Morris Jette's avatar
      Improve setting of job wait "Reason" field. · cf7ca59b
      Morris Jette authored
      Without this change a job with a reason of WAIT_PART_DOWN,
      WAIT_PART_INACTIVE, WAIT_PART_NODE_LIMIT, WAIT_PART_TIME_LIMIT, or
      WAIT_QOS_THRES would not be cleared when that reason no longer
      applied.
      cf7ca59b
  16. 22 Oct, 2013 4 commits
  17. 21 Oct, 2013 1 commit
  18. 20 Oct, 2013 1 commit
    • jette's avatar
      sched/backfill - Prevent invalid memory ref with bf_continue · ea1b316c
      jette authored
      If the backfill scheduler relinquishes locks and the normal job
      scheduler starts a job that the backfill scheduler was actively
      working, the backfill scheduler will try to re-schedule that
      same job, possibly resulting in an invalid memory reference
      or other badness.
      ea1b316c
  19. 19 Oct, 2013 2 commits
  20. 17 Oct, 2013 2 commits
  21. 16 Oct, 2013 1 commit
  22. 15 Oct, 2013 3 commits