[Paraview] pvx is right?
shan yanming
shanym at petrochina.com.cn
Sun Dec 8 22:14:56 EST 2013
My env
Two machine rhevh001 and rhevh002.
Each one has 3 GPUs.
Each one has 4CPUs.
[shanym at rhevh001 ~/OpenMPI]$ mpirun -np 2
/apps/soft/ParaView/latest/bin/pvrenderserver -m=machine.pvx
DCV WRAPPER: Cannot open display.
ERROR: In
/home/utkarsh/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/pa
raview/src/paraview/VTK/IO/XMLParser/vtkXMLParser.cxx, line 218
vtkPVOptionsXMLParser (0x5e8050): Cannot open XML file: -m=machine.pvx
ERROR: In
/home/utkarsh/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/pa
raview/src/paraview/VTK/IO/XMLParser/vtkXMLParser.cxx, line 218
vtkPVOptionsXMLParser (0x1bf1f70): Cannot open XML file: -m=machine.pvx
Waiting for client...
Connection URL:
cdsrs://<data-server-hostname>:11111/rhevh001.yun.dqyt.petrochina:22221
Accepting connection(s): rhevh001.yun.dqyt.petrochina:22221
Machines.pvx
<?xml version="1.0" ?>
<pvx>
<Process Type="client">>
</Process>
<Process Type="render-server">
<Option Name="render-node-port" Value="1357"/>
<Machine Name="rhevh001"
Environment="DISPLAY=rhevh001:0"/>
<Machine Name="rhevh002"
Environment="DISPLAY=rhevh002:0"/>
</Process>
<Process Host="data-server">
<Machine Name="rhevh001" />
<Machine Name="rhevh002" />
</Process>
</pvx>
Can I use the follow file?
<?xml version="1.0" ?>
<pvx>
<Process Type="client">>
</Process>
<Process Type="render-server">
<Option Name="render-node-port" Value="1357"/>
<Machine Name="rhevh002"
Environment="DISPLAY=rhevh001:0"/>
<Machine Name="rhevh002"
Environment="DISPLAY=rhevh001:1"/>
<Machine Name="rhevh002"
Environment="DISPLAY=rhevh001:2"/>
<Machine Name="rhevh002"
Environment="DISPLAY=rhevh002:0"/>
<Machine Name="rhevh002"
Environment="DISPLAY=rhevh002:1"/>
<Machine Name="rhevh002"
Environment="DISPLAY=rhevh002:2"/>
</Process>
<Process Host="data-server">
<Machine Name="rhevh001" />
<Machine Name="rhevh002" />
</Process>
</pvx>
~
shan yanming
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20131209/d430a32a/attachment.htm>
More information about the ParaView
mailing list