1. 04 Aug, 2014 3 commits
    • Morris Jette's avatar
      refactor job step delete logic · 4f2b7d3d
      Morris Jette authored
      Call delete_step_records() before clearing the job's JOB_COMPLETING
      state flag. This would make a difference in the case of jobs automatically
      requeued based upon their exit code, but probably not in other cases.
      Also in the select plugins, check not only for a job state of JOB_COMPLETING,
      but also FINISHED states. In either case, we are not in a position to
      gracefully clean up the step.
      4f2b7d3d
    • Morris Jette's avatar
      Purely cosmetic mods, comments, etc. · 67fd6876
      Morris Jette authored
      67fd6876
    • 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
  2. 02 Aug, 2014 1 commit
  3. 01 Aug, 2014 11 commits
  4. 31 Jul, 2014 5 commits
  5. 30 Jul, 2014 9 commits
  6. 29 Jul, 2014 11 commits