1. 09 Jan, 2016 1 commit
  2. 08 Jan, 2016 10 commits
    • Tim Wickberg's avatar
      Remove Sun Constellation. · bf04fa4d
      Tim Wickberg authored
      Update NEWS file for final removal of Sun Constellation, Elan, and
      IBM Federation (switch/nrt plugin replaces). Clean up documentation
      and few outstanding ifdef blocks. Unless you were defining
      HAVE_SUN_CONST there are no functional changes.
      bf04fa4d
    • Brian Christiansen's avatar
      Fix small,unlikely memory leak. · 6c52fed6
      Brian Christiansen authored
      6c52fed6
    • 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
  3. 07 Jan, 2016 18 commits
  4. 06 Jan, 2016 10 commits
  5. 05 Jan, 2016 1 commit
    • 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