1. 28 Jan, 2019 4 commits
  2. 27 Jan, 2019 1 commit
  3. 26 Jan, 2019 4 commits
  4. 25 Jan, 2019 11 commits
  5. 24 Jan, 2019 1 commit
  6. 23 Jan, 2019 13 commits
  7. 22 Jan, 2019 1 commit
    • Morris Jette's avatar
      GRES configuration fix · 1dd643de
      Morris Jette authored
      This fix is needed to address the GRES specification in gres.conf
      having a Type option, while the GRES specification in slurm.conf
      does not.
      1dd643de
  8. 21 Jan, 2019 5 commits
    • Morris Jette's avatar
      Fix node GRES update string parsing · 41c45f07
      Morris Jette authored
      If scontrol is used to change a node's GRES and the input string
      contains socket binding information (e.g. "gres=gpu:4(S:0),...")
      then ignore the socket binding information input. Use the binding
      as reported by slurmd in the node registration.
      41c45f07
    • Morris Jette's avatar
      Fix zero count use in node GRES string · b285edcb
      Morris Jette authored
      If a node's GRES has a count of zero (say after updating GRES counts)
      then do not print the count. Just don't report anything for that
      GRES type.
      b285edcb
    • Morris Jette's avatar
      Fix for gres logic · 96c04d29
      Morris Jette authored
      If a GRES was defined with Type information in gres.conf, but
      lacked Type information in slurm.conf, this sets up the data
      structures in slurmctld for resource allocations.
      96c04d29
    • Morris Jette's avatar
      cosmetic change for long line in code · 88ca6ff3
      Morris Jette authored
      88ca6ff3
    • Morris Jette's avatar
      use common node gres string build function · 7b627555
      Morris Jette authored
      Convert node validate logic (on node registration) in gres.c
      to use the same (new) function as is used for node gres update
      operation.
      7b627555