It kind of looks like something funky is still going on with this, at least for using the system MPI. In my superbuild cmake cache I get the following for MPI_C_LIBRARIES:<br>/usr/lib/libmpich.so;/usr/lib/libopa.so;/usr/lib/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so<br>
<br>For my paraview/src/paraview-build/CMakeCache.txt I get:<br>/usr/lib/libmpich.so<br><br>Is anyone else hitting this issue besides me?<br><br>Andy<br><br><div class="gmail_quote">On Thu, Jun 13, 2013 at 3:02 PM, Sebastien Jourdain <span dir="ltr"><<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm currently pushing a fix that remove that PV_ prefix. So once it's in, you should be good.<div>
<br></div><div><div>commit 3fb38e429260288cbb723fb198fa396e6cc2de27</div><div>Author: Sebastien Jourdain <<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>></div>
<div>Date: Thu Jun 13 14:59:55 2013 -0400</div><div><br></div><div> Remove PV_ prefix for ParaView MPI variable names</div><div> </div><div> Change-Id: Ia40c16c77bbd494c4626def729ea964f3abd9d9c</div></div></div>
<div class="HOEnZb"><div class="h5">
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 13, 2013 at 1:51 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>> Shouldn't there be PV_ variables defined in the CMakeCache.txt file in the paraview directory?<br>
<br>
</div>They wont. If you look at mpi.use.system.cmake in PAraViewSuperbuild,<br>
it pass the PV variables as MPI_* variables. I'd say the bug is that<br>
the file uses PV_MPI_* variables at all. They should all just be<br>
MPI_*.<br>
<span><font color="#888888"><br>
Utkarsh<br>
</font></span></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>