- Fri Apr 28, 2006 9:33 am
#145455
I am trying to get distributed cooperative rendering working, and although it does seem to run and all machines involved do end with "Success", the image that is produced seems to be the same as if a single machine had done the render.
Here is the image produced by a single machine that runs to SL10:
http://funkytroll.com/temp/single_machine.bmp
Here is the image produced by five machines that all run to SL10:
http://funkytroll.com/temp/multi_machine.bmp
Although their noise patterns are different, it seems clear that they are both the same quality, whereas 5x SL10 should at least be somewhat better than 1x SL10.
It is obvious from the amount of time taken that all five machines have, in fact, computed an SL10 image, so something is not working properly in the merge step. Do you have to do something special to get the merge step to work? It seems like I am getting the result of just a single farm machine's render, instead of the combination of all five. I'm specifying the option
- Casey
Here is the image produced by a single machine that runs to SL10:
http://funkytroll.com/temp/single_machine.bmp
Here is the image produced by five machines that all run to SL10:
http://funkytroll.com/temp/multi_machine.bmp
Although their noise patterns are different, it seems clear that they are both the same quality, whereas 5x SL10 should at least be somewhat better than 1x SL10.
It is obvious from the amount of time taken that all five machines have, in fact, computed an SL10 image, so something is not working properly in the merge step. Do you have to do something special to get the merge step to work? It seems like I am getting the result of just a single farm machine's render, instead of the combination of all five. I'm specifying the option
Code: Select all
where w is a drive mapped on all the machines to point to a single server directory. It is the same directory that houses the .mxs. The multi_machine.mxi is produced, but as shown, it does not appear to actually be the composite, but rather perhaps just the result of a single machine's rendering, discarding the results of the other four.-mxi:"w:\temp\multi_machine.mxi"
- Casey