I want to run two slaves in one machine, one rendering gpu, one rendering cpu, but It’s tedious to create each one machine,
I want to use Python to do this, but there is no relevant content in the help manual.
can you help me ?
thank you!
good luck!
cmoore
December 24, 2018, 3:47pm
2
To launch a new slave you can use deadlinecommand or deadline scripting.
Example:
“C:\Program Files\Thinkbox\Deadline10\bin\deadlinecommand.exe” -help
“C:\Program Files\Thinkbox\Deadline10\bin\deadlinecommand.exe” RemoteControl [machineName] LaunchNewSlave “New”
Replace [machineName] with the machine you want to start a new slave on.
You can use SlaveUtils in Deadline Scripting to send remote commands to slaves as well.
https://docs.thinkboxsoftware.com/products/deadline/10.0/2_Scripting%20Reference/class_deadline_1_1_scripting_1_1_slave_utils.html
Regards,
Charles
how to seup it in monitor windows?