[Paraview] PVX files

Amy Squillacote amy.squillacote at kitware.com
Thu Aug 18 12:13:37 EDT 2005


Hi Joel,

I have attached a sample .pvx file. (It is the same one that was 
attached to the email announcing ParaView 2.2.1. If you are using a 
separate render server, the XML for specifying cave parameters would 
look something like the following. (If you aren't using a render 
server, change the first line to <Process Type="server">.) For each 
display in your cave, you'll need a separate "<Machine ... />" entry 
in the XML file. When you run ParaView, pass this XML file (*.pvx) as 
a command-line option to each executable you are running (pvclient, 
pvserver, etc.)

   <Process Type="render-server">
     <Machine Name="rs_m1"
              Environment="DISPLAY=rs_m1:0"
              LowerLeft="-1.0 -1.0 -1.0"
              LowerRight="1.0 -1.0 -1.0"
              UpperLeft="-1.0  1.0 -1.0" />

         ...

   </Process>

- Amy

At 11:48 AM 8/18/2005, Joel Howard Willis Weinberger wrote:
>Hi. I just transferred from using ParaView 1.8.5 to 2.2.1. I'm 
>trying to setup a CaveRenderModule which seems to be a very 
>different process in 2.2.1. I have been seeing several references to 
>a "pvx" file in order to setup my Cave configuration, but I can't 
>seem to find any documentation on what this file is and/or how it 
>works. Could someone point me towards something regarding this? Thanks.
>
>--Joel Weinberger
>_______________________________________________
>ParaView mailing list
>ParaView at paraview.org
>http://www.paraview.org/mailman/listinfo/paraview
-------------- next part --------------
<?xml version="1.0" ?>
<pvx>
  <Option Name="disable-composite" />
  <Option Name="reverse-connection" />

  <Option Name="data-server-port" Value="3278"/>
  <Option Name="client-port" Value="3278"/>
  <Option Name="data-server-host" Value="DS1"/>
  <Option Name="render-server-host" Value="RS1"/>
  <Option Name="client-host" Value="CH1"/>
  <Option Name="render-server-port" Value="2359"/>
  <Option Name="connect-data-to-render" />

 
  <Process Type="client">
  </Process>

  <Process Type="server">
           <Machine Name="rs_m3" />       
           <Machine Name="rs_m1" 
             Environment="DISPLAY=rs_m1:0"
             LowerLeft="-1.0 -1.0 -1.0"
             LowerRight="1.0 -1.0 -1.0"
             UpperLeft="-1.0  1.0 -1.0" /> 
  </Process>
  
  <Process Type="render-server">
    <Machine Name="rs_m1" 
             Environment="DISPLAY=rs_m1:0"
             LowerLeft="-1.0 -1.0 -1.0"
             LowerRight="1.0 -1.0 -1.0"
             UpperLeft="-1.0  1.0 -1.0" /> 
    <Machine Name="rs_m2"
         Environment="DISPLAY=rs_m2:0"/>
    <Machine Name="rs_m3" />
    <Machine Name="rs_m4" />
    <Machine Name="rs_m5" />
    <Machine Name="rs_m6" />
    <Machine Name="rs_m7" />
    <Machine Name="rs_m8" />
    <Machine Name="rs_m9" />
    <Machine Name="rs_m10" />
  </Process>

  <Process Host="data-server">
    <Machine Name="ds_m1" />
    <Machine Name="ds_m2" />
    <Machine Name="ds_m3" />
    <Machine Name="ds_m4" />
    <Machine Name="ds_m5" />
    <Machine Name="ds_m6" />
    <Machine Name="ds_m7" />
    <Machine Name="ds_m8" />
    <Machine Name="ds_m9" />
    <Machine Name="ds_m10" />
  </Process>
</pvx>



More information about the ParaView mailing list