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
_______________________________________________
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to