I am trying to get parallel rendering to work in ParaView 5.1 in a 
multi-display environment (cave) and keep getting this error when connecting 
from a client to a single or multiple render servers.


""

ERROR: In 
/da/sw/paraview/ParaView-5.1.0-source/ParaViewCore/ClientServerCore/Rendering/vtkPVRenderView.cxx,
 line 1404
vtkPVRenderView (0x1497060): In Cave mode and Display cannot be opened on 
server-side! Ensure the environment is set correctly in the pvx file.
""


I have followed the steps on the wiki and now trying to get a single rendering 
display to work. My cave.pvx looks like this:


<?xml version="1.0" ?>
<pvx>
 <Process Type="client" />
  <Process Type="server">
  <Machine Name="dev1"
           Environment="DISPLAY=:0"
           Geometry="1920x1080+5760+0"
           LowerLeft=" 0 -0.5 -2"
           LowerRight="1.78 -0.5 -2"
           UpperRight="1.78  0.5 -2" />
  <Machine Name="dev1"
           Environment="DISPLAY=:0"
           Geometry="1920x1080+3840+0"
           LowerLeft=" -1.78 -0.5 -2"
           LowerRight="    0 -0.5 -2"
           UpperRight="    0  0.5 -2" />
 </Process>
</pvx>



And I start it with


mpirun -d   --report-bindings -H da-dev1 -np 2 
/paraview/install-5.1/bin/pvserver -sp=2052 /paraview/tvs.pvx



I have disabled all firewalls and set xhost to disable access control, but to 
no avail.
Starting paraview with x-forwarding works, however this can't work on multiple 
rendering displays, I assume.

Specs are:

- linux gentoo x64

- paraview 5.1 with vrplugin, openmpi, vrpn




UTS CRICOS Provider Code: 00099F
DISCLAIMER: This email message and any accompanying attachments may contain 
confidential information.
If you are not the intended recipient, do not read, use, disseminate, 
distribute or copy this message or
attachments. If you have received this message in error, please notify the 
sender immediately and delete
this message. Any views expressed in this message are those of the individual 
sender, except where the
sender expressly, and with authority, states them to be the views of the 
University of Technology Sydney.
Before opening any attachments, please check them for viruses and defects.

Think. Green. Do.

Please consider the environment before printing this email.
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to