<br>The problem is that it keeps complaining about not having many library files..I tried and installed them..now, when i compiled, it didnt&#39; give an error..but when opened it gave segmentation fault.. i read somewhere online that u need to use unlimit stacksize, which I did and still doesnt work.<br>
<br>i had used -mpi opition and also to use mesa ..<br><br>hit a wall again..<br><br>Regards,<br>vishwa<br><br><div class="gmail_quote">On Sat, Feb 27, 2010 at 3:12 PM, burlen <span dir="ltr">&lt;<a href="mailto:burlen.loring@gmail.com">burlen.loring@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Apparently your cluster doesn&#39;t have X11 server started. The error message reports this path because __FILE__ cpp macro is used.<br>

<br>
Question: Why is it a problem to install and run ParaView from your home folder? It should be OK.<br>
<br>
Vishwa wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
Thankyou all for responding again..:)<br>
<br>
I tried to compile paraview and to only hit a wall after wall as I have to install it to my local folder due to not having administrator privileges..<br>
<br>
so i downloaded the binaries last night and checked that it worked..<br>
<br>
Today to  my surprise, when i try to open paraview in the hpc headnode, where i downloaded the binaries, it gives the following error..<br>
<br>
    [vishwa@hpc4 ~]$ paraview<br>
    ERROR: In<br>
    /home/kitware/ParaView-3.6/ParaView3/VTK/Rendering/vtkXOpenGLRenderWindow.cxx,<br>
    line 632<br>
    vtkXOpenGLRenderWindow (0x143bb10): Cannot create GLX context.     Aborting.<br>
<br>
<br>
and i dont&#39; have /home/kitware etc...directory...so i dont understand what is happening..<br>
<br>
I made sure that i included the path of the bin and lib in the newly downloaded binary..<br>
<br>
Any suggestions?<br>
<br>
Regards,<br>
vishwa<br>
<br></div><div><div></div><div class="h5">
On Sat, Feb 27, 2010 at 2:38 PM, burlen &lt;<a href="mailto:burlen.loring@gmail.com" target="_blank">burlen.loring@gmail.com</a> &lt;mailto:<a href="mailto:burlen.loring@gmail.com" target="_blank">burlen.loring@gmail.com</a>&gt;&gt; wrote:<br>

<br>
    Also be aware that there is a bug in ParaView, where if the server<br>
    startup command doesn&#39;t return for some reason, ssh turns into an<br>
    orphan process and will not relinquish the ports it used,<br>
    preventing any further use of those ports.<br>
<br>
    <a href="http://www.paraview.org/Bug/view.php?id=10283" target="_blank">http://www.paraview.org/Bug/view.php?id=10283</a><br>
<br>
    I did submit a patch to fix it but it has yet to be applied.<br>
<br>
<br>
    burlen wrote:<br>
<br>
        Your command isn&#39;t quite right, specifically how you are<br>
        trying to specify the compute node.<br>
<br>
        Take a look at the section here,<br>
        <a href="http://paraview.org/Wiki/Reverse_connection_and_port_forwarding#Reverse_Connection_Over_an_ssh_Tunnel" target="_blank">http://paraview.org/Wiki/Reverse_connection_and_port_forwarding#Reverse_Connection_Over_an_ssh_Tunnel</a><br>

<br>
<br>
        It&#39;s a little closer to your situation.<br>
<br>
        Vishwa wrote:<br>
<br>
            Hi,<br>
            Thanks for the reply..I did look at the wiki and tried the<br>
            following..<br>
<br>
            I set up a server/client reverse connection and trired to<br>
            connect.. but i coudn&#39;t.. this was the command that i gave<br>
            for the server.. olivegarden is the hostname of my laptop.<br>
<br>
            ssh -i /home/dagarshali/.ssh/id_rsa<br>
            <a href="mailto:vishwa@hpc4.iastate.edu" target="_blank">vishwa@hpc4.iastate.edu</a> &lt;mailto:<a href="mailto:vishwa@hpc4.iastate.edu" target="_blank">vishwa@hpc4.iastate.edu</a>&gt;<br>
            &lt;mailto:<a href="mailto:vishwa@hpc4.iastate.edu" target="_blank">vishwa@hpc4.iastate.edu</a><br>
            &lt;mailto:<a href="mailto:vishwa@hpc4.iastate.edu" target="_blank">vishwa@hpc4.iastate.edu</a>&gt;&gt; node083 pvserver<br>
            --reverse-connection --server-port=11111<br>
            --client-host=olivegarden<br>
<br>
            here node083 is the node where the pvserver was launched...<br>
<br>
            so wasn&#39;t sure how to give that info in this command.. or<br>
            am i doing something wrong.. when you say that start the<br>
            cient, am i just creating a server/client and connect in<br>
            manual mode..?<br>
<br>
            Regards,<br>
            Vishwa<br>
<br>
<br>
<br>
<br>
<br>
            On Sat, Feb 27, 2010 at 1:00 PM, burlen<br>
            &lt;<a href="mailto:burlen.loring@gmail.com" target="_blank">burlen.loring@gmail.com</a> &lt;mailto:<a href="mailto:burlen.loring@gmail.com" target="_blank">burlen.loring@gmail.com</a>&gt;<br>
            &lt;mailto:<a href="mailto:burlen.loring@gmail.com" target="_blank">burlen.loring@gmail.com</a><br>
            &lt;mailto:<a href="mailto:burlen.loring@gmail.com" target="_blank">burlen.loring@gmail.com</a>&gt;&gt;&gt; wrote:<br>
