[Paraview] Problems using Paraview 3.6.1 on a linux cluster
Karl König
kkoenig11 at web.de
Fri Oct 9 03:24:30 EDT 2009
Hi Paolo,
>> If you did a make install, did you compile with VTK_USE_RPATH ON or OFF?
>
> VTK_USE_RPATH = OFF (default, I believe)
>
>> This probably has something to do with not having rpath and not
>> setting LD_LIBRARY_PATH.
>
> How LD_LIBRARY_PATH has to be set? On each node?
Try to extend LD_LIBRARY_PATH on each node (prior to invoking one of the
paraview binaries) with
LD_LIBRARY_PATH=/home/utente/ParaView/ParaView-bin/bin/pvserver:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
(Bourne and Korn shell syntax, see man pages for C shell syntax)
Karl
More information about the ParaView
mailing list