[Paraview] setting Display

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Sep 29 09:00:20 EDT 2009


Are you using binaries released that we released? In that case, they
are not compiled with mpi, so you'll have to build from source.
If the pvserver is not mpi-enabled, trying to run it with mpi will
result in multiple server processes being started and all will try to
latch to the same server port, only one will succeed and others will
show error messages and quit.

Utkarsh

On Tue, Sep 15, 2009 at 3:40 AM, Christian Wohlschlager
<Christian.Wohlschlager at jku.at> wrote:
> Yes i do so but it seems there is something wring the file looks like this:
>
> <?xml version="1.0" ?>
> <pvx>
>
>   <Process Type="client"/>
>
>   <Process Type="server">
>
>    <Machine Name="n001"
>             Environment="DISPLAY=n001:0"
>             LowerLeft= "-2.0 -0.5 -2.0"
>             LowerRight="-0.8 -0.5 -2.0"
>             UpperLeft= "-2.0  0.5 -2.0" />
>    <Machine Name="n002"
>             Environment="DISPLAY=n002:0"
>             LowerLeft= "-1.0 -0.5 -2.0"
>             LowerRight= "0.2 -0.5 -2.0"
>             UpperLeft= "-1.0  0.5 -2.0" />
>    <Machine Name="n003"
>             Environment="DISPLAY=n003:0"
>             LowerLeft= "0.0 -0.5 -2.0"
>             LowerRight="1.2 -0.5 -2.0"
>             UpperLeft= "0.0  0.5 -2.0" />
>
>   </Process>
> </pvx>
>
> Maybe there is something wrong with the compilkation im mpirun I start
> mpirun -np 4  ./pvserver "curved.pvx"
>
> How can i veryfy it's realy a mpi programm.
>
> mfg
>
> christian
>
> -- Johannes Kepler Universitaet
> -- Christian Wohlschlager
> -- Altenbergerstr.69
> -- 4040 Linz Austria
> -- Tel: +43 732 2468 8595
> - Mail:christian.wohlschlager at jku.at


More information about the ParaView mailing list