File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ with a weight and the resulting values combined to produce a priority for the jo
231
231
The current job priority formula on Tursa is:
232
232
233
233
```
234
- Priority = [10000 * P(QoS)] + [500 * P(Age)] + [300 * P(Fairshare)]
234
+ Priority = [10000 * P(QoS)] + [672 * P(Age)] + [374 * P(Size )] + [300 * P(Fairshare)]
235
235
```
236
236
237
237
The priority factors are:
@@ -241,6 +241,7 @@ The priority factors are:
241
241
QoS a value of 1.
242
242
- P(Age) - The priority based on the job age normalised to a value between 0 and 1.
243
243
The maximum raw value is 14 days (where P(Age) = 1).
244
+ - P(Size) - The priority based on the job size normalised to a value between 0 and 1.
244
245
- P(Fairshare) - The fairshare priority normalised to a value between 0 and 1. Your
245
246
fairshare priority is determined by a combination of your budget code fairshare
246
247
value and your user fairshare value within that budget code. The more use that
You can’t perform that action at this time.
0 commit comments