Search
Page 35 of 1,195. Showing 11,950 results (0.021 seconds)
KB Mentalray
What directory will my job run in?
It will run in the same directory as it was submitted in, as long as that directory is valid on the executing Worker.…Python
Examples files for Python Your Qube installation directory contains an "examples/python" subdirectory. In there, you will find a README file and several python examples. Some of those examples are explained, in depth, in the Beginner Python submission an…KB Job Submission
How to limit the number of renders on a host
The easiest thing to do is to submit your jobs with a memory reservation. The reservation will force the Supervisor to look for hosts with the requisite amount of memory before dispatching the job, and then block out (or reserve) the amount requested. Thi…Jobtypes
Examples files for Python see attached files for commented examples of Python README bootstrap.py Categories…KB Running Jobs
How do I run the same job on every host?
qbsub --flags host_list command…KB QUBEGUI
Helloworld
Examples files for Python see attached files for commented examples of Python README job.conf bootstrap.py execute.py test_submit.py…