Commit bf9f2452 authored by Don Lipari's avatar Don Lipari Committed by Morris Jette
Browse files

Reset priority of system held jobs when dependency is satisfied

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.
parent 5e9dca41
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment