[Paraview] bug in ParaView 3.4.0 server

Berk Geveci berk.geveci at kitware.com
Mon Dec 29 16:54:13 EST 2008


Looking more carefully at the server errors, it looks like you are
running a server that is not MPI enabled. In fact, it looks like the
pvserver from our binary distribution. Each server node is reporting
the following error:

ERROR: In /tmp/ParaView-3.4.0/Servers/Common/vtkProcessModuleConnectionManager.cxx,
line 180
vtkProcessModuleConnectionManager (0x15bcfe60): Failed to set up server socket.

Only the first node is supposed to execute that code. Also, the path
of the error is the path we used to build our binaries which is
unlikely to be the same as yours.

Can you verify that /usr/local/paraview/bin/pvserver (the one in
Stephen's PBS script) is the right executable? Nicolas sent the ldd
output of /home/install/paraview-340/bin/pvserver.

-berk

On Fri, Dec 19, 2008 at 7:44 AM, Nicolas Niclausse
<Nicolas.Niclausse at sophia.inria.fr> wrote:
> Berk Geveci ecrivait le 17.12.2008 19:02:
>> Can you send us the CMakeCache.txt file from your build?
>> On the server, can you run
>>> pvserver --ldd
>> and send us the output? If pvserver --ldd fails, try
>>> ldd pvserver
>
>
> ldd /home/install/paraview-340/bin/pvserver
>        libhistory.so.5 => /usr/lib64/libhistory.so.5 (0x00002aaaaaabe000)
>        libreadline.so.5 => /usr/lib64/libreadline.so.5 (0x0000003e40a00000)
>        libGL.so.1 => /usr/lib64/libGL.so.1 (0x0000003e3de00000)
>        libOSMesa.so.6 => /usr/lib64/libOSMesa.so.6 (0x00002aaaaacc7000)
>        libXt.so.6 => /usr/lib64/libXt.so.6 (0x0000003e3f600000)
>        libSM.so.6 => /usr/lib64/libSM.so.6 (0x0000003e40600000)
>        libICE.so.6 => /usr/lib64/libICE.so.6 (0x0000003e3fe00000)
>        libX11.so.6 => /usr/lib64/libX11.so.6 (0x0000003e3d200000)
>        libXext.so.6 => /usr/lib64/libXext.so.6 (0x0000003e3ee00000)
>        libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003e3ca00000)
>        libm.so.6 => /lib64/libm.so.6 (0x0000003e3c200000)
>        libdl.so.2 => /lib64/libdl.so.2 (0x0000003e3be00000)
>        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003460200000)
>        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x000000345fe00000)
>        libc.so.6 => /lib64/libc.so.6 (0x0000003e3ba00000)
>        libtinfo.so.5 => /lib64/libtinfo.so.5 (0x0000003e3ea00000)
>        libXxf86vm.so.1 => /usr/lib64/libXxf86vm.so.1 (0x0000003e3d600000)
>        libdrm.so.2 => /usr/lib64/libdrm.so.2 (0x0000003e3c600000)
>        libselinux.so.1 => /lib64/libselinux.so.1 (0x0000003e3ce00000)
>        libXau.so.6 => /usr/lib64/libXau.so.6 (0x00002aaaab109000)
>        libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x0000003e3da00000)
>        /lib64/ld-linux-x86-64.so.2 (0x0000003e3b600000)
>        libsepol.so.1 => /lib64/libsepol.so.1 (0x00002aaaab30b000)
>
>
> compiled on a fedora 7 x86-64 OS, using gcc (4.1.2 20070925) and mpich2.
>
> cmake args:
>
> cmake .. \
> -DCMAKE_CXX_FLAGS:STRING="-DMPICH_IGNORE_CXX_SEEK" \
> -DCMAKE_EXE_LINKER_FLAGS:STRING=-L/usr/lib64 \
> -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/paraview \
> -DCMAKE_MODULE_LINKER_FLAGS:STRING=-L/usr/lib64 \
> -DCMAKE_SHARED_LINKER_FLAGS:STRING=-L/usr/lib64 \
> -DMPI_INCLUDE_PATH:PATH=/opt/mpich2/gnu/include \
> -DMPI_LIBRARY:FILEPATH=/opt/mpich2/gnu/lib/libmpich.a \
> -DOPENGL_gl_LIBRARY:FILEPATH=/usr/lib64/libGL.so \
> -DOPENGL_glu_LIBRARY:FILEPATH=/usr/lib64/libGLU.so \
> -DVTK_MPIRUN_EXE:FILEPATH=/opt/mpich2/gnu/bin/mpirun \
> -DVTK_MPI_NUMPROC_FLAG:STRING=-np \
> -DVTK_USE_64BIT_IDS:BOOL=ON \
> -DVTK_USE_MPI:BOOL=ON \
> -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
> -DX11_X11_LIB:FILEPATH=/usr/lib64/libX11.so \
> -DX11_Xext_LIB:FILEPATH=/usr/lib64/libXext.so
>
> we are using offline-rendering with pvserver.
>
> --
> Nicolas NICLAUSSE                          Service DREAM
> INRIA Sophia Antipolis                     http://www-sop.inria.fr/
> 2004 route des lucioles - BP 93            Tel: (33/0) 4 92 38 76 93
> 06902  SOPHIA-ANTIPOLIS cedex (France)     Fax: (33/0) 4 92 38 76 02
>


More information about the ParaView mailing list