<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">hi, thanks for the information, it&#39;s just that I am having some problem configuring paraview with openmpi</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">I have set my cmake variables as such :</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">MPI_EXTRA_LIBRARY : MPI_EXTRA_LIBRARY-NOTFOUND</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">MPI_INCLUDE_PATH<span style="mso-spacerun: yes">&nbsp; </span>:<span style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>/home/kalpanak/Installation_Files/OpenMPI/openmpibuild/include</font></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">MPI_LIBRARY :</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">/home/kalpanak/Installation_Files/OpenMPI/openmpibuild/lib/libmpi.a;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">/home/kalpanak/Installation_Files/OpenMPI/openmpibuild/lib/libmpi_cxx.a;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">/home/kalpanak/Installation_Files/OpenMPI/openmpibuild/lib/libopen-pal.a;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">/home/kalpanak/Installation_Files/OpenMPI/openmpibuild/lib//libopen-rte.a;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">/home/kalpanak/Installation_Files/OpenMPI/openmpibuild/lib/openmpi/libompitv.a</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">And this is how I build my openmpi</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">./configure --prefix=/home/kalpanak/Installation_Files/OpenMPI/openmpibuild&nbsp;<span style="mso-spacerun: yes"> </span>--enable-static --disable-shared</font></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">I have added the bin to the path and lib to the ld_library_path</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">What am I doing wrong..</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">I keep getting errors when I used only libmpi.a, then I came across </font><a href="http://public.kitware.com/pipermail/paraview/2007-September/005905.html"><font face="georgia">http://public.kitware.com/pipermail/paraview/2007-September/005905.html</font></a></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">this link, and I modified my configuration to the same information on the website and I still receive errors., something to do with pthread_fork….</font></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">&nbsp;</font></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><font face="georgia">Do you think it's the openmpi version, conflicts with Paraview 3.2.1 maybe...?, am using openmpi-1.2.5</font></p><br><br>
<div><span class="gmail_quote">On 4/16/08, <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="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div><span class="e" id="q_1195319208728e9c_0">Cally K wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px; BORDER-LEFT: #ccc 1px solid">Was just wondering how do I configure Paraview3.2.1 with open mpi,<br>&nbsp;my &nbsp;MPI_LIBRARY= points to libmpi.a<br>&nbsp;but I left the mpi_extra_library path empty,should I fill up this.<br>
MPI_EXTRA_LIBRARY:FILEPATH=<br></blockquote><br></span></div>Cally, there is no general answer to your question. Different implementations of MPI require different things. You need to learn what files a C++ program using your MPI needs when linking. Be sure to include your MPI library for C++, if there is one.<br>
<br>For example, on one of our Linux clusters:<br><br>MPI_LIBRARY:<br>/usr/local/packages/mvapich2/lib/libmpich.so<br><br>MPI_EXTRA_LIBRARY:<br>-L/usr/local/packages/mvapich2/lib;-Wl,-rpath;-Wl,/usr/local/packages/mvapich2/lib;-lmpichcxx;-lmpich;-L/usr/lib64;-lrdmacm;-libverbs;-l<br>
ibumad;-lpthread;-lrt<br><br>Kent<br>Pittsburgh Supercomputing Center<br></blockquote></div><br>