1. 28 Oct, 2019 2 commits
    • Michael Hinton's avatar
      Testsuite: Fix issue with get_gpu_count with multiple GPU types · 4b363a13
      Michael Hinton authored
      Create generic function get_gres_count to get the node counts of any
      GRES, not just GPUs.
      Make get_gpu_count able to parse any combination of GRES names and
      types.
      Create get_gpu_count wrapper of get_gres_count for backwards
      compatibility.
      Expand the regex to not include newlines.
      Rename variable gpu_count to gres_count.
      
      Bug 7995
      4b363a13
    • Marcin Stolarek's avatar
      Fix slurmd -G functionality · 2cdbb6f7
      Marcin Stolarek authored
      gres_node_config_load() requires gres_list to work properly after
      fully merge slurm.conf with gres.conf logic added in 4d7df8b0.
      
      Bug 7986
      2cdbb6f7
  2. 25 Oct, 2019 5 commits
  3. 24 Oct, 2019 3 commits
  4. 23 Oct, 2019 6 commits
  5. 22 Oct, 2019 2 commits
    • Gavin Howard's avatar
      Fix abort initializing a configuration without acct_gather.conf. · a301635f
      Gavin Howard authored
      Previous logic would only call s_p_hashtbl_create() to create the hashtable
      when the file acct_gather.conf could be successfully stat()'d. This lead to
      a subsequent attempt to pack the non-created hashtable into a buffer which
      triggered the abort.
      
      This makes it so the hashtable is uncondtionally created no matter if the
      file is missing.
      
      Bug 7893.
      a301635f
    • Michael Hinton's avatar
      auth/munge - truncate FQDN to shortname for AllocNodes. · 50eaa012
      Michael Hinton authored
      gethostbyaddr() can potentially return a fully-qualified domain name,
      which breaks backwards compatibility with the shortname AllocNodes
      expected pre 19.05.
      
      Bug 7653.
      50eaa012
  6. 21 Oct, 2019 2 commits
  7. 18 Oct, 2019 5 commits
  8. 17 Oct, 2019 1 commit
  9. 16 Oct, 2019 4 commits
  10. 15 Oct, 2019 4 commits
  11. 11 Oct, 2019 6 commits