<br>
               By the way a number of common scenarios, issues and<br>
            solutions are<br>
               explained on the wiki<br>
<br>
                          <a href="http://paraview.org/Wiki/Reverse_connection_and_port_forwarding" target="_blank">http://paraview.org/Wiki/Reverse_connection_and_port_forwarding</a><br>
<br>
               Hope this helps<br>
<br>
               Moreland, Kenneth wrote:<br>
<br>
                   Currently you are not launching the server in reverse<br>
                   connection mode.  To launch the server in reverse<br>
            connection<br>
                   mode, you need to give it the arguments -rc (or<br>
                   --reverse-connection) and<br>
            --client-host=/<a href="http://laptop.hostname.com/" target="_blank">laptop.hostname.com/</a><br>
            &lt;<a href="http://laptop.hostname.com/" target="_blank">http://laptop.hostname.com/</a>&gt;<br>
                   &lt;<a href="http://laptop.hostname.com/" target="_blank">http://laptop.hostname.com/</a>&gt;.  When given these<br>
            arguments,<br>
                   the server will immediately try to make a connection to<br>
                   /<a href="http://laptop.hostname.com/" target="_blank">laptop.hostname.com/</a> &lt;<a href="http://laptop.hostname.com/" target="_blank">http://laptop.hostname.com/</a>&gt;<br>
            &lt;<a href="http://laptop.hostname.com/" target="_blank">http://laptop.hostname.com/</a>&gt;.  Thus,<br>
                   you first need to have your client running and<br>
            waiting for the<br>
                   server to connect.  After getting things set up,<br>
            you should<br>
                   eventually try to set up your client to<br>
            automatically start<br>
                   the server with an ssh call and then wait for the<br>
            server to<br>
                   connect back.<br>
<br>
                   -Ken<br>
<br>
<br>
                   On 2/27/10 9:11 AM, &quot;Vishwa&quot; &lt;<a href="mailto:dagarshali@gmail.com" target="_blank">dagarshali@gmail.com</a><br>
            &lt;mailto:<a href="mailto:dagarshali@gmail.com" target="_blank">dagarshali@gmail.com</a>&gt;<br></div></div>
                   &lt;mailto:<a href="mailto:dagarshali@gmail.com" target="_blank">dagarshali@gmail.com</a><div><div></div><div class="h5"><br>
            &lt;mailto:<a href="mailto:dagarshali@gmail.com" target="_blank">dagarshali@gmail.com</a>&gt;&gt;&gt; wrote:<br>
<br>
                      Hi,<br>
                      I would to visualize the data that is being<br>
            computed on a<br>
                   hpc by<br>
                      using pvserver and paraview.<br>
<br>
                      i have come across a many documents saying how<br>
            to connect<br>
                   and the<br>
                      one what i thought might be appropriate in my<br>
            case would to<br>
                   be to<br>
                      run pvserver on the hpc and then connect to it usind<br>
                   server/client<br>
                      reverse connection from my desktop..<br>
<br>
                      here is the procedure that i use to connect to<br>
            the hpc to<br>
                   submit job.<br>
<br>
                      i log in to the head node via ssh john@a.b.c.d<br>
<br>
                      i then submit my job using the the following<br>
            script via<br>
                   qsub myscript<br>
<br>
<br>
                      *#PBS<br>
                                 -lmem=2Gb,nodes=1:ppn=4,cput=24:00:00,walltime=24:00:00                                              cd $PBS_O_WORKDIR<br>
<br>
                      cat ${PBS_NODEFILE} &gt; node1<br>
                      mpirun --machinefile ${PBS_NODEFILE} -np 4 pvserver<br>
                      --use-offscreen-rendering -\<br>
                      -server-port=11111 &gt;log1<br>
                      *<br>
                      in the node1 file, i get say node083 (and it is<br>
            repeated 4<br>
                   times)<br>
<br>
                      I am not sure how to connect to this node say by<br>
            running<br>
                   paraview<br>
                      from my laptop to visualize that.<br>
<br>
                      Any help would be greatly appreciated..<br>
<br>
                      Regards,<br>
                      vishwa<br>
<br>
<br>
<br>
                     ****      Kenneth Moreland<br>
                      ***      Sandia National Laboratories<br>
                   ***********  *** *** ***  email: <a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a><br>
            &lt;mailto:<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>&gt;<br></div></div>
                   &lt;mailto:<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a> &lt;mailto:<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>&gt;&gt;<div class="im"><br>
                   **  ***  **  phone: (505) 844-8919<br>
                      ***      web:   <a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/~kmorel</a><br>
            &lt;<a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/%7Ekmorel</a>&gt;<br>
                   &lt;<a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/%7Ekmorel</a>&gt;<br>
                   &lt;<a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/%7Ekmorel</a>&gt;<br>
<br>
                              ------------------------------------------------------------------------<br>
<br>
                   _______________________________________________<br>
                   Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
            &lt;<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>&gt;<br>
<br>
                   Visit other Kitware open-source projects at<br>
                   <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<br>
            ParaView Wiki at:<br>
                   <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
                   Follow this link to subscribe/unsubscribe:<br>
                   <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
                   <br>
<br>
<br>
<br>
</div></blockquote>
<br>
</blockquote></div><br>