Search
Page 5 of 12. Showing 114 results (0.016 seconds)
How to use the mental ray Distributed Bucket Render (DBR) or V-Ray Distributed Render (DR) feature with Qube!
advantage of mental ray DBR and V-Ray DR with Qube! [Prerequisites] All worker machines need to have the following installed and working properly: Qube core 5.1 or above…qbsub
condition has been met before starting. --preexec string Execute command string on the Supervisor when the job starts running. --postexec string Execute command…Packages
queuing system, the information on how to execute a job is typically a single string representing the command line to be executed on the host/Worker machines. Qube generalizes…jobSubmit07.py
files/pfx/qube/api/python'); import qb def blockUntil(job, start): ''' Configure a job to remain blocked until a certain time of day. The time value inserted…UI "Maya Job..."
: Best practise is to ensure the scene file and all of its dependant files such as textures are on network storage accessible by the workers. Project dir Tooltip - Path to Maya…Operation Overview and Examples - Server side
Typically, one would start the server by simply running: ./qubeMobileServer[.py] (or /path/to/python qubeMobileServer.py) Doing so assumes you have ssl, PyOpenSSL…Qube 6.4-5 Release Notes
. This is due to C4D needing to be run via "start" instead of "cmd.exe /C" CL 10963 @FIX: random worker crash issue on Windows ZD: 8620 CL 10934 @FIX: suppress printing of "Malformed env…Qube 6.4-4 Release Notes
: minor logging fix: "resetting start/complete time of work" now prints the work 'name' instead of 'id' for consistency and readability. CL 10833 @FIX: supervisor msi installation…How to restart the Supervisor
Linux % sudo /sbin/service supervisor restart OSX % sudo launchctl stop com.pipelinefx.supervisor % sudo launchctl start com.pipelinefx.supervisor Windows…Basic python job submission I. Single command
To begin we will go through a simple job submission. In this example, we will submit a job that runs a single command (in this case, the command "hostname") on one worker…