Page 1 of 1

How to set the GPU number in comand?

Posted: Thu Sep 05, 2013 9:12 am
by renmaxhb
How to set the GPU number in comand?

How to set the GPU number in comand?

Posted: Thu Sep 05, 2013 9:17 am
by JimStar
renmaxhb wrote:How to set the GPU number in comand?
You can look at all possible batch command line switches by using -h switch.

Re: How to set the GPU number in comand?

Posted: Thu Sep 05, 2013 10:16 am
by renmaxhb
"c:\Program Files\Autodesk\Maya2013\bin\Render.exe" -renderer octane -rd "\\SERV03\projct\SJL\images\CP07_10" "\\SERV03\projct\SJL\scenes\CP07_10\render\CP07_10_Octane.mb"


can you give me a example?

Re: How to set the GPU number in comand?

Posted: Fri Sep 06, 2013 2:11 am
by JimStar
renmaxhb wrote:can you give me a example?

Code: Select all

render -verb -renderer octane -gpu1 on -gpu2 off -of gif -cam camera1 -s 1 -e 3 -smp 8000 -v on "c:\MayaScenes\SomeScene.mb"

Re: How to set the GPU number in comand?

Posted: Fri Sep 06, 2013 6:22 am
by renmaxhb
Thanks!