1. 22 Aug, 2016 3 commits
    • Morris Jette's avatar
      Add job info fields · 772a55b4
      Morris Jette authored
      Add job burst_buffer_state and delay_boot fields to scontrol and squeue
          output. Also add ability to modify delay_boot from scontrol.
      772a55b4
    • Morris Jette's avatar
      Add job option of --delay-boot · 257ec543
      Morris Jette authored
      Add salloc, sbatch and srun option of --delay-boot=<time>, which will
          temporarily delay booting nodes into the desired state for a job in the
          hope of using nodes already
      257ec543
    • Morris Jette's avatar
      Add job admin comment field · 5f23a6e8
      Morris Jette authored
      Add job AdminComment field which can only be set by a Slurm administrator.
      5f23a6e8
  2. 21 Aug, 2016 1 commit
  3. 20 Aug, 2016 1 commit
  4. 19 Aug, 2016 1 commit
  5. 17 Aug, 2016 1 commit
  6. 16 Aug, 2016 4 commits
  7. 15 Aug, 2016 1 commit
  8. 12 Aug, 2016 2 commits
  9. 11 Aug, 2016 3 commits
  10. 10 Aug, 2016 6 commits
  11. 09 Aug, 2016 9 commits
  12. 08 Aug, 2016 3 commits
  13. 07 Aug, 2016 1 commit
  14. 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
  15. 02 Aug, 2016 3 commits