1. 20 Aug, 2014 1 commit
  2. 19 Aug, 2014 5 commits
  3. 18 Aug, 2014 1 commit
    • Morris Jette's avatar
      start job in highest prio partition if possible · 5d276cb5
      Morris Jette authored
      Start a job in the highest priority partition possible, even if it requires
      preempting other jobs and delaying initiation, rather than using a lower
      priority partition. Previous logic would preempt lower priority jobs, but
      then might start the job in a lower priority partition and not use the resources
      released by the preempted jobs.
      bug 1032
      5d276cb5
  4. 15 Aug, 2014 2 commits
  5. 14 Aug, 2014 3 commits
  6. 13 Aug, 2014 4 commits
  7. 12 Aug, 2014 3 commits
  8. 11 Aug, 2014 2 commits
  9. 08 Aug, 2014 6 commits
  10. 07 Aug, 2014 5 commits
  11. 06 Aug, 2014 4 commits
  12. 05 Aug, 2014 3 commits
  13. 04 Aug, 2014 1 commit
    • Morris Jette's avatar
      CPU frequency set race condition fix · 760d94a5
      Morris Jette authored
      Fix race condition in CPU frequency set with job preemption.
      When the preemptor job completed, it would notify the srun, which
      would notify the slurmctld, which could resume a preempted job.
      That preempted job could reset the CPU frequency before the
      preemptor. This change has the slurmstepd resetting a job's
      CPU frequency prior to notifying srun of completion, which
      eliminates the race condition.
      bug 1011
      760d94a5