1. 07 Jan, 2016 4 commits
  2. 06 Jan, 2016 8 commits
  3. 05 Jan, 2016 3 commits
    • Morris Jette's avatar
      Cosmetic changes for RPC codes · 101d994d
      Morris Jette authored
      Add some more comments to identify RPC code numeric values
      Put the number to string mapping into numeric order and add some numbers in the comments
      101d994d
    • Morris Jette's avatar
      Merge branch 'bb_pools' · d9259af5
      Morris Jette authored
      Conflicts:
      	NEWS
      	src/plugins/burst_buffer/cray/burst_buffer_cray.c
      	src/plugins/burst_buffer/generic/burst_buffer_generic.c
      d9259af5
    • Morris Jette's avatar
      burst_buffer/cray: fix used space race · 56512f6d
      Morris Jette authored
      Don't decrease a pool's "used_space" below the amount we believe has
        been allocated in case there is a buffer allocation in progress
        while the _load_state() function is running.
      Initialize a mutex
      Move loading of state_save_location earlier
      56512f6d
  4. 04 Jan, 2016 6 commits
    • 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
    • Morris Jette's avatar
      Start RELEASE_NOTES file for v16.05 · e662f39e
      Morris Jette authored
      e662f39e
    • Danny Auble's avatar
      Less confusing print of bsub · 1eea464f
      Danny Auble authored
      1eea464f
    • Morris Jette's avatar
      Merge branch 'slurm-15.08' · 078e9607
      Morris Jette authored
      078e9607
    • 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
  5. 02 Jan, 2016 1 commit
  6. 31 Dec, 2015 5 commits
  7. 30 Dec, 2015 13 commits