Search

Search

Help

Page 3 of 6. Showing 58 results (0.012 seconds)

  1. Basic Installation Verification

    will run up to 2 job instances without a license. See License Installation if you have a license key to install. Test the supervisor connectivity Use the WranglerView Administration…
    Qube 6.4Jan 09, 2013
  2. Basic_Dependancy.py

    = {} # Below defines the name of the Qube! job job['name'] = 'python parent job' # Below defines how many Instances/subjobs the job is to spawn job['cpus…
    Qube 6.4 / … / Basic dependenciesApr 11, 2013
  3. Renderman_demo.py

    many Instances/subjobs the job is to spawn job['cpus'] = 1 # Below defines the internal Qube! jobtype to be used to execute the job job['prototype'] = 'cmdrange…
    Qube 6.4 / … / Practical example Renderman jobApr 12, 2013
  4. Advanced_Dependancy.py

    this script job['label']= 'ParentLabel' # Below defines the name of the Qube! job job['name'] = 'python parent job' # Below defines how many Instances
    Qube 6.4 / … / Advanced DependenciesApr 12, 2013
  5. Frame and Subjob Process Timeouts

    . This addresses the occasions when there are possible "runaway" frames or job instances that take way longer than expected due to renderer hangs, system memory thrashing, or other causes…
    Qube 6.4Jan 10, 2014
  6. Scoped Resources

    as well. For example, a site may have a certain number of software licenses, and be restricted to running only one instance of the software per host. Therefore, the scoped resource…
    Qube 6.4Oct 18, 2012
  7. QubeArtistView Layout Overview

    in this pane. By switching tabs, you can ex-amine a job's Instances or its agenda items (frames). QubeArtistView is Written in PyQT . It uses a plugin type architecture to generate…
    Qube 6.4May 23, 2013
  8. Job Layout Overview

    can be filtered, sorted and selected. Component Pane Examine the job components in this pane. By switching tabs, you can ex-amine a job's Instances/subjobs or its agenda items…
    Qube 6.4Oct 16, 2012
  9. Specifying a worker's number of job slots

    The maximum number of job instances that a Worker can run is specified by the worker_cpus parameter. This value can be set in either the worker's local qb.conf file…
    Qube 6.4Feb 27, 2013
  10. Basic python job submission II. Frames

    the frame number' # This time, we will request 4 instances (previously known as subjobs). # By requesting 4 instances, assuming there are 4 open slots on the farm, # up to 4 agenda…
    Qube 6.4Apr 15, 2013