1. 08 Jan, 2016 8 commits
    • Tim Wickberg's avatar
      autogen.sh, remove federation, elan, sun constellation · 7102def3
      Tim Wickberg authored
      Remove federation, elan, and sun constellation support.
      Run autogen.sh to regenerate everything.
      7102def3
    • Morris Jette's avatar
      Node features variable renaming · 6537bb57
      Morris Jette authored
      Change names of some variables and structures used to manage node
        features. No change in logic
      6537bb57
    • Morris Jette's avatar
      Node ActiveFeatures work · edb9ceef
      Morris Jette authored
      Add active features to node state save/restore logic
      edb9ceef
    • Morris Jette's avatar
      Tweak test for certain configurations · facf6d01
      Morris Jette authored
      Depending upon topology and node weight, ordering of nodes may not
        be as test expected. Explicitly pick nodes to use in srun within
        an salloc.
      facf6d01
    • Tim Wickberg's avatar
      remove redundant MIN/MAX macros · 8e24788f
      Tim Wickberg authored
      8e24788f
    • Morris Jette's avatar
      Improve script read logic · 6f87cdfe
      Morris Jette authored
      Stat the file before allocating buffer used for read rather than
        reallocating the buffer as needed. Improves performance (no
        reallocate/copy needed).
      6f87cdfe
    • Morris Jette's avatar
      Node ActiveFeature work · f7a8b8d9
      Morris Jette authored
      sinfo to group by like ActiveFeatures
      sinfo long format option for ActiveFeatures
      slurm.conf parse to accept node "Features" as well as current "Feature"
      scontrol to report AcitveFeatures and AvailableFeatures on separate lines
      If a user sets node available features and the specification includes "knl"
        then expand that to include all possible NUMA and MCDRAM modes, the same
        as if "knl" is specified in slurm.conf
      Confirm that when AcitveFeatures is set, it is a subset of the
        AvailableFeatures
      f7a8b8d9
    • Morris Jette's avatar
      Merge branch 'slurm-15.08' · 7575bff2
      Morris Jette authored
      Conflicts:
      	src/plugins/burst_buffer/cray/burst_buffer_cray.c
      7575bff2
  2. 07 Jan, 2016 18 commits
  3. 06 Jan, 2016 10 commits
  4. 05 Jan, 2016 4 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
    • Morris Jette's avatar
      burst_buffer/cray - Improve tracking of used space · b8b39819
      Morris Jette authored
      burst_buffer/cray - Improve tracking of allocated resources to handle race
          condition when reading state while buffer allocation is in progress.
      Also initialize a mutex
      b8b39819