1. 29 May, 2012 1 commit
  2. 24 May, 2012 3 commits
  3. 23 May, 2012 4 commits
  4. 22 May, 2012 1 commit
  5. 16 May, 2012 5 commits
  6. 11 May, 2012 1 commit
  7. 10 May, 2012 1 commit
  8. 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
  9. 04 May, 2012 1 commit
  10. 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
  11. 02 May, 2012 1 commit
  12. 27 Apr, 2012 2 commits
  13. 26 Apr, 2012 2 commits
  14. 24 Apr, 2012 1 commit
  15. 23 Apr, 2012 2 commits
  16. 20 Apr, 2012 1 commit
  17. 18 Apr, 2012 1 commit
  18. 17 Apr, 2012 3 commits
  19. 12 Apr, 2012 1 commit
  20. 10 Apr, 2012 4 commits
  21. 09 Apr, 2012 1 commit
  22. 03 Apr, 2012 1 commit