1. 31 Dec, 2018 5 commits
  2. 29 Dec, 2018 32 commits
  3. 28 Dec, 2018 3 commits
    • Danny Auble's avatar
      Merge remote-tracking branch 'origin/slurm-18.08' · 7df24406
      Danny Auble authored
      # Conflicts:
      #	src/slurmctld/read_config.c
      7df24406
    • Morris Jette's avatar
      Continuation of 1bceb1d9 · 9872881d
      Morris Jette authored
      Bug 6302
      Bug 6229
      9872881d
    • Morris Jette's avatar
      validate job gres on slurmctld restart · 387e3978
      Morris Jette authored
      this new function adds logic to validate that a job's gres request is
      still valid after slurmctld restart or reconfiguration. specifically
      if a job allocation includes GRES associated with specific Files then
      kill the job if the GRES count changes (say the job is allocated GPUs
      and the slurmctld configuration changes to remove those GPUs, so the
      job and node bitmaps are different sizes).
      387e3978