<div dir="ltr">Hi David,<div><br></div><div>thanks for the detailed response. I am very new to using Paraview in parallel and still not very familiar with its terminologies. I want to make sure if I understood you correctly.</div>
<div><br></div><div><ol style><li style>You are saying that I can install Paraview from source in my home directory on the remote machine? </li><li style>If I want to use the cluster, installing Paraview from source on the remote (login) mode, such that the computer nodes can access it, should be sufficient?<br>
</li><li style>If possible I would like to visualize a data of around 800 GB. A machine that I can use for visualization has the following specifications:
<p class="" style><font size="1"><b>PRIMQUEST 1800E</b></font></p>
<p class="" style><font size="1"><b>CPU:8CPU (XeonTM X7560 2.26GHz (8core))</b></font></p>
<p class="" style><font size="1"><b>MEM:1TB</b></font></p><p class="" style>Do you have any intuitive ideas if this will be sufficient?</p></li><li style>What is the oldest version of Python that Paraview is compatible with? Is this version fine?
<p class="" style><font size="1"><b>Python 2.4.3 (#1, Apr 14 2011, 20:41:59) </b></font></p><p class="" style><font size="1"><b>[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)]</b></font></p><p class="" style><font size="1"><b><br>
</b></font></p><p class="" style>I am sorry but I am very new to parallel visualization and I am having a bit of a tough time putting it all together :)</p><p class="" style>Thanks </p><p class="" style>Pradeep</p><p class="" style>
<br></p><p class="" style><br></p></li></ol></div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/1/17 David E DeMarle <span dir="ltr"><<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, Jan 17, 2013 at 2:12 AM, Pradeep Jha<br>
<<a href="mailto:pradeep.kumar.jha@gmail.com">pradeep.kumar.jha@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> I am trying to use PV for the first time in parallel. I have some basic<br>
> questions.<br>
><br>
> I have installed PV 3.98 from source on my local machine (Mac OSX). I don't<br>
> have the root permissions for the remote system I want to use for<br>
<br>
</div>You shouldn't need root permissions. You can build paraview in your<br>
home directory (or anywhere that the remote machine can read from) and<br>
connect to that. You generally don't even have to run make install.<br>
<div class="im"><br>
> visaulization. So I installed the binary form of PV 3.98 on the remote<br>
<br>
</div>Our binaries typically don't have an MPI in them that will work on the<br>
cluster's network. What we have is more or less just for making use of<br>
the cores on a single node. So you typically have to compile paraview<br>
on the cluster and enable MPI to use it in distributed memory parallel<br>
settings. It should work for you on the remote node, but not the<br>
cluster.<br>
<div class="im"><br>
> system. I set up the server on that machine using the command:<br>
><br>
> $mpiexec -n 4 pvserver --use-offscreen-rendering<br>
><br>
> And then I am trying to connect to this server from the PV on my Mac. But it<br>
> is giving me the following error:<br>
</div>> -----------------------------------------------------------------------------------------------------------------------------------------/Users/pradeep/softwares/ParaView/ParaViewCore/ClientServerCore/Core/vtkTCPNetworkAccessManager.cxx,<br>
<div class="im">> line 332<br>
> vtkTCPNetworkAccessManager (0x7f953b63aa30): Failed to connect to<br>
> localhost:11150. Client-Server Handshake failed. Please verify that the<br>
> client and server versions are compatible with each other<br>
><br>
</div><div class="im">> Any ideas what is going wrong?<br>
<br>
</div>This is most often happens when the client and server are mismatching<br>
versions (3.14 connecting to 3.10 etc), but various network problems<br>
can result in the same thing.<br>
<div class="im"><br>
><br>
> Also, this remote system has 16 processors. But for bigger jobs, I can<br>
> submit a job on a cluster using this remote system using a shell script<br>
> where it can use over 100 processors. But I cannot install anything on this<br>
</div>> cluster. ...<br>
<br>
Same comment as before, you only have to have a paraview built<br>
somewhere that the compute nodes can access, so you shouldn't have to<br>
install it.<br>
<br>
> ... Can I use this remote cluster for using paraview faster?<br>
><br>
<br>
A word of caution - more nodes does not necessarily mean faster.<br>
ParaView's parallel architecture allows it to process larger data and<br>
larger data as more disks and memory are added - not the same sized<br>
data faster and faster using more CPUs and GPUs are added (accept in<br>
the infrequent case when processing and rendering are the<br>
bottlenecks).<br>
<div class="im"><br>
> The structure is something like this: Mac ---> Remote system (16 processors)<br>
> ----> Cluster with over 100 nodes.<br>
<br>
</div>You'll need to set up an ssh tunnel through the remote (login) node to<br>
the cluster in your job submission to do that.<br>
<br>
> Thanks,<br>
> Pradeep<br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
David E DeMarle<br>
Kitware, Inc.<br>
R&D Engineer<br>
21 Corporate Drive<br>
Clifton Park, NY 12065-8662<br>
Phone: <a href="tel:518-881-4909" value="+15188814909">518-881-4909</a><br>
</font></span></blockquote></div><br></div>