I found the exact file liblammpi++.so.0 in /usr/lib/lam which is what paraview is looking for. I set the cmake MPI options myself. I've given them below.<br><br>MPI_INCLUDE_PATH: /usr/include/lam<br><br>MPI_LIBRARY: -L/usr/lib/lam -llammpio -llammpi++ -llamf77mpi -lmpi -llam -laio -lutil -ldl
<br><br>I wonder why it still cannot find it.<br><br><br>Bikash<br><br><div><span class="gmail_quote"><br>On 4/2/07, <b class="gmail_sendername">Kent Eschenberg</b> <<a href="mailto:eschenbe@psc.edu">eschenbe@psc.edu</a>
> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> From the name of the file it looks like the C++ component<br>of the lam version of the mpi library. One of the cmake
<br>options must reference that library. Did you set the cmake<br>options for MPI yourself or did you let cmake set them<br>automatically?<br><br>If cmake set the option then it must have found the library<br>somewhere. Look for liblammpi++.so.* where * could be
<br>anything (nothing, .1, .2, ...). If you find it then create<br>a symbolic link from what ParaView wants (liblammpi++.so.0)<br>to what you have.<br><br>Kent<br>Pittsburgh Supercomputing Center<br><br>Bikash Agarwal wrote:
<br>> Hi All,<br>><br>> I built paraview 2.6 in MPI mode and got the following error when trying<br>> to run paraview.<br>><br>> error while loading shared libraries: liblammpi++.so.0: cannot open<br>> shared object file: No such file or directory
<br>><br>> I did a search for this file and it does not exist. Was this supposed to<br>> be created during the build or am I missing some mpi components? I'm<br>> using a Fedora core 6 machine.<br>><br>
> Thanks,<br>><br>> Bikash<br></blockquote></div><br>