1. 27 Mar, 2019 3 commits
    • Morris Jette's avatar
      gres/mps prevent possible zero divide · af461fad
      Morris Jette authored
      This should only happen if there is flawed logic somewhere, but
      avoiding an abort is better than not.
      af461fad
    • Morris Jette's avatar
      Set CUDA_VISIBLE_DEVICES if GPU count mismatch · 059e2287
      Morris Jette authored
      If the count of GPUs configured in slurm.conf and gres.conf differ
      and FastSchedule>=1 then the bitmap identifying the GPU allocation
      sent from slurmctld to slurmd will differ. Previously this resulted
      in CUDA_VISIBLE_DEVICES being set to NULL. Now it will be set correctly.
      
      bug 6725
      059e2287
    • Morris Jette's avatar
      Fix for gres/gpu count mismatch · ec0e7c8c
      Morris Jette authored
      If slurmd finds GRES with files and slurmctld can't use them
      (i.e. slurm.conf has a GRES count of 0), then avoid trying to
      create zero length bitmaps in the GRES data structure.
      bug 6725
      ec0e7c8c
  2. 26 Mar, 2019 13 commits
  3. 25 Mar, 2019 8 commits
  4. 22 Mar, 2019 10 commits
  5. 21 Mar, 2019 6 commits