1. 08 Jan, 2016 3 commits
    • 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 8 commits
  5. 04 Jan, 2016 1 commit
    • 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