1. 27 Aug, 2016 1 commit
    • Morris Jette's avatar
      Fix problem updating job state_reason · fb46c84b
      Morris Jette authored
      This patch has two parts:
      1. When a job is intially submitted, the Slurm was failing to set
         an initial reason for the job not starting.
      2. After a job was submitted, it was sometimes failing to reset
         the job's reason. It was also failing to reset the "last_job_update"
         time, so something like "squeue -i1" would not get the new reason.
      bug 3025
      fb46c84b
  2. 26 Aug, 2016 2 commits
  3. 25 Aug, 2016 1 commit
    • Morris Jette's avatar
      Corrections to gres.conf parsing logic · dbfd87e4
      Morris Jette authored
      If all GRES were not defined on all nodes OR if a regular expression was used
         for a GRES file configuration (e.g. in gres.conf
         "Type=gpu Files=/dev/nvidia[0-4]"), then memory corruption was likely.
         The logic has been bad since its inception several years ago.
      dbfd87e4
  4. 24 Aug, 2016 1 commit
  5. 23 Aug, 2016 1 commit
  6. 22 Aug, 2016 2 commits
  7. 20 Aug, 2016 1 commit
  8. 19 Aug, 2016 1 commit
  9. 17 Aug, 2016 1 commit
  10. 16 Aug, 2016 4 commits
  11. 15 Aug, 2016 1 commit
  12. 12 Aug, 2016 2 commits
  13. 11 Aug, 2016 3 commits
  14. 10 Aug, 2016 5 commits
  15. 09 Aug, 2016 8 commits
  16. 08 Aug, 2016 3 commits
  17. 07 Aug, 2016 1 commit
  18. 03 Aug, 2016 1 commit
    • Morris Jette's avatar
      Make advanced reservations work properly with core specialization. · ce7a3e1c
      Morris Jette authored
      Prior logic used to create an advanced reservation based upon a core
        count would ignore the specialized cores. Then when a job tried to
        use the reservation, it would consider the specialized cores and
        not be able to use the core count used in the reservation creation.
        This change considers specialized cores when creating the reservation.
      ce7a3e1c
  19. 02 Aug, 2016 1 commit
    • Sergey  Meirovich's avatar
      Lock slurmstepd in memory · 03cf4a5d
      Sergey Meirovich authored
      If slurmstepd had been swapped out before upgrade happened it could
        easily lead to SIGBUS at any time after upgrade. Prevent that by
        mlocking it.
      bug 2334
      03cf4a5d