Search

Search

Help

Page 5 of 6. Showing 58 results (0.016 seconds)

  1. Preference Fields

    ) Job expansion allows a job to auto-expand to fill all idle worker slots. A job instance count of -1 will be interpreted as an expanding job. Not recommended on very large farms…
    Qube 6.4May 10, 2013
  2. 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…
    Qube 6.4Apr 15, 2013
  3. 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…
  4. UI "Maxwell Render Job..."

    manually the location of Maxwell.exe on the workers 3 - maxwell common.png Enable coOp Renders Tooltip - Perform a cooperative render. Make sure you set the "Instances
    Qube 6.4Sep 04, 2013
  5. What does a job CPUs, a job's subjobs, and the Host Resource "host.processors" mean with respect to Machine Cores?

    launches, Qube is executing an instance of an application, which may be a simple command line, or it may be an elaborate interactive session with Maya (Maya Job Type…
    Qube 6.4Nov 05, 2012
  6. QAV Preferences

    QAV_preferences_columns.png The columns tab allows you to add, remove, arrange, and customize columns displayed in the GUI. It has sub-tabs for each of the main lists in the GUI - Jobs, Instances
    Qube 6.4May 17, 2013
  7. Job Detail Panels

    The Timeline shows a "Gantt-style" graph representing each Instance/Subjob (or Process) and the Frames along a timeline. The wider bar represents individual frames. The thin horizontal…
    Qube 6.4May 23, 2013
  8. Writing job logs directly to a shared network filesystem

    a .out file (there will be 1 per job instance). There should probably also be a .err file. These are written by the worker. if no .out or .err files exist, or the .out does…
    Qube 6.4Mar 01, 2013
  9. Basic python job submission I. Single command

    test job' # Below defines how many Instances/subjobs the job is to spawn. Because we # will be running only a single command, there is no need to request more than 1…
    Qube 6.4May 24, 2013
  10. Package_explained.py

    ) TUTORIAL' # Below defines the internal Qube! jobtype to be used to execute the job job['prototype'] = 'cmdrange' # Below relates to "instances" in the internal…