Search

Search

Help

Page 17 of 47. Showing 469 results (0.013 seconds)

  1. How to Install Qube from the command line

    $-WIN32-WIN32-5.0-x86.msi Replace $version$ with relevant details See also Using the kickstart file…
    QubeOct 11, 2020
  2. I'm working on a Job Type, and I want to run a different version of Perl or Python?

    User mode: Set the user's PATH environment variable to point to the version of the scripting language you prefer Proxy mode: the proxy user's PATH environment variable to point to the version of the scripting language you prefer…
    QubeOct 15, 2014
  3. I want to install 3DS Max in a nonstandard location. How do I inform the Job Type?

    Edit the default_3dsmax_locations in the jobtypes/3dsmax/job.conf file…
    QubeOct 15, 2014
  4. jobSubmit05.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): # # set up the first job # job = {} job['name…
    Qube / … / PythonOct 15, 2014
  5. jobSubmit04.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'python parent job' job['cpus'] = 2…
    Qube / … / PythonOct 15, 2014
  6. Advanced Dependencies

    for linking jobs Give example of Dependency linking to JobLabel Shows correct dependency graph in the Qube! GUI Feel free to download and run the script below. It sets up a job
    QubeOct 13, 2020
  7. _qubeuiPanelJobsDescription

    The Jobs Panel allows you to view and manage lists of jobs submitted to the Qube! farm. Selecting a job in a Jobs Panel will load related data into the other panels…
    QubeOct 13, 2020
  8. qbjobs

    List jobs Description qbjobs displays a list of currently active jobs in the Qube queueing system software. Usage qbjobs [options] [JobID…|0] where JobID is one…
    QubeFeb 01, 2017
  9. _qubeuiPanelJobInternalsDescription

    The Job Internals Panel provides more detailed information about a job. It is separated into four tabs, Job Package, Job Details, Job Callbacks and Job History. Job Package…
    QubeOct 13, 2020
  10. Renderman_demo.py

    (): # ----------------Start creation of Parent Job---------------------------------------- # Below defines an empty list for combining all tasks in the dependancy chain task…
    Qube / … / Practical example Renderman jobOct 15, 2014