|
|
I have certain lengthy rendering jobs that i want to render in parallel on a
group of machines running Linux. As the jobs require certain function to be
added to povray source, i think i can use only versions 3.5 or 3.6. The Linux
machines are identical and have a common file system, so they can all do I/O to
the same folder. This is preferred over sending chunks of input and output
between machines as the input data is very large.
Can somebody suggest the best patch (or any other alternative) to get the job
done? I did try pvmpov, but its stable version only support povray 3.1
Thanks
Nithin
Post a reply to this message
|
|
|
|
"Nithin" <nomail@nomail> wrote:
> I have certain lengthy rendering jobs that i want to render in parallel on a
> group of machines running Linux. As the jobs require certain function to be
> added to povray source, i think i can use only versions 3.5 or 3.6. The Linux
> machines are identical and have a common file system, so they can all do I/O to
> the same folder. This is preferred over sending chunks of input and output
> between machines as the input data is very large.
>
> Can somebody suggest the best patch (or any other alternative) to get the job
> done? I did try pvmpov, but its stable version only support povray 3.1
>
> Thanks
> Nithin
I use Christoph Hormann's POV-Anywhere scripts to distribute renders:
http://www.imagico.de/povany/index.html
If you try them, be careful of the filenames that you create. The scripts use
very unsafe pattern matching when parsing files, so "01.ini" and "01a.ini" are
treated as the same file.
Post a reply to this message
|
|