Re: [Paraview] Multiple servers

2009-07-30 Thread Scott, W Alan
mailto:paraview-boun...@paraview.org] On Behalf Of David Doria Sent: Thursday, July 30, 2009 7:01 AM Cc: ParaView Subject: Re: [Paraview] Multiple servers Ok, back to basics - this is the simplest setup I can imagine. I am trying to run pvserver on a single extra computer (so a total of mine + 1

Re: [Paraview] Multiple servers

2009-07-30 Thread David Doria
Ok, back to basics - this is the simplest setup I can imagine. I am trying to run pvserver on a single extra computer (so a total of mine + 1 = 2 machines) with the same architecture, same OS, same OpenMPI, same Paraview. I have been talking with the OpenMPI people and running "hello world" tests

Re: [Paraview] Multiple servers

2009-07-24 Thread David Doria
On Fri, Jul 24, 2009 at 1:50 PM, pat marion wrote: > Sorry,  I can't give you a guess what the problem might be.  Double check > that you used the same source to compile paraview and pvserver on the > various machines, and the same mpi library versions.  Is one machine 32 bit > and one 64 bit?  Doe

Re: [Paraview] Multiple servers

2009-07-24 Thread pat marion
Sorry, I can't give you a guess what the problem might be. Double check that you used the same source to compile paraview and pvserver on the various machines, and the same mpi library versions. Is one machine 32 bit and one 64 bit? Does paraview work as expected if you create objects from the

Re: [Paraview] Multiple servers

2009-07-24 Thread David Doria
On Fri, Jul 24, 2009 at 1:13 PM, pat marion wrote: > 1) Try sshing to the machine and launching a program like glxgears or > xeyes.  Probably won't work, right?  Now try: > > ssh remote-machine > export DISPLAY=:0 > xeyes > > Now does it work?  If so, try adding -x DISPLAY to your mpirun command, y

Re: [Paraview] Multiple servers

2009-07-24 Thread pat marion
1) Try sshing to the machine and launching a program like glxgears or xeyes. Probably won't work, right? Now try: ssh remote-machine export DISPLAY=:0 xeyes Now does it work? If so, try adding -x DISPLAY to your mpirun command, you can read about this in the mpirun man page. 2) Each pvserver

Re: [Paraview] Multiple servers

2009-07-24 Thread David Doria
On Thu, Jul 23, 2009 at 12:29 PM, David E DeMarle wrote: > David, can you do these two things? > > 1) from the shell on the local machine, ssh to one node of the remote > machine and execute a command without supplying a password (ie you > have ssh authentication set up) > ex. > kargad> ssh amber1

Re: [Paraview] Multiple servers

2009-07-23 Thread David E DeMarle
David, can you do these two things? 1) from the shell on the local machine, ssh to one node of the remote machine and execute a command without supplying a password (ie you have ssh authentication set up) ex. kargad> ssh amber1 uname -a Linux amber1 2.6.18-6-amd64 #1 SMP Tue Aug 19 04:30:56 UTC 20

Re: [Paraview] Multiple servers

2009-07-23 Thread pat marion
Hmm, maybe I'm misunderstanding you, but it sounds like you are giving paraview a command to start the server and expecting paraview to log into the remote machine to execute the command? The command will be run on your client machine. So you need to write a shell script that will take care of la

Re: [Paraview] Multiple servers

2009-07-23 Thread David Doria
On Wed, Jul 22, 2009 at 11:12 AM, Utkarsh Ayachit wrote: > Some other processes is already listening on  the port (default 1 > for pvserver), hence you are getting the error. > > Utkarsh > Hm, but if I run pvserver and then connect with 'manual' it works fine. If I try to send the 'pvserver' c

Re: [Paraview] Multiple servers

2009-07-22 Thread Utkarsh Ayachit
Some other processes is already listening on the port (default 1 for pvserver), hence you are getting the error. Utkarsh On Wed, Jul 22, 2009 at 11:06 AM, David Doria wrote: >> I'm still having a couple of issues... >> >> If I connect with "startup type: manual" after starting pvserver on >>

