<div dir="ltr">Hi Noah,<div><br></div><div>   Since you were setting up on an EC2 instance, I was imagining that you would be running pvserver over there and connecting to it with the client running on your desktop.  But I guess you are running the client gui on the EC2 machine, and this is why you need vncserver?  Just curious.</div><div><br></div><div>   I'm glad you have had some success, though.  </div><div><br></div><div>Cheers,</div><div>Scott</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 10, 2015 at 3:57 PM, Noah Taylor <span dir="ltr"><<a href="mailto:haonrolyat@gmail.com" target="_blank">haonrolyat@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">Scott,<div><br></div><div>Ah, sorry about that. I was thinking that with GPU instances it was something small and seeing the mesa libraries threw me off but I followed the steps below and was able to get my paraview referencing the x server. Thanks alot! Just as an FYI for those that are novices like me, I had to do an additional step that may be intuitive for most that are familiar with x server but I needed to run vncserver and then export my DISPLAY to the master.1. When I try to just run X without doing this with it pointed to the 0.0 it will give me an error when I try and call glxinfo. After running vncserver and switching it to the master.1, I am able to run x and paraview tools :)</div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><br></div><div class="gmail_extra">Noah</div></font></span><div><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 10, 2015 at 2:40 PM, Scott Wittenburg <span dir="ltr"><<a href="mailto:scott.wittenburg@kitware.com" target="_blank">scott.wittenburg@kitware.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 am responding to the paraview users list so other folks can benefit from the discussion...<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 10, 2015 at 2:11 PM, Vishnubharathi T <span dir="ltr"><<a href="mailto:vishnu2bharathi@gmail.com" target="_blank">vishnu2bharathi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div style="font-size:12.8000001907349px">Dear Scott Wittenburg,</div><div style="font-size:12.8000001907349px">I am learning Paraview by myself. I couldnt find many pdfs for learning.</div></div></blockquote><div><br></div><div>The ParaView guide is freely available as a pdf:</div><div><br></div><div><a href="http://www.paraview.org/paraview-guide/" target="_blank">http://www.paraview.org/paraview-guide/</a><br></div><div><br></div><div>The ParaView wiki is also a good resource:</div><div><br></div><div><a href="http://www.paraview.org/Wiki/ParaView" target="_blank">http://www.paraview.org/Wiki/ParaView</a><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div style="font-size:12.8000001907349px"></div><div style="font-size:12.8000001907349px"> I would like to learn about the things(options) that are marked in attachment.  Please help me in understanding the meaning of those in addition to using to using those options.   Or where shall I get those information?</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">1. (eg, texture coordinates, Normals, cellNormals,)  and </div></div></blockquote><div><br></div><div>In the image you have shared, those things are the variables available in the data you selected.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div style="font-size:12.8000001907349px"></div><div style="font-size:12.8000001907349px">2. The options under SOURCES option.</div></div></blockquote><div><br></div><div>See the guide linked above, page 5 begins the discussion of sources.</div><div><br></div><div>Hope this helps,</div><div>Scott</div><div><div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 10, 2015 at 9:41 PM, Scott Wittenburg <span dir="ltr"><<a href="mailto:scott.wittenburg@kitware.com" target="_blank">scott.wittenburg@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi Noah,<div><br></div><div>   Those first few instructions kind of test whether you need to do any of the rest.  You won't be able to run X until you have completed the instructions in one of the sections beneath the "Introduction".  Pick the section that most closely resembles the image you're working with and go through those instructions before attempting to run X or glxinfo.</div><div><br></div><div>Hope this helps.</div><span><font color="#888888"><div>Scott</div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 10, 2015 at 1:34 PM, Noah Taylor <span dir="ltr"><<a href="mailto:haonrolyat@gmail.com" target="_blank">haonrolyat@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Scott,<div><br></div><div>I have setup a GPU instance and am trying to use the instructions give but when I use X or glxinfo when the Display is pointed to 0.0, I get an erro that says couldn't open display :0.0. Did anybody else run into this problem on the GPU AWS node?</div><span><font color="#888888"><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Noah</div></font></span><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 8, 2015 at 10:32 PM, Noah Taylor <span dir="ltr"><<a href="mailto:haonrolyat@gmail.com" target="_blank">haonrolyat@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Scott,<div><br></div><div>Thank you very much! The documentation looks to be well written.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers,</div><div class="gmail_extra">Noah</div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 8, 2015 at 9:41 AM, Scott Wittenburg <span dir="ltr"><<a href="mailto:scott.wittenburg@kitware.com" target="_blank">scott.wittenburg@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi Noah,<div><br></div><div>   I don't see the specific link error message in your email, but it seems possible it could be related to your graphics environment.  We often have to compile ParaView on amazon EC2 instances when setting up ParaViewWeb, and some of the guides for that may end up being useful to you, specifically:</div><div><br></div><div><a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/graphics_on_ec2_g2" target="_blank">http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/graphics_on_ec2_g2</a><br></div><div><br></div><div>and </div><div><br></div><div><a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/ubuntu_14_04" target="_blank">http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/ubuntu_14_04</a><br></div><div><br></div><div>Cheers,</div><div>Scott</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Sat, Jun 6, 2015 at 9:44 PM, Noah Taylor <span dir="ltr"><<a href="mailto:haonrolyat@gmail.com" target="_blank">haonrolyat@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div><div dir="ltr">Hello,<div><br></div><div>I've been trying to compile this for a couple of weeks now but am running into some unknown troubles. My build gets to ~50% and kicks out an error as follows: </div><div><br></div><div><div>collect2: error: ld returned 1 exit status</div><div>make[2]: *** [lib/libvtkRenderingOpenGL-pv4.0.so.1] Error 1</div><div>make[1]: *** [VTK/Rendering/OpenGL/CMakeFiles/vtkRenderingOpenGL.dir/all] Error 2</div><div>make[1]: *** Waiting for unfinished jobs....</div></div><div><br></div><div>I tried locating the libvtkRenderingOpenGL-pv4.0.so.1 and it wasn't anywhere on my machine and I have googled this library but I cannot find a solution. </div><div><br></div><div>My ccmake options are as follows (I'm just trying to compile on a ubuntu aws node):</div><div><br></div><div>
        
        
        
        



