Search
Page 17 of 47. Showing 469 results (0.013 seconds)
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…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…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…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…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…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…_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…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…_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…Renderman_demo.py
(): # ----------------Start creation of Parent Job---------------------------------------- # Below defines an empty list for combining all tasks in the dependancy chain task…