1. 23 Mar, 2016 27 commits
  2. 22 Mar, 2016 2 commits
  3. 21 Mar, 2016 6 commits
  4. 18 Mar, 2016 4 commits
    • Morris Jette's avatar
      Added SchedulingParameters option of "bf_min_prio_reserve" · 45560872
      Morris Jette authored
      Jobs below the specified threshold will not have resources reserved for them.
      bug 2565
      45560872
    • Tim Wickberg's avatar
      Fix typo. · 886df85b
      Tim Wickberg authored
      886df85b
    • Morris Jette's avatar
      Merge branch 'slurm-15.08' · 78d1bcf8
      Morris Jette authored
      78d1bcf8
    • Morris Jette's avatar
      Fix for srun abort on SIGSTOP+SIGCONT · 1ed38f26
      Morris Jette authored
      Avoid possibly aborting srun that gets simultaneous SIGSTOP+SIGCONT while
          creating the job step. The result is that the signal hanlder gets a
          argument (the signal received) of zero.
      
      Here's a log, window 1:
      $ srun hostname
      srun: Job step creation temporarily disabled, retrying
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 18
      srun: I Got signal 0
      srun: Cancelled pending job step
      
      Window 2:
      $  kill -STOP 18696 ; kill -CONT 18696
      $  kill -STOP 18696 ; kill -CONT 18696
      $  kill -STOP 18696 ; kill -CONT 18696
      ....
      
      bug 2494
      1ed38f26
  5. 17 Mar, 2016 1 commit