1. 29 Jan, 2019 2 commits
  2. 28 Jan, 2019 4 commits
  3. 27 Jan, 2019 1 commit
  4. 26 Jan, 2019 4 commits
  5. 25 Jan, 2019 11 commits
  6. 24 Jan, 2019 1 commit
  7. 23 Jan, 2019 13 commits
  8. 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
  9. 21 Jan, 2019 3 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