The problem was not being able to find lam mpi libs at runtime. I set the LD_LIBRARY_PATH=/usr/lib/lam and it works now. <br><br>Thanks everyone for the assistance.<br><br>Bikash<br><br><div><span class="gmail_quote">On 4/2/07, 
<b class="gmail_sendername">Clinton Stimpson</b> &lt;<a href="mailto:clinton@elemtech.com">clinton@elemtech.com</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;">
<br>This looks like a runtime issue, not build issue.<br>It looks like installing lam-libs on FC6 doesn&#39;t configure ld.so.conf to<br>find lam mpi libs at runtime.&nbsp;&nbsp;I expect the lam-libs package maintainer<br>to do that.
<br>To compare with, when installing openmpi, it sets up the<br>/etc/ld.so.conf.d/mpi* files, so the mpi libs are found at runtime.<br><br>You can add a line &quot;/usr/lib/lam&quot; to /etc/ld.so.conf then run<br>/sbin/ldconfig, or set your LD_LIBRARY_PATH=/usr/lib/lam.
<br><br>Clint<br><br>Bikash Agarwal wrote:<br>&gt; I found the exact file liblammpi++.so.0 in /usr/lib/lam which is what<br>&gt; paraview is looking for. I set the cmake MPI options myself. I&#39;ve<br>&gt; given them below.
<br>&gt;<br>&gt; MPI_INCLUDE_PATH: /usr/include/lam<br>&gt;<br>&gt; MPI_LIBRARY: -L/usr/lib/lam -llammpio -llammpi++ -llamf77mpi -lmpi<br>&gt; -llam -laio -lutil -ldl<br>&gt;<br>&gt; I wonder why it still cannot find it.<br>
&gt;<br>&gt;<br>&gt; Bikash<br>&gt;<br>&gt;<br>&gt; On 4/2/07, *Kent Eschenberg* &lt;<a href="mailto:eschenbe@psc.edu">eschenbe@psc.edu</a><br>&gt; &lt;mailto:<a href="mailto:eschenbe@psc.edu">eschenbe@psc.edu</a>&gt; &gt; wrote:
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; From the name of the file it looks like the C++ component<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; of the lam version of the mpi library. One of the cmake<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; options must reference that library. Did you set the cmake<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; options for MPI yourself or did you let cmake set them<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; automatically?<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; If cmake set the option then it must have found the library<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; somewhere. Look for liblammpi++.so.* where * could be
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; anything (nothing, .1, .2, ...). If you find it then create<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; a symbolic link from what ParaView wants (liblammpi++.so.0)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; to what you have.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Kent<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Pittsburgh Supercomputing Center
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Bikash Agarwal wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Hi All,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; I built paraview 2.6 in MPI mode and got the following error<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; when trying<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; to run paraview.<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; error while loading shared libraries: liblammpi++.so.0: cannot open<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; shared object file: No such file or directory<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; I did a search for this file and it does not exist. Was this
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; supposed to<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; be created during the build or am I missing some mpi components? I&#39;m<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; using a Fedora core 6 machine.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Thanks,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Bikash<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; ParaView mailing list<br>&gt; 
<a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br>&gt;<br><br></blockquote></div>
<br>