Search

Search

Help

Page 9 of 11. Showing 102 results (0.012 seconds)

  1. How to set up a test farm separate from your production farm

    :support@pipelinefx.com. Provide the MAC address of the test supervisor. In the absence of a license, your test supervisor will dispatch up to 2 job instances. Instruct one or more…
    QubeOct 15, 2014
  2. jobSubmit01_explained.py

    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'] = 'cmdline…
  3. Submission Interfaces

    or "false" hides the Threads per instance and Instances use all cores fields from the Qube Basics page. Any other value that is not "all" will hide the Instances use all cores field…
    QubeMar 14, 2023
  4. _SimpleCMD_QubeWorkerSelection

    && and || will also work). The 'Only 1 of a "kind" of job' checkbox will restrict a Worker to running only one instance with a matching "kind" field (see below). The prime example is After…
    QubeOct 13, 2020
  5. _SimpleCMD_QubeUIWorkerSelection

    with AND and OR (the symbols && and || will also work). The 'Only 1 of a "kind" of job' checkbox will restrict a Worker to running only one instance with a matching "kind" field (see below). The prime…
    QubeOct 13, 2020
  6. _SimpleCMD_ParametersMaxwell

    Perform a cooperative render. Setting this to co-op will create a secondary MXIMerge job that combines the finished MXI's upon completion. Make sure you set the "Instances" parameter…
    QubeNov 06, 2014
  7. Job Requirements

    in host.duty.id) Run my job only if there isn't already one of this job's instances running on it job.kind = 'test' (or any other value, your choice...) not(job.kind in host.duty.kind…
    QubeJan 13, 2015
  8. System-Wide Resource Tracking

    of a license across multiple instances on the same host; Nuke's nukeR and Houdini's hbatch licenses are examples of "shared per-host" licenses. If the license is "shared per-host", then you…
    QubeOct 28, 2015
  9. Creating a new SimpleCmd

    that returns an array of SimpleCmd instances. For testing purposes, add an if __name__ == '__main__': so the submission dialog can be launched directly by running Python _script.py. Here…
    QubeOct 15, 2014
  10. Basic python job submission I. Single command

    ! job. This is the name that will be # displayed in the GUI and through the command line tools job['name'] = 'python test job' # Below defines how many Instances
    QubeOct 13, 2020