Differences
This shows you the differences between two versions of the page.
habrok:advanced_job_management:job_prioritization [2020/12/22 10:08] – external edit 127.0.0.1 | habrok:advanced_job_management:job_prioritization [2024/01/15 10:48] (current) – camarocico | ||
---|---|---|---|
Line 14: | Line 14: | ||
(PriorityWeightPartition) * (partition_factor) | (PriorityWeightPartition) * (partition_factor) | ||
(PriorityWeightQOS) | (PriorityWeightQOS) | ||
- | (possibly some more advanced factors that are not relevant for Peregrine) | + | (possibly some more advanced factors that are not relevant for Habrok) |
</ | </ | ||
All the factors in these formulas are floating point numbers between 0.0 and 1.0, while the weights are integer values that determine how important these factors should be considered. | All the factors in these formulas are floating point numbers between 0.0 and 1.0, while the weights are integer values that determine how important these factors should be considered. | ||
- | On Peregrine | + | On Habrok |
< | < | ||
- | PriorityWeightAge=5000 | + | PriorityWeightAge=2500000 |
- | PriorityWeightFairshare=100000 | + | PriorityWeightFairshare=10000000 |
PriorityWeightJobSize=0 | PriorityWeightJobSize=0 | ||
PriorityWeightPartition=0 | PriorityWeightPartition=0 | ||
- | PriorityWeightQOS=0 | + | PriorityWeightQOS=1000000 |
</ | </ | ||
This means that the priority of a job is mainly determined by a fairshare component and a little bit by its age.\\ | This means that the priority of a job is mainly determined by a fairshare component and a little bit by its age.\\ |