Search

Search

Help

Page 14 of 16. Showing 160 results (0.014 seconds)

  1. Advanced Dependencies

    defines how 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…
    QubeOct 13, 2020
  2. Practical example Renderman job

    TUTORIAL' # Below defines how many Instances/subjobs the job is to spawn job['cpus'] = 1 # Below defines the internal Qube! jobtype to be used to execute…
    QubeOct 13, 2020
  3. 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…
    QubeJan 19, 2015
  4. Specifying a Worker's 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…
    QubeJan 19, 2015
  5. supervisor_flags

    responded that it's busy starting another job instance. Example supervisor_flags = enforce_password,host_recontact,retry_busy Defaults host_recontact,heartbeat_monitor…
    QubeJul 05, 2017
  6. _SimpleCMD_ParametersCinema4D

    as , e.g. 800 600 threads Specify the number of threads to use for rendering (specifying 0 means the instance uses all cores). Published by Scroll Versions from this space…
    QubeFeb 01, 2017
  7. _SimpleCMD_ParametersVRED

    to render Render Directory Specify the Directory for output Image File Basename File name without the extension, can use placeholders for the frame numbers: name.### Output Format…
    QubeFeb 01, 2017
  8. submit-agenda-timeout-job.py

    qb # This script demonstrates how to submit a job with agenda (frame) timeouts, # using a simple "cmdrange" job. # The trick is to set up a timeout value for agenda items via…
    Qube / … / PythonOct 15, 2014
  9. workerLock.py

    this script is killed by # launchctl when the user logs out #================================================================================================ def handler(signum, frame
  10. Callbacks

    ': cbCode } jobB['callbacks'] = callbacks qb.submit( [jobA, jobB] ) Each frame in JobB waits for the its corresponding frame in jobA to complete frameRange = '1-10' jobA = { 'name…
    QubeSep 14, 2018