<div dir="ltr"><div><div>Hi,<br><br></div><div>In the ParaView GUI you can set the Remote Render Threshold (under Edit->Settings...->Render View) to a very large number to ensure that all rendered data gets delivered to the client for rendering. In general this is a bad way to do things though since that can use a lot of bandwidth and memory.<br></div><div><br></div>If you are trying to just have a single render view in Catalyst with a parallel run, I don't think it's possible to get just a single window. You either need to have a window for each MPI process or no windows at all. For no windows at all you will need to use either OSMesa or EGL for offscreen rendering.<br><br></div>--Andy<br><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 15, 2017 at 3:49 AM, Lukáš Kresta <span dir="ltr"><<a href="mailto:lukas.kresta@gmail.com" target="_blank">lukas.kresta@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">I generated python script for Catalyst from Paraview. When I run my code with MPI, I get render window for every MPI process. But i want to have only one window for all MPI processes.<div><br></div><div>I already tried have script for view only on root and on another only script for live visualization (without view), but I still get view for every MPI process.</div><div><br></div><div>Have someone some idea how to "fix" my problem? </div></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>