1. 28 Dec, 2015 3 commits
  2. 24 Dec, 2015 1 commit
  3. 23 Dec, 2015 6 commits
  4. 22 Dec, 2015 1 commit
  5. 21 Dec, 2015 4 commits
  6. 19 Dec, 2015 2 commits
    • 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
    • jette's avatar
      Fix typo in comment · 5fedcd65
      jette authored
      No change in logic
      5fedcd65
  7. 18 Dec, 2015 4 commits
    • 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
    • Danny Auble's avatar
      New tag header for 15.08.7 in NEWS · 62fa9336
      Danny Auble authored
      62fa9336
    • Danny Auble's avatar
      Tag for 15.08.6 · be17f3a7
      Danny Auble authored
      be17f3a7
    • jette's avatar
      squeue to list multiple reasons for job array · 0133f20e
      jette authored
      If a pending job array has multiple reasons for being in a pending state,
          then print all reasons in a comma separated list.
      
      Before:
                   JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON)
             97354_[1-4]     debug      tmp    jette PD       0:00      1 (Resources)
      
      After:
                   JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON)
             97354_[1-4]     debug      tmp    jette PD       0:00      1 (Resources,JobHeldUser)
      0133f20e
  8. 17 Dec, 2015 5 commits
  9. 16 Dec, 2015 8 commits
  10. 15 Dec, 2015 6 commits