...
Priority Clustering
Every job in Qube! is assigned to a cluster. This value allows a job to have a different priority based upon the hosts in its cluster. A job specified to run on a particular cluster will have a higher priority to run on those machines than a job that is not specified to run on that cluster.
Example
% qbsub --cluster /vfx sleep 100
% qbsub --cluster /vfx/char sleep 100
% qbsub --cluster /comp/nuke sleep 100
...