1. 06 Jan, 2016 5 commits
  2. 04 Jan, 2016 2 commits
    • Morris Jette's avatar
      Support partition-specific memory allocation tracking · fc1636f3
      Morris Jette authored
      The partition-specific SelectTypeParameters parameter can now be used to
          change the memory allocation tracking specification in the global
          SelectTypeParameters configuration parameter. Supported partition-specific
          values are CR_Core, CR_Core_Memory, CR_Socket and CR_Socket_Memory. If the
          global SelectTypeParameters value includes memory allocation management and
          the partition-specific value does not, then memory allocation management for
          that partition will NOT be supported (i.e. memory can be over-allocated).
          Likewise the global SelectTypeParameters might not include memory management
          while the partition-specific value does.
      bug 2239
      fc1636f3
    • Morris Jette's avatar
      Track "ALL" nodes in a reservation · f2f2e6b2
      Morris Jette authored
      If a reservation's nodes value is "all" then track the current nodes in the
          system, even if those nodes change. Nodes will automatically be added to
          or removed from a reservation when slurm.conf changes.
      bug 2204
      f2f2e6b2
  3. 02 Jan, 2016 1 commit
  4. 31 Dec, 2015 1 commit
  5. 30 Dec, 2015 1 commit
  6. 29 Dec, 2015 6 commits
  7. 28 Dec, 2015 2 commits
  8. 23 Dec, 2015 2 commits
  9. 22 Dec, 2015 3 commits
  10. 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
  11. 18 Dec, 2015 3 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
    • 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
  12. 16 Dec, 2015 7 commits
  13. 15 Dec, 2015 6 commits