Search
Page 1 of 8. Showing 79 results (0.011 seconds)
Priority
The priority algorithm is a numeric priority queue. Normally, the priorities are established such that lower values are considered to have higher priority. For example…Job Priority
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…Cluster priority evaluation
Job 1500 - cluster /B, priority 1 Job 1400 - cluster /B, priority 9999 Job 1300 - cluster /A, priority 1 Job 1200 - cluster /A, priority 9999 / ( root) cluster Job 1500…Clustering and how it relates to job priority
, clusters can contain other clusters. Clusters can also contain Workers and jobs. This is the key to Qube's priority scheme. Workers belong to 1 and only 1 cluster. Jobs…How clustering affects priority and worker selection for jobs
A diagram showing how the same 4 jobs have their priority sorted differently depending on which cluster the job and worker are each in. Workers in the / cluster (also…Cluster priority evaluation.png
supervisor_max_priority
Synopsis supervisor_max_priority = priority Priority is the maximum numeric priority the Supervisor will allow users to specify. Jobs which are set above this number…qbsub.pl
. # ##################################################################################### # # # use lib $ENV{"QBDIR"}."/api/perl"; use lib "../../api/perl"; use qb; use Getopt::Long; my ($help, $priority, $cluster, $cpus, $export); my $result = GetOptions( "help…Job Preemption
Preemption is the mechanism by which the system tries to reach an equilibrium state where all jobs are running in the correct priority order. This equilibrium can…client_priority
Synopsis client_priority = priority Client application will use priority as the default priority if not directly specified. Example client_priority = 10 Defaults (empty)…