1. 06 Feb, 2015 1 commit
  2. 04 Feb, 2015 4 commits
  3. 03 Feb, 2015 6 commits
  4. 02 Feb, 2015 3 commits
  5. 31 Jan, 2015 2 commits
  6. 30 Jan, 2015 3 commits
  7. 29 Jan, 2015 1 commit
  8. 28 Jan, 2015 5 commits
  9. 27 Jan, 2015 2 commits
  10. 26 Jan, 2015 1 commit
  11. 23 Jan, 2015 2 commits
  12. 22 Jan, 2015 2 commits
  13. 21 Jan, 2015 4 commits
    • Morris Jette's avatar
      fix job array scheduling anomaly · 3787c01f
      Morris Jette authored
      If some tasks of a job array are runnable and the meta-job array
      record is not runable (e.g. held), the old logic could start a
      runable task then try to start the non-runable meta-job, discover
      it can not run, and set its reason to "BadConstraints".
      
      Test case:
      Make it so no jobs can start (partition stopped, slurmd down, etc.)
      submit a job array
      hold the job array
      release the first two tasks of the job array
      Make it so jobs can start
      3787c01f
    • Morris Jette's avatar
      fix squeue merging of job arrays · 261580be
      Morris Jette authored
      Squeue modified to not merge tasks of a job array if their wait reasons
      differ.
      bug 1388
      261580be
    • Morris Jette's avatar
      Added power management plugin infrastructure · 34986d29
      Morris Jette authored
      No functions currently exist, only the plugin wrapper and stubbed functions.
      34986d29
    • Morris Jette's avatar
      Note new config parameters · 290106cd
      Morris Jette authored
      290106cd
  14. 20 Jan, 2015 3 commits
  15. 19 Jan, 2015 1 commit