1. 06 Apr, 2016 16 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 2 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