Search
Page 3 of 6. Showing 58 results (0.012 seconds)
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…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…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…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…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…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…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…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…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…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…