Hi, i have compiled paraview with MPICH2 in windows 64-Bits

It`s a Two machines cluster

One has two monitors 1280x1204(L2-PC) and the other(GRVA09) just one with
1920x1080

my .pvx file:

<?xml version="1.0" ?>
<pvx>
 <Process Type="client" />
  <Process Type="server">
  <EyeSeparation Value="0"/>
<Machine Name="L2-PC"
             Environment="DISPLAY=:DISPLAY1"
 Geometry="1280x1024+1280+0"
             LowerLeft="  0 -1 -2"
             LowerRight=" 2 -1 -2"
             UpperRight="  2  1 -2" />
<Machine Name="L2-PC"
             Environment="DISPLAY=:DISPLAY2"
 Geometry="1280x1024+0+0"
             LowerLeft="  -2 -1 -2"
             LowerRight=" 0 -1 -2"
             UpperRight="  0  1 -2" />
<Machine Name="GRVa09"
             Environment="DISPLAY=:DISPLAY2"
 Geometry="1920x1080+0+0"
             LowerLeft="  -1 -1 -1"
             LowerRight=" 1 -1 -1"
             UpperRight="  1  1 -1" />
</Process>
</pvx>

-----------------------------------------

In my cmd i do

mpiexec -hosts 2 L2-PC 4 GRVA09 2 pathtopvcompiledrelease\pvserver.exe
pathtopvx\cave.pvx

and get

Waiting for client...
Connection URL: cs://L2-PC:11111
Accepting connection(s): L2-PC:11111

When i start paraview and connect to pvserver the screens(in my pvx case,
full-screen) do not open at all.

Anyone know how to manage that?

Am i wrong in any of the steps?

Maybe  there`s a specific flag in CMAKE that i should enable?


Att,
Leonardo Pessanha
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to