[Paraview] Problem running Parrallel ParaView

Amy Squillacote amy.squillacote at kitware.com
Fri Jun 3 10:08:15 EDT 2005


Hi Jan,

You can only connect one pvserver to a pvclient.  If you are trying to 
start a data server and a render server, then do the following.

computerII:  ./pvdataserver
computerIII:  ./pvrenderserver -m=machines.txt
computerI:   ./pvclient -crs --data-server-host=computerII 
--render-server-host=computerIII

If instead you want to use both computerII and computerIII as part of 
pvserver, then do the following.

computerII:  Start ./pvserver with MPI, and specify that you want to run 
this executable on computerII and computerIII.  How you do this depends on 
your MPI installatation.
computerI:   ./pvclent --server-host=computerII

- Amy

At 09:51 AM 6/3/2005, Jan Linnenkohl wrote:
>Hello,
>
>I got a problem to get ParaView running on three linux computer.
>So that my documentation only covers 1.8 and I want to use 2.01, I need
>some help.
>I thought about to have one client (I) and two server (II + III).
>
>I started on III the server: ./pvserver
>
>I started on II on another server: ./pvserver -m=machines.txt
>With the following file machines.txt:
>
>         node 0 computerIII
>
>I tried also:
>
>         node 0 computerII
>         node 1 computerIII
>
>
>I start the client on I: ./pvclient --data-server-host=computerII
>
>The client I connects to II, but III is still only listening.
>
>What do I wrong?
>
>Thanks
>
>Jan
>
>_______________________________________________
>ParaView mailing list
>ParaView at paraview.org
>http://www.paraview.org/mailman/listinfo/paraview



More information about the ParaView mailing list