<table cellspacing="0" border="0">
        <colgroup span="3" width="85"></colgroup>
        <tbody><tr>
                <td height="17" align="left">BUILD_DOCUMENTATION              OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> BUILD_EXAMPLES                   OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> BUILD_SHARED_LIBS                ON                                                                                                                                              </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> BUILD_TESTING                    ON                                                                                                                                              </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> CMAKE_BUILD_TYPE                 Debug                                                                                                                                           </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> CMAKE_INSTALL_PREFIX             /usr/local                                                                                                                                      </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> GMVReader_GMVREAD_LIB_DIR        /mnt/ParaView-v4.0.1-source/Utilities/VisItBridge/databases/GMV                                                                                 </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> GMVReader_SKIP_DATARANGE_CALCU   OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> MPI_C_INCLUDE_PATH               /usr/lib/openmpi/include;/usr/lib/openmpi/include/openmpi                                                                                       </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> MPI_C_LIBRARIES                  /usr/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so                                                     </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> PARAVIEW_BUILD_QT_GUI            OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> PARAVIEW_DATA_ROOT               PARAVIEW_DATA_ROOT-NOTFOUND                                                                                                                     </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> PARAVIEW_ENABLE_CATALYST         ON                                                                                                                                              </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> PARAVIEW_ENABLE_FFMPEG           OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> PARAVIEW_ENABLE_PYTHON           ON                                                                                                                                              </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> PARAVIEW_ENABLE_QT_SUPPORT       OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> PARAVIEW_INSTALL_DEVELOPMENT_F   OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> PARAVIEW_USE_MPI                 ON                                                                                                                                              </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> PARAVIEW_USE_PISTON              OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> PARAVIEW_USE_VISITBRIDGE         OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> VTK_Group_Tk                     OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> XDMF_USE_BZIP2                   OFF                                                                                                                                             </td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
        <tr>
                <td height="17" align="left"> XDMF_USE_GZIP                    OFF      <br><br>Do I need to specifiy a path somewhere? comment something out somewhere? Turn on another option in the CMake options?<br><br>Any help would be appreciated :)<span><font color="#888888"><br><br>Noah</font></span></td>
                <td align="left"><br></td>
                <td align="left"><br></td>
        </tr>
</tbody></table></div></div>
<br></div></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div></div></div><br></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>