Hi,<br>I would to visualize the data that is being computed on a hpc by using pvserver and paraview.<br><br>i have come across a many documents saying how to connect and the one what i thought might be appropriate in my case would to be to run pvserver on the hpc and then connect to it usind server/client reverse connection from my desktop..<br>
<br>here is the procedure that i use to connect to the hpc to 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 qsub myscript <br><br><br><b>#PBS -lmem=2Gb,nodes=1:ppn=4,cput=24:00:00,walltime=24:00:00                    <br>
<br>cd $PBS_O_WORKDIR<br><br>cat ${PBS_NODEFILE} &gt; node1<br>mpirun --machinefile ${PBS_NODEFILE} -np 4 pvserver --use-offscreen-rendering -\<br>-server-port=11111 &gt;log1</b><br><br>in the node1 file, i get say node083 (and it is repeated 4 times)<br>
<br>I am not sure how to connect to this node say by running paraview from my laptop to visualize that.<br><br>Any help would be greatly appreciated..<br><br>Regards,<br>vishwa<br>