Search
Page 14 of 16. Showing 155 results (0.024 seconds)
test_submit.py
test job' # here's the data we actually want to send to the worker to echo back to us job['package']['testString'] = 'At hostname %s the time at the tone is %s…qbblock
Forces a job to quit, and suspend its execution on the farm Description qbblock requests the Supervisor to suspend a job by immediately killing it, and marking…qbunblock
on the farm. Usage qbunblock [options] jobID… | 0 where JobID is one or more job IDs, and 0 is a wild card token representing all the user's jobs. Options Option…_SimpleCMD_QubeFrameRangeWithChunk
render the selected frames 1,3,7,10 Execution How to break up frame range to be executed. Use QB_START_FRAME, QB_END_FRAME and QB_FRAME_NUMBER When submitting a job to the farm…_jobLabels
to a strict naming convention when submitting to the farm. To solve this, Qube uses its process group job attribute in combination with the job's label. The only prerequisite…Render errors that say "file not found." when using UNC paths.
is a description of where to find the scenefile and where to write the output. This description must remain consistent across your farm, or the job will fail. For example, if you…_smartShare
on the farm. As other users begin to submit jobs as well, a user's job will shrink to allow for a more "balanced" usage of the farm between jobs. No job will shrink below its…SmartShare
SmartShare, below). The administrator can specify a default and a maximum value for max_cpus. Jobs will expand to their max_cpus value if there are enough empty slots on the farm…Package_explained.py
data job['cpus'] = 1 # Below defines the priority the job should be submitted with job['priority'] = 9999 # Below creates an empty package…API Functions
qbdecodepackage Purpose Decodes job package from encoded string to data structure. Prototype QbString qbdecodepackage(const QbString& src) qberror…