Search

Search

Help

Page 1 of 8. Showing 79 results (0.011 seconds)

  1. 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…
    Qube 6.4May 23, 2013
  2. 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…
    Qube 6.4Jan 30, 2014
  3. 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…
  4. 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…
    Qube 6.4Oct 15, 2012
  5. 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…
    Qube 6.4Jan 30, 2014
  6. Cluster priority evaluation.png

  7. 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…
    Qube 6.4Oct 18, 2012
  8. 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…
    Qube 6.4 / … / PerlNov 08, 2012
  9. 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…
    Qube 6.4Oct 18, 2012
  10. 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)…
    Qube 6.4Oct 18, 2012