[ParaView] problems with MPI
Christoph Moder
mail at christoph-moder.de
Mon Oct 30 10:06:48 EST 2006
Hi,
> I'm trying to compile paraview 2.4.4
> As described in the book, I used Cmake 2.4 and turning on VTK_USE_MPI...
> MPI_EXTRA_LIBRARY = MPI_EXTRA_LIBRARY-NOTFOUND
> MPI_INCLUDE_PATH = (.../mpi/mpich/include)
> MPI_LIBRARY = (...mpi/mpich/lib/libmpich.a)
>
> when I build with Visual Studio 2005, I have only errors about libmpich.a.lib that cannot open.
Maybe the extra library is missing - just set:
MPI_EXTRA_LIBRARY = ...mpi/mpich/lib/libmpich.a
Hope that helps.
Cheers,
Christoph
More information about the ParaView
mailing list