1. 02 Oct, 2015 1 commit
    • Morris Jette's avatar
      Reset job CPU count if CPUs/task ratio increased for mem limit · 29fe3eae
      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.
      29fe3eae
  2. 01 Oct, 2015 2 commits
  3. 30 Sep, 2015 5 commits
  4. 29 Sep, 2015 4 commits
  5. 28 Sep, 2015 4 commits
    • Morris Jette's avatar
      Fix for node state when shrinking jobs · 16f4b6a9
      Morris Jette authored
      When nodes have been allocated to a job and then released by the
        job while resizing, this patch prevents the nodes from continuing
        to appear allocated and unavailable to other jobs. Requires
        exclusive node allocation to trigger. This prevents the previously
        reported failure, but a proper fix will be quite complex and
        delayed to the next major release of Slurm (v 16.05).
      bug 1851
      16f4b6a9
    • Morris Jette's avatar
      Fix for node state when shrinking jobs · 6c9d4540
      Morris Jette authored
      When nodes have been allocated to a job and then released by the
        job while resizing, this patch prevents the nodes from continuing
        to appear allocated and unavailable to other jobs. Requires
        exclusive node allocation to trigger. This prevents the previously
        reported failure, but a proper fix will be quite complex and
        delayed to the next major release of Slurm (v 16.05).
      bug 1851
      6c9d4540
    • Gennaro Oliva's avatar
      Fix typo in scontrol man page · ba60b31e
      Gennaro Oliva authored
      ba60b31e
    • Morris Jette's avatar
      Document topology/tree with respect to node weight · f1a3e958
      Morris Jette authored
      Optimizing topology takes place first, then picking lowest weight
      nodes within the switches offering the best fit.
      bug 1979
      f1a3e958
  6. 25 Sep, 2015 10 commits
  7. 24 Sep, 2015 13 commits
  8. 23 Sep, 2015 1 commit