<div dir="ltr"><div><div><div><div>Hi Ufuk,<br><br></div>I haven't heard of any issues like this. Do you get similar behavior on the machine when running ParaView with a separate, connected pvserver? <br><br></div>If you have an NVIDIA card you may be able to use their EGL libs for offscreen rendering (i.e. no x-windows needed). See the blog post at <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>. <br><br></div>Best,<br></div>Andy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 2, 2016 at 5:22 AM, Ufuk Utku Turuncoglu (BE) <span dir="ltr"><<a href="mailto:u.utku.turuncoglu@be.itu.edu.tr" target="_blank">u.utku.turuncoglu@be.itu.edu.tr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I am trying to run a parallel code with co-processing support but when i run the code, it is hanging without opening x-window and writing the png files. In this case, i could not use or interact with any other app with GUI such as firefox, terminal etc. It seems that it affects the GNOME. On the other hand, if i connect to machine remotely via ssh and kill the MPI process than the machine back to the normal and i could interact with terminal and other apps with GUI nornally. The system has Centos (7.1) operating system along with ParaView 5.2.0RC3 (BTW, i compiled ParaView from source). In this case, i am just running the code with standard mpirun command as follows,<br>
<br>
mpirun -np 16 ./main.x<br>
<br>
to find the source of the problem, i included strace command to the mpirun like following<br>
<br>
mpirun -np 16 strace ./main.x<br>
<br>
and it runs without any problem and produces desired output. So, at this point i am little bit confused and i just wonder that is there anybody else had similar issue before. Strace somehow solves the problem but i don't know how. It seems that it is related with the system because same code runs without any problem under MacOS. I also compiled code with ParaView 5.1 and it also hangs. The standard allinputsgridwriter.py is working without any problem and writes the data to disk. So, somehow it is related with the system (probably GNOME) or the ParaView installation.<br>
<br>
Another question is that is there any way to prevent opening x-window and still getting advantage of having GPU in this case? The code only writes the result in png format. So, i need installation for headless server (without any screen attached) but i am not sure. I think that it requires special configuration options for the ParaView installation. So, please let me know also about those special options.<br>
<br>
Regards,<br>
<br>
--ufuk<br>
<br>
<br>
<br>
<br>
<br>
<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/opensou<wbr>rce/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/ParaV<wbr>iew</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/mail<wbr>man/listinfo/paraview</a><br>
</blockquote></div><br></div>