Search

Search

Help

Page 14 of 16. Showing 155 results (0.024 seconds)

  1. 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…
    Qube / … / HelloworldOct 15, 2014
  2. 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…
    QubeNov 20, 2014
  3. 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…
    QubeNov 12, 2014
  4. _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
    QubeOct 31, 2014
  5. _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…
    QubeOct 15, 2014
  6. 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…
    QubeOct 15, 2014
  7. _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…
    QubeFeb 01, 2017
  8. 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
    QubeFeb 01, 2017
  9. 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…
  10. API Functions

    qbdecodepackage Purpose Decodes job package from encoded string to data structure. Prototype QbString qbdecodepackage(const QbString& src) qberror…
    QubeFeb 16, 2017