[Paraview] Problem with big files
Moreland, Kenneth
kmorel at sandia.gov
Wed Mar 29 18:54:04 EST 2006
> #2:
> ==========
> $ mpirun -machinefile ~/machinefile.txt -np 2 ./paraview
> Process id: 1 >> ERROR: In
> /home/moder/paraview-3D/paraview-2.4.2-clone2/VTK/Rendering/vt
kXOpenGLRenderWindow.cxx,
> line 1319
> vtkXOpenGLRenderWindow (0xb576c78): bad X server connection.
>
> p1_22329: p4_error: interrupt SIGSEGV: 11
> rm_l_1_22330: (1360.557878) net_send: could not write to
> fd=5, errno = 32 ==========
>
> What could be wrong?
One problem is that the process on the second node is trying to open an
X window, and the xhost is refusing the connection. ParaView does not
open up an x window until it needs to composite the data, which is why
it doesn't happen until you load a "larger" data set. Change the
permissions of the xhost on process 2 to allow the mpi job to connect to
it.
-Ken
More information about the ParaView
mailing list