<div dir="ltr"><div>Yes it works on my end and on the dashboards: <a href="https://open.cdash.org/queryTests.php?project=VTK&date=2017-06-09&filtercount=1&showfilters=1&field1=testname&compare1=63&value1=TestParallelRendering">https://open.cdash.org/queryTests.php?project=VTK&date=2017-06-09&filtercount=1&showfilters=1&field1=testname&compare1=63&value1=TestParallelRendering</a><br><br></div>From my desktop:<br><div><br><img src="cid:ii_15c8d99696aa3d0b" alt="Inline image 1" height="205" width="569"><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>David E DeMarle<br>Kitware, Inc.<br>Principal Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div></div></div></div></div>
<br><div class="gmail_quote">On Fri, Jun 9, 2017 at 12:01 PM, Trevour Spencer <span dir="ltr"><<a href="mailto:trevourspencer@gmail.com" target="_blank">trevourspencer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thank you for another suggestion. Have you run it, and does it work for you?<div><br></div><div>I wonder, If I don't understand what you are recommending, or if my setup is broken and doesn't work as expected, or if the composite renderer just isn't supposed to work as I think it should.</div><div><br></div><div>I can show you the result fromĀ <span style="font-size:12.8px">Rendering/Parallel/<wbr>Testing/</span><span style="font-size:12.8px">Cxx/<wbr>TestParallelRendering.cxx in the attachment. I started it as "mpirun -n 3 ./TestParallelRendering -I" and took a screenshot of the three windows. What I need is a full sphere in the first window (process 0), made of the red, blue and green segments. But again, only the red part appears in the first window, as in the previous examples that I have tested.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Please confirm, whether you have the same result.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Cheers</span></div><span class="HOEnZb"><font color="#888888"><div><span style="font-size:12.8px">Trevour</span></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2017-06-09 15:19 GMT+02:00 David E DeMarle <span dir="ltr"><<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Try this one then. Rendering/Parallel/Testing/Cxx<wbr>/TestParallelRendering.cxx<br></div></div>Like all tests grep "Command" in the log file to show the command line used to run it. Like most tests, this one can take a "-I" argument to make it start the interaction loop rather than rendering once and finishing.<br><br></div><div>See in the test how each process uses the MPI rank to tell the polydatamapper what piece it and the pipeline behind it are responsible for. In this case the sphere source just makes its local section of the sphere mesh, but in the same way parallel aware readers know what files or data portions they are responsible for. Regardless of the pipeline, in the end the vtkCompositedSynchronizedRende<wbr>rer and Window make sure that all ranks run at the same time and that, unlike in the other examples you found, the compositer depth composites the results and gathers them to rank 0 for display.<br><br><br><br></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>