I'm using pov-ray (Rendering tool) in Linux. I've to parallelize my code so I can use 10 computers at the same time for rendering, I've to use torque_pbs to accomplish this task. I have an idea how to divide the pixels with the number of processes and all. But the problem is I don't know how to send chunks of pixels as a pbs_job to other computers and I also don't know how to combine the outputs from different machines into one big picture ?
All I know is that, I've to write one bash script for this.