You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Our park is made of machines with different core count.
We can't make dispatching rules based on a fixed number of cores to have only one job per machine,
some machines will still pick up 2 jobs.
Describe the solution you'd like
As in many render engines, we should be able to set a negative core requirement.
minCores=8 > reserve 8 cores
minCores=0 > reserve all cores
minCores=-2 > reserve all cores minus 2
Describe alternatives you've considered
As an alternative, we can put hosts in different allocation groups according to their resources.
But it makes handling jobs quite tedious.
The text was updated successfully, but these errors were encountered:
Sure, I'll give you the proper branches to try it out when I'm back home tonight.
You'll need to build cuebot and use my updated cuesubmit branch to test it out.
So far we've been successful with this implementation
Is your feature request related to a problem? Please describe.
Our park is made of machines with different core count.
We can't make dispatching rules based on a fixed number of cores to have only one job per machine,
some machines will still pick up 2 jobs.
Describe the solution you'd like
As in many render engines, we should be able to set a negative core requirement.
Describe alternatives you've considered
As an alternative, we can put hosts in different allocation groups according to their resources.
But it makes handling jobs quite tedious.
The text was updated successfully, but these errors were encountered: