1. 06 Apr, 2016 13 commits
  2. 05 Apr, 2016 8 commits
  3. 04 Apr, 2016 4 commits
  4. 02 Apr, 2016 3 commits
  5. 01 Apr, 2016 4 commits
  6. 31 Mar, 2016 3 commits
  7. 30 Mar, 2016 5 commits
    • Morris Jette's avatar
      Update node socket/core counts on the fly · 606948a8
      Morris Jette authored
      Update a node's socket and cores per socket counts as needed after a node
          boot to reflect configuration changes which can occur on KNL processors.
          Note that the node's total core count must not change, only the distribution
          of cores across varying socket counts (KNL NUMA nodes treated as sockets by
          Slurm).
      606948a8
    • Morris Jette's avatar
      Log heterogeneous socket/core/thread configuration · 3c83b269
      Morris Jette authored
      Log if the number of cores is not evenly divisible by the socket
        count (which will be the case on some KNL) or the number of
        threads is not evenly divisible by the core count.
      3c83b269
    • Danny Auble's avatar
      Fix issue where if a slurmdbd rollup lasted longer than 1 hour the · 2bec1975
      Danny Auble authored
      rollup would effectively never run again.
      
      bug 2575
      
      and sort of bug 2596
      2bec1975
    • Morris Jette's avatar
      Replace SchedulerParameters option assoc_limit_continue · a685e0e9
      Morris Jette authored
      Remove the SchedulerParameters option of "assoc_limit_continue", making it
          the default value. Add option of "assoc_limit_stop". If "assoc_limit_stop"
          is set and a job cannot start due to association limits, then do not attempt
          to initiate any lower priority jobs in that partition. Setting this can
          decrease system throughput and utlization, but avoid potentially starving
          larger jobs by preventing them from launching indefinitely.
      a685e0e9
    • Morris Jette's avatar
      Start NEWS for v16.05.0-pre3 · f0f1286e
      Morris Jette authored
      f0f1286e