Static priority fairshare assigns resources to the user with the most shares. Resource usage is ignored.
To implement static priority fairshare, edit lsb.params and set all the weighting factors used in the dynamic priority formula to 0 (zero).
The results is: dynamic priority = number_shares / 0.01 (if the denominator in the dynamic priority calculation is less than 0.01, LSF rounds up to 0.01)
If two users compete for resources, the most important user’s job always runs first.