1. 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
  2. 12 Jan, 2016 5 commits
  3. 11 Jan, 2016 3 commits
  4. 08 Jan, 2016 1 commit
  5. 07 Jan, 2016 6 commits
  6. 06 Jan, 2016 2 commits
  7. 05 Jan, 2016 3 commits
  8. 04 Jan, 2016 4 commits
  9. 02 Jan, 2016 1 commit
  10. 31 Dec, 2015 2 commits
  11. 30 Dec, 2015 1 commit
  12. 29 Dec, 2015 3 commits
  13. 28 Dec, 2015 2 commits
  14. 23 Dec, 2015 2 commits
  15. 22 Dec, 2015 1 commit
  16. 19 Dec, 2015 1 commit
    • John Hensley's avatar
      Let sbatch process long lines. · 0db71fe4
      John Hensley authored
      Remove the 1024-character limit on lines in batch scripts, which was
      causing long lines to be silently truncated. I noticed it when jobs were
      getting created with fewer dependencies than specified.
      
      Also increase the line length when showing job info.
      0db71fe4
  17. 18 Dec, 2015 1 commit
    • jette's avatar
      sched/backill start time correction · e0ee1b78
      jette authored
      sched/backfill: If a job can not be started within the configured
          backfill_window, set it's start time to 0 (unknown) rather than the end
          of the backfill_window.
      bug 2100
      e0ee1b78