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><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
[vishwa@hpc4 ~]$ paraview<br>ERROR: In /home/kitware/ParaView-3.6/ParaView3/VTK/Rendering/vtkXOpenGLRenderWindow.cxx, line 632<br>vtkXOpenGLRenderWindow (0x143bb10): Cannot create GLX context. Aborting.<br></blockquote><div>
<br>and i dont' 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></div><br><div class="gmail_quote">On Sat, Feb 27, 2010 at 2:38 PM, burlen <span dir="ltr"><<a href="mailto:burlen.loring@gmail.com">burlen.loring@gmail.com</a>></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;">
Also be aware that there is a bug in ParaView, where if the server startup command doesn't return for some reason, ssh turns into an orphan process and will not relinquish the ports it used, 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.<div><div></div><div class="h5"><br>
<br>
burlen wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Your command isn't quite right, specifically how you are 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>
It's a little closer to your situation.<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;">
Hi,<br>
Thanks for the reply..I did look at the wiki and tried the following..<br>
<br>
I set up a server/client reverse connection and trired to connect.. but i coudn't.. this was the command that i gave for the server.. olivegarden is the hostname of my laptop.<br>
<br>
ssh -i /home/dagarshali/.ssh/id_rsa <a href="mailto:vishwa@hpc4.iastate.edu" target="_blank">vishwa@hpc4.iastate.edu</a> <mailto:<a href="mailto:vishwa@hpc4.iastate.edu" target="_blank">vishwa@hpc4.iastate.edu</a>> node083 pvserver --reverse-connection --server-port=11111 --client-host=olivegarden<br>
<br>
here node083 is the node where the pvserver was launched...<br>
<br>
so wasn't sure how to give that info in this command.. or am i doing something wrong.. when you say that start the cient, am i just creating a server/client and connect in manual mode..?<br>
<br>
Regards,<br>
Vishwa<br>
<br>
<br>
<br>
<br>
<br>
On Sat, Feb 27, 2010 at 1:00 PM, burlen <<a href="mailto:burlen.loring@gmail.com" target="_blank">burlen.loring@gmail.com</a> <mailto:<a href="mailto:burlen.loring@gmail.com" target="_blank">burlen.loring@gmail.com</a>>> wrote:<br>
<br>
By the way a number of common scenarios, issues and 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 connection<br>
mode, you need to give it the arguments -rc (or<br>
--reverse-connection) and --client-host=/<a href="http://laptop.hostname.com/" target="_blank">laptop.hostname.com/</a><br>
<<a href="http://laptop.hostname.com/" target="_blank">http://laptop.hostname.com/</a>>. When given these 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> <<a href="http://laptop.hostname.com/" target="_blank">http://laptop.hostname.com/</a>>. Thus,<br>
you first need to have your client running and waiting for the<br>
server to connect. After getting things set up, you should<br>
eventually try to set up your client to automatically start<br>
the server with an ssh call and then wait for the server to<br>
connect back.<br>
<br>
-Ken<br>
<br>
<br>
On 2/27/10 9:11 AM, "Vishwa" <<a href="mailto:dagarshali@gmail.com" target="_blank">dagarshali@gmail.com</a><br>
<mailto:<a href="mailto:dagarshali@gmail.com" target="_blank">dagarshali@gmail.com</a>>> wrote:<br>
<br>
Hi,<br>
I would to visualize the data that is being computed on a<br>
hpc by<br>
using pvserver and paraview.<br>
<br>
i have come across a many documents saying how to connect<br>
and the<br>
one what i thought might be appropriate in my 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 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 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} > node1<br>
mpirun --machinefile ${PBS_NODEFILE} -np 4 pvserver<br>
--use-offscreen-rendering -\<br>
-server-port=11111 >log1<br>
*<br>
in the node1 file, i get say node083 (and it is repeated 4<br>
times)<br>
<br>
I am not sure how to connect to this node say by 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>
<mailto:<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>><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>
<<a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/%7Ekmorel</a>><br>
<<a href="http://www.cs.unm.edu/%7Ekmorel" target="_blank">http://www.cs.unm.edu/%7Ekmorel</a>><br>
<br>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a> <<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a>><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 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>
</blockquote>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br>