1. 22 Oct, 2015 2 commits
  2. 21 Oct, 2015 2 commits
  3. 20 Oct, 2015 3 commits
  4. 19 Oct, 2015 5 commits
  5. 16 Oct, 2015 1 commit
  6. 15 Oct, 2015 1 commit
  7. 14 Oct, 2015 1 commit
  8. 08 Oct, 2015 2 commits
  9. 07 Oct, 2015 6 commits
  10. 06 Oct, 2015 6 commits
  11. 03 Oct, 2015 1 commit
  12. 02 Oct, 2015 4 commits
  13. 01 Oct, 2015 2 commits
  14. 30 Sep, 2015 3 commits
    • Morris Jette's avatar
      Make cgroup paths consistent · c5c566ff
      Morris Jette authored
      Correct some cgroup paths ("step_batch" vs. "step_4294967294", "step_exter"
          vs. "step_extern", and "step_extern" vs. "step_4294967295").
      c5c566ff
    • Morris Jette's avatar
      Reset job CPU count if CPUs/task ratio increased for mem limit · 836912bf
      Morris Jette authored
      If a job's CPUs/task ratio is increased due to configured MaxMemPerCPU,
      then increase it's allocated CPU count in order to enforce CPU limits.
      Previous logic would increase/set the cpus_per_task as needed if a
      job's --mem-per-cpu was above the configured MaxMemPerCPU, but NOT
      increase the min_cpus or max_cpus varilable. This resulted in allocating
      the wrong CPU count.
      836912bf
    • Morris Jette's avatar
      Don't start duplicate batch job · c1513956
      Morris Jette authored
      Requeue/hold batch job launch request if job already running. This is
        possible if node went to DOWN state, but jobs remained active.
      In addition, if a prolog/epilog failed DRAIN the node rather than
        setting it down, which could kill jobs that could continue to
        run.
      bug 1985
      c1513956
  15. 29 Sep, 2015 1 commit