1. 08 Jan, 2016 1 commit
  2. 07 Jan, 2016 18 commits
  3. 06 Jan, 2016 10 commits
  4. 05 Jan, 2016 8 commits
  5. 04 Jan, 2016 3 commits
    • Morris Jette's avatar
      Fix for job state reason · 65bb07dc
      Morris Jette authored
      Set job's reason to "Priority" when higher priority job in that partition
          (or reservation) can not start rather than leaving the reason set to
          "Resources".
      bug 2285
      65bb07dc
    • Morris Jette's avatar
      Remove vestigial data structure · 245d8ad0
      Morris Jette authored
      245d8ad0
    • 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