<div dir="ltr"><div>Hi Mark,</div><div><br></div><div>If you want to create images from Catalyst runs you'll probably want to build the ParaView that you're linking to with either OSMesa or EGL (and Qt disabled). This gets around needing the X context for rendering since I believe running with offscreen enabled is not sufficient. EGL comes with most of the NVIDIA drivers -- see <a href="https://blog.kitware.com/off-screen-rendering-through-the-native-platform-interface-egl/">https://blog.kitware.com/off-screen-rendering-through-the-native-platform-interface-egl/</a> for how to build PV with it. If you want to go the OSMesa route I'd recommend using the ParaView superbuild (<a href="https://gitlab.kitware.com/paraview/paraview-superbuild">https://gitlab.kitware.com/paraview/paraview-superbuild</a>) to build it for you.<br></div><div><br></div><div>Does this answer your question? I just got back from vacation and am trying to catch up on more things than my brain can currently handle so let me know if you have more questions.</div><div><br></div><div>Best,</div><div>Andy<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, May 28, 2018 at 11:25 AM Mark Olesen <<a href="mailto:Mark.Olesen@esi-group.com">Mark.Olesen@esi-group.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For the mailing list, since this must probably be a FAQ (even if I seem <br>
to find the answer in the usual places).<br>
<br>
I would like to have paraview rendering in parallel for a simulation <br>
with catalyst. For simplicity, I'm fiddling about on a local <br>
workstation, but would like to generalize later. it should work without <br>
live visualization enabled, or requiring a GUI to connect.<br>
<br>
I'd presume using something like the following<br>
<br>
mpirun -np 12 pvserver --server-port=123456 --force-offscreen-rendering<br>
<br>
would be setup a parallel rendering session as usual. However, after <br>
scouring docs there doesn't seem to be an obvious way to connect this <br>
within catalyst (without a GUI).<br>
<br>
The only access point that I seem to find is to define an MPI <br>
communicator for initializing catalyst after some how (some hand-waving <br>
here) querying a pvserver connection for its host topology and defining <br>
an appropriate communicator.<br>
<br>
Cheers,<br>
<br>
/mark<br>
_______________________________________________<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/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/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=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div>