[Paraview] [Issue] IceT on a Display Wall

Mariam mbahameish at gmail.com
Wed Aug 16 14:34:03 EDT 2017


Hi,

I am trying to configure IceT on our display wall. I followed all the instructions on paraview website & mail list.

However, when the client connects to the head node server, the window displayed for few seconds then pvserver crashes with the following error:

 

[0-1] terminated

 

[2] process exited without calling finalize

 

[3] terminated

 

---- error analysis -----

 

[2] on Node1

pvserver ended prematurely and may have crashed. exit code 0xc0000005

 

I checked the event viewer logs, and this is the error message:

 

Faulting application name: pvserver.exe, version: 0.0.0.0, time stamp: 0x59365720

Faulting module name: vtkPVClientServerCoreRendering-pv5.4.dll, version: 0.0.0.0, time stamp: 0x593652a6

Exception code: 0xc0000005

Fault offset: 0x000000000005e86b

Faulting process id: 0x8c4

Faulting application start time: 0x01d316ac26879696

Faulting application path: path\to\paraview\bin\pvserver.exe

Faulting module path: path\to\paraview \bin\vtkPVClientServerCoreRendering-pv5.4.dll

 

The display wall consists of 32 nodes where each driving two screens; Operating System: Windows 10, ParaView Version: 5.4. 

 

As a beginning, I was trying one 1 node and 2 nodes.

PVX File; for 1 node:

<?xml version="1.0" ?>

<pvx>

<Process Type="server">

                <Machine Name="Node1"

                                FullScreen="0" 

                                Geometry="1920x1080+0+0"/>

                <Machine Name="Node1"

                                FullScreen="0" 

                                Geometry="1920x1080+0+1080"/>                                 

  </Process>

</pvx>

 

Command: mpiexec -np 4 pvserver tiles.pvx

 

PVX file for two nodes:

<?xml version="1.0" ?>

<pvx>

<Process Type="server">

                <Machine Name="Node1"

                                FullScreen="0" 

                                Geometry="1920x2160+0+0"/>     

                <Machine Name="Node2"

                                FullScreen="0" 

                                Geometry="1920x2160+0+0"/>        

  </Process>

</pvx>

 

 

Command: mpiexec –hosts 2 Node1 2 Node2 2 pvserver –tx=2 –ty=1 tiles.pvx

 

Regards,

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170816/e4c6196a/attachment.html>


More information about the ParaView mailing list