1. 28 May, 2019 2 commits
    • Tim Wickberg's avatar
      Update META for v19.05.0 release. · b3f4ac33
      Tim Wickberg authored
      Update NEWS, slurm.spec, and slurm.spec-legacy as well.
      b3f4ac33
    • Morris Jette's avatar
      Avoid building node GRES data for count of zero · 0115b211
      Morris Jette authored
      Previously with a configuration including FastSchedule=1 or 2,
      GRES with files defined in gres.conf, and in the node configuration
      either specified with a count of 0 or not included at all then
      the node's GRES data would be built with a topology array containing
      a GRES bitmap of zero size, resulting in an abort when trying to
      operate on that bitmap.
      
      bug 6997
      0115b211
  2. 27 May, 2019 2 commits
  3. 25 May, 2019 1 commit
    • Felip Moll's avatar
      Fix error messages in _convert_to_name(). · 805aa366
      Felip Moll authored
      The name variable hasn't been set yet, so this is always NULL. Print the
      uid/gid instead. While here, treat uid/gid as uint32_t, and use strtoul()
      rather than atoi() to avoid issues with high-number uid/gid values.
      
      Fixes GCC 9 warning.
      
      Bug 7101.
      805aa366
  4. 24 May, 2019 11 commits
  5. 23 May, 2019 20 commits
  6. 22 May, 2019 4 commits