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&#39;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> &lt;<a href="mailto:eschenbe@psc.edu">eschenbe@psc.edu</a>
&gt; 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>&gt; Hi All,<br>&gt;<br>&gt; I built paraview 2.6 in MPI mode and got the following error when trying<br>&gt; to run paraview.<br>&gt;<br>&gt; error while loading shared libraries: liblammpi++.so.0: cannot open<br>&gt; shared object file: No such file or directory
<br>&gt;<br>&gt; I did a search for this file and it does not exist. Was this supposed to<br>&gt; be created during the build or am I missing some mpi components? I&#39;m<br>&gt; using a Fedora core 6 machine.<br>&gt;<br>
&gt; Thanks,<br>&gt;<br>&gt; Bikash<br></blockquote></div><br>