1. 03 Feb, 2015 12 commits
  2. 02 Feb, 2015 5 commits
  3. 31 Jan, 2015 4 commits
  4. 30 Jan, 2015 3 commits
  5. 28 Jan, 2015 4 commits
  6. 27 Jan, 2015 1 commit
  7. 26 Jan, 2015 1 commit
  8. 23 Jan, 2015 2 commits
  9. 22 Jan, 2015 6 commits
  10. 21 Jan, 2015 2 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
      improve job array ID logging · 78ef09c3
      Morris Jette authored
      This backports some logic already added to v15.08
      78ef09c3