Skip to content
Snippets Groups Projects
  1. Dec 28, 2015
  2. Dec 24, 2015
  3. Dec 23, 2015
  4. Dec 22, 2015
  5. Dec 21, 2015
  6. 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
    • jette's avatar
      Fix typo in comment · 5fedcd65
      jette authored
      No change in logic
      5fedcd65
  7. 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
    • 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. Dec 17, 2015
  9. Dec 16, 2015
  10. Dec 15, 2015
Loading