Re: [Paraview] Multiple servers

2009-07-22 Thread David Doria
> I'm still having a couple of issues... > > If I connect with "startup type: manual" after starting pvserver on > the remote machine, everything is working fine. If I connect with > "startup type: command" and put "pvserver" as the command, it says > > "The startup command failed to start ... chec

Re: [Paraview] Multiple servers

2009-07-20 Thread David Doria
On Sat, Jul 18, 2009 at 8:09 AM, David E DeMarle wrote: > Sort of. > > The point of using MPI is to establish a "virtual parallel machine". > The physical machines that comprise that virtual parallel machine can > all work together because they are part of the same mpi job. The > parallel filters w

Re: [Paraview] Multiple servers

2009-07-18 Thread David E DeMarle
Sort of. The point of using MPI is to establish a "virtual parallel machine". The physical machines that comprise that virtual parallel machine can all work together because they are part of the same mpi job. The parallel filters within VTK that paraview uses are only written to work with the othe

Re: [Paraview] Multiple servers

2009-07-18 Thread David Doria
On Thu, Jul 16, 2009 at 8:48 AM, Utkarsh Ayachit wrote: > This wiki page may be of help: > http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server > > Utkarsh > Is it possible to have different "external command to start the server" for each machine in machinelist.txt? For example, on one of th

Re: [Paraview] Multiple servers

2009-07-16 Thread David Doria
On Thu, Jul 16, 2009 at 8:48 AM, Utkarsh Ayachit wrote: > This wiki page may be of help: > http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server > > Utkarsh > Utkarsh - I looked pretty thoroughly at that, but didn't see anything about using multiple computers as server, it just looked like sin

Re: [Paraview] Multiple servers

2009-07-16 Thread Utkarsh Ayachit
This wiki page may be of help: http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server Utkarsh On Thu, Jul 16, 2009 at 7:54 AM, Rick Angelini wrote: > You'll also want to make sure that you either give the full path to pvserver > when you start the mpirun job, or make sure that pvserver is in y

Re: [Paraview] Multiple servers

2009-07-16 Thread Rick Angelini
You'll also want to make sure that you either give the full path to pvserver when you start the mpirun job, or make sure that pvserver is in your default path. Will distributed processing help you? That totally depends on the distribution of your dataset, speed of your network & processors,

Re: [Paraview] Multiple servers

2009-07-15 Thread David Doria
On Wed, Jul 15, 2009 at 6:34 PM, pat marion wrote: > Hi David, > > You'll want to change your mpirun command a little bit- > > on machine X: mpirun -np 3 -machinefile machinefile.txt pvserver > > This will run 3 instances of pvserver where each instance runs on one of the > machines specified in ma

Re: [Paraview] Multiple servers

2009-07-15 Thread pat marion
Hi David, You'll want to change your mpirun command a little bit- on machine X: mpirun -np 3 -machinefile machinefile.txt pvserver This will run 3 instances of pvserver where each instance runs on one of the machines specified in machinefile.txt. Machinefile.txt will list the machine hostnames,

Re: [Paraview] Multiple servers

2009-07-15 Thread David Doria
On Wed, Jul 15, 2009 at 3:53 PM, David E DeMarle wrote: > Yes. > > If you compile paraview from source and turn MPI on, then the server > process can be run as a parallel job (mpirun -np N pvserver). > Connecting to that parallel server and using it is no different than > the client/serial-server c

Re: [Paraview] Multiple servers

2009-07-15 Thread David E DeMarle
Yes. If you compile paraview from source and turn MPI on, then the server process can be run as a parallel job (mpirun -np N pvserver). Connecting to that parallel server and using it is no different than the client/serial-server case. I vaguely recall that the Mac binaries are compiled this way,

[Paraview] Multiple servers

2009-07-15 Thread David Doria
Is there a way to use multiple "average" computers together to improve performance? I successfully setup a single server and can use it to render from a different computer in client/server mode - but is it possible to have a "cloud" or "farm" of computers acting as a single server? Thanks, David