Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Numerical Priority
Every job in Qube is assigned a numeric priority. Priority 1 is higher than priority 100. This is similar to 1st place, 2nd place, 3rd place, etc. The default priority assigned to a job is 9999.
Example
% qbsub --priority 10 sleep 100
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
Note: A more complete description of this clustering system is located in the Administrating Qube guide.

  • No labels