1. 24 May, 2012 3 commits
  2. 23 May, 2012 4 commits
  3. 22 May, 2012 1 commit
  4. 16 May, 2012 5 commits
  5. 11 May, 2012 1 commit
  6. 10 May, 2012 1 commit
  7. 09 May, 2012 2 commits
    • Don Lipari's avatar
      Reset priority of system held jobs when dependency is satisfied · 9e9298b1
      Don Lipari authored
      The symptom is that SLURM schedules lower priority jobs to run when higher priority, dependent jobs have their dependencies satisfied.  This happens because dependent jobs still have a priority of 1 when the job queue is sorted in the schedule() function.  The proposed fix forces jobs to have their priority updated when their dependencies are satisfied.
      9e9298b1
    • Don Lipari's avatar
      Reset priority of system held jobs when dependency is satisfied · bf9f2452
      Don Lipari authored
      The symptom is that SLURM schedules lower priority jobs to run when higher priority, dependent jobs have their dependencies satisfied.  This happens because dependent jobs still have a priority of 1 when the job queue is sorted in the schedule() function.  The proposed fix forces jobs to have their priority updated when their dependencies are satisfied.
      bf9f2452
  8. 04 May, 2012 1 commit
  9. 03 May, 2012 1 commit
    • Matthieu Hautreux's avatar
      Fix segv in slurmctld for job step with relative option · 9bb178c3
      Matthieu Hautreux authored
      Here is the way to reproduce it :
      [root@cuzco27 georgioy]# salloc -n64 -N4 --exclusive
      salloc: Granted job allocation 8
      [root@cuzco27 georgioy]#srun -r 0 -n 30 -N 2 sleep 300&
      [root@cuzco27 georgioy]#srun -r 1 -n 40 -N 3 sleep 300&
      [root@cuzco27 georgioy]# srun: error: slurm_receive_msg: Zero Bytes were transmitted or received
      srun: error: Unable to create job step: Zero Bytes were transmitted or received
      9bb178c3
  10. 02 May, 2012 1 commit
  11. 27 Apr, 2012 2 commits
  12. 26 Apr, 2012 2 commits
  13. 24 Apr, 2012 1 commit
  14. 23 Apr, 2012 2 commits
  15. 20 Apr, 2012 1 commit
  16. 18 Apr, 2012 1 commit
  17. 17 Apr, 2012 3 commits
  18. 12 Apr, 2012 1 commit
  19. 10 Apr, 2012 4 commits
  20. 09 Apr, 2012 1 commit
  21. 03 Apr, 2012 2 commits