Author Topic: Still image distributed across the farm using Qube!  (Read 4750 times)

dball

  • Full Member
  • ***
  • Posts: 13
Still image distributed across the farm using Qube!
« on: May 11, 2009, 08:58:35 PM »
Currently we render still images via the command line in OS X using Mental Ray standalone . The command would look something like /Applications/Autodesk/mentalray3.5.6/bin/mentalrayrender -v 5 /mr_files/render_this.mi.
This will take my file 'render_this.mi' then read the IP address in the .rayhosts file and use all those machines to render the single image.
I would like this same behavior when I submit the job to Qube!, is this possible? I'm aware you can use MR satellite, but that's limited to 8 cpu's I need to use our 25 standalone licenses.
Thanks for your help.

Dave Ball

shinya

  • Administrator
  • *****
  • Posts: 232
Re: Still image distributed across the farm using Qube!
« Reply #1 on: May 12, 2009, 01:00:46 AM »
Hi Dave,

The mentalray jobtype does indeed support standalone satellite renders, using arbitrarily many nodes.  It will automatically allocate nodes and use the "-hosts" option to the "mentalrayrender" command. 

For example, if you want to use 25 nodes, then on submission, you will want to set the "CPUs" field to, 25, and then also set the "reservations" field to "host.processors=1+" to make sure that each node will only take one subjob.


dball

  • Full Member
  • ***
  • Posts: 13
Re: Still image distributed across the farm using Qube!
« Reply #2 on: May 12, 2009, 03:39:59 PM »
Shinya,

Thanks for the reply. Can you just clarify, in your example those 25 nodes will all be contributing towards rendering a single still image. I'm not looking to render 25 frames, just one very large print image using 25cpus.
If that's correct then fantastic I can push forward with Qube!

Dave