1. 03 Feb, 2014 1 commit
  2. 01 Feb, 2014 1 commit
  3. 31 Jan, 2014 7 commits
  4. 30 Jan, 2014 3 commits
  5. 28 Jan, 2014 1 commit
  6. 24 Jan, 2014 3 commits
  7. 23 Jan, 2014 2 commits
  8. 22 Jan, 2014 1 commit
  9. 21 Jan, 2014 2 commits
  10. 20 Jan, 2014 1 commit
  11. 18 Jan, 2014 1 commit
  12. 16 Jan, 2014 2 commits
  13. 15 Jan, 2014 1 commit
  14. 13 Jan, 2014 4 commits
  15. 08 Jan, 2014 4 commits
  16. 07 Jan, 2014 4 commits
  17. 06 Jan, 2014 2 commits
    • Morris Jette's avatar
      Reset job priority on manual resume · 65d9196c
      Morris Jette authored
      If a job is explicitly suspended, its priority is set to zero.
      This resets the priority when requeued and also documents that
      if the job is requeued (e.g. due to a node failure), then it
      is placed in a held state.
      65d9196c
    • Morris Jette's avatar
      Correct job RunTime if requeued from suspend state · bc3d8828
      Morris Jette authored
      Without this patch, the job's RunTime includes its RunTime from
      before it's prior suspend (i.e. the job's full RunTime rather than
      just the RunTime of the requeued job).
      bc3d8828