1. 20 Jan, 2016 1 commit
    • Morris Jette's avatar
      Properly track resources for suspended jobs on reconfig · 21c52d2f
      Morris Jette authored
      Properly account for memory, CPUs and GRES when slurmctld is reconfigured
          while there is a suspended job. Previous logic would add the CPUs, but not
          memory or GPUs. This would result in underflow/overflow errors in select
          cons_res plugin.
      bug 2353
      21c52d2f
  2. 17 Jan, 2016 1 commit
  3. 15 Jan, 2016 3 commits
  4. 14 Jan, 2016 2 commits
  5. 13 Jan, 2016 2 commits
    • Morris Jette's avatar
      backfill scheduling with group limits fix · 3ee1632f
      Morris Jette authored
      Backfill scheduling fix: If a job can't be started due to a "group" resource
          limit, rather than reserve resources for it when the next job ends, don't
          reserve any resources for it. The problem with the original logic is that
          if a lot of resources are reserved for such pending jobs, then jobs futher
          down the queue may defered when they really can and should be started. An
          ideal solution would track all of the TRES resources through time as jobs
          start and end, but we don't have that logic in the backfill scheduler and
          don't want that extra overhead in the backfill scheduler.
      bugs 2326 and 2282
      3ee1632f
    • Alejandro Sanchez's avatar
      Add more partition info to "scontrol write config" · f428705b
      Alejandro Sanchez authored
      bug 2303
      f428705b
  6. 12 Jan, 2016 5 commits
  7. 11 Jan, 2016 3 commits
  8. 08 Jan, 2016 1 commit
  9. 07 Jan, 2016 6 commits
  10. 06 Jan, 2016 2 commits
  11. 05 Jan, 2016 3 commits
  12. 04 Jan, 2016 4 commits
  13. 02 Jan, 2016 1 commit
  14. 31 Dec, 2015 2 commits
  15. 30 Dec, 2015 1 commit
  16. 29 Dec, 2015 3 commits