Skip to content
Snippets Groups Projects
  1. Jan 07, 2016
  2. Jan 06, 2016
  3. Jan 05, 2016
  4. Jan 04, 2016
  5. Jan 02, 2016
  6. Dec 31, 2015
  7. Dec 30, 2015
  8. Dec 29, 2015
  9. Dec 28, 2015
  10. Dec 23, 2015
  11. Dec 22, 2015
  12. Dec 19, 2015
    • 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
  13. Dec 18, 2015
    • 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
    • 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
  14. Dec 16, 2015
  15. Dec 15, 2015
Loading