[Paraview] pvserver cannot find shared library

2009-12-13 Thread Huan Sun
Hello, I installed paraview with open mpi following the instructions on paraview.org/wiki. But when I ran mpirun -np 12 ./pvserver the pvserver complained it didn't find shared library libvtkPVServerCommon.so. I checked the lib/ in the installation direction and found the library. I am ju

Re: [Paraview] pvserver cannot find shared library

2009-12-14 Thread Huan Sun
This > happens when using a development version of ParaView by default (i.e. > checkout of trunk from cvs) or if you explicitly turn off > VTK_USE_RPATH > > Best, > -berk > > On Mon, Dec 14, 2009 at 1:59 AM, Huan Sun wrote: > > Hello, > > > > I ins

Re: [Paraview] pvserver cannot find shared library

2009-12-15 Thread Huan Sun
t your LD_LIBRARY_PATH to > where the ParaView libraries are. You need to do that such that the > processes launched by OpenMPI get this LD_LIBRARY_PATH. > > On Mon, Dec 14, 2009 at 3:13 PM, Huan Sun wrote: > > > > Hi Berk, > > > > Yes, I downloaded the sourc

[Paraview] compiling paraview against mpich2

2009-12-15 Thread Huan Sun
Hello, I was trying to compile paraview against mpich2. I wonder if I need to specify some extra mpi libraries the cmake configuration. I don't have a root account so i built the mpich2 under my own account. So ccmake cannot find it. Also, can I compile paraview against staticly built mpi librar

Re: [Paraview] compiling paraview against mpich2

2009-12-15 Thread Huan Sun
ER to the mpicxx that is in your > MPI version. Next configure. CMake should pick all the right MPI > settings. > > -berk > > On Tue, Dec 15, 2009 at 5:57 PM, David E DeMarle > wrote: > > You need to link to both the mpi and mpicxx libs. Put one in > > MPI_LIBRARI

Re: [Paraview] compiling paraview against mpich2

2009-12-16 Thread Huan Sun
u positive that you set LD_LIBRARY_PATH > > correctly and you also exported the variable (assuming you are using > > bash/ksh/zsh)? > > > > -berk > > > > On Tue, Dec 15, 2009 at 11:52 PM, Huan Sun wrote: > >> > >> Hi, > >> >