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: /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
For my paraview/src/paraview-build/CMakeCache.txt I get: /usr/lib/libmpich.so Is anyone else hitting this issue besides me? Andy On Thu, Jun 13, 2013 at 3:02 PM, Sebastien Jourdain < [email protected]> wrote: > I'm currently pushing a fix that remove that PV_ prefix. So once it's in, > you should be good. > > commit 3fb38e429260288cbb723fb198fa396e6cc2de27 > Author: Sebastien Jourdain <[email protected]> > Date: Thu Jun 13 14:59:55 2013 -0400 > > Remove PV_ prefix for ParaView MPI variable names > > Change-Id: Ia40c16c77bbd494c4626def729ea964f3abd9d9c > > > On Thu, Jun 13, 2013 at 1:51 PM, Utkarsh Ayachit < > [email protected]> wrote: > >> > Shouldn't there be PV_ variables defined in the CMakeCache.txt file in >> the paraview directory? >> >> They wont. If you look at mpi.use.system.cmake in PAraViewSuperbuild, >> it pass the PV variables as MPI_* variables. I'd say the bug is that >> the file uses PV_MPI_* variables at all. They should all just be >> MPI_*. >> >> Utkarsh >> > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
