1. 07 Oct, 2015 12 commits
  2. 06 Oct, 2015 13 commits
  3. 05 Oct, 2015 4 commits
  4. 03 Oct, 2015 2 commits
  5. 02 Oct, 2015 4 commits
  6. 01 Oct, 2015 2 commits
  7. 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
      Document CPU count increase for mem_per_cpu limit · 0164729f
      Morris Jette authored
      Document that if a job's memory per CPU limit exceeds the system
      limit, that the job's memory limit is decreased and it's CPU count
      increased automatically.
      0164729f
    • 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