1. 14 Apr, 2019 25 commits
  2. 13 Apr, 2019 13 commits
  3. 12 Apr, 2019 2 commits
    • Marshall Garey's avatar
      Avoid re-packing cgroup.conf for each new stepd. · c6d45152
      Marshall Garey authored
      Rather than pack cgroup.conf into a buffer every time we create a new
      slurmstepd, pack it once on init and re-use the buffer each time we
      create a new slurmstepd. Continuation of 11f70aa5.
      
      Bug 5667
      c6d45152
    • Alejandro Sanchez's avatar
      Refactor cons_tres memory allocation logic · 8292f09e
      Alejandro Sanchez authored
      Refactor how memory allocations are managed to accurately track
      memory allocations on each node when the --mem-per-cpu option is
      used and the CPU count per node varies. Also accounts for
      Memory Specialization and wraps much of the logging with
      a DebugFlag of SelectType
      
      bug 5562
      8292f09e