Search

Search

Help

Page 1 of 7. Showing 62 results (0.005 seconds)

  1. 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…
  2. How to use clustering for workers

    Let’s say you wish to partition your rener farm into 2 departments, post and promo. Qube! supports the idea of partitioning your render farm into "clusters". You can…
    Qube 6.4Jan 30, 2014
  3. Clustering and how it relates to job priority

    Qube! makes use of a concept it calls "clusters". The clusters in a Qube farm are laid out in a tree-like structure, much like a directory tree where files are kept on disk…
    Qube 6.4Oct 15, 2012
  4. 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
  5. Cluster priority evaluation.png

  6. Job Priority

    . 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…
    Qube 6.4Jan 30, 2014
  7. How do I set a worker up as a private or testing platform?

    the supervisor. What you want to do is to set the worker up so that it's in a certain cluster and will only accept jobs that are in that cluster, and then to submit jobs…
    Qube 6.4Apr 12, 2013
  8. but what if I want each client to only submit to a specific group?

    To do that, you would need to go back to the cluster, establish worker restrictions, then set the client cluster to submit jobs to the appropriate cluster. 1. You will need…
    Qube 6.4Nov 05, 2012
  9. cluster.pm

    fields for the job hash: # # id, pid, pgrp, priority, user, status, name, label, cluster, cpus, prototype, # requirements, reservations, restrictions, account…
    Qube 6.4 / … / Supervisor AlgorithmsNov 08, 2012
  10. 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