[Paraview] CVS MPI compile failing

orion at cora.nwra.com orion at cora.nwra.com
Wed Jul 16 22:49:55 EDT 2008


What I tried to communicate with the final sentence is that FindMPI *is*
working.  -I/usr/include/openmpi/1.2.4-gcc/ is being added to many
targets, just not *this* one.

> mpi.h is not part of ParaView.  It is found by installing some version of
> mpi (mpich or openMPI, for instance), and then pointing ParaView to it.
>
> The path to mpi includes is set as follows using cmake:
>   MPI_INCLUDE_PATH:PATH=/yourPathToTheBaseOfYourMPIHere/include
>
> You probably want to set the MPI library also, as follows (example for
> mpich):
>   DMPI_LIBRARY:FILEPATH=/yourPathToTheBaseOfYourMPIHere/lib/libmpich.a
>
> alan
>
> -----Original Message-----
> From: paraview-bounces at paraview.org [mailto:paraview-bounces at paraview.org]
> On Behalf Of orion at cora.nwra.com
> Sent: Wednesday, July 16, 2008 8:24 PM
> To: paraview at paraview.org
> Subject: [Paraview] CVS MPI compile failing
>
> I'm getting this now:
>
> /builddir/build/BUILD/ParaView3.3.0-20080716/VTK/Parallel/vtkCompositer.cxx:25:18:
> error: mpi.h: No such file or directory
>
> For some reason the MPI include directory is not being added to this
> target.  It is being added to many targets before this.
>
> - Orion
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>
>



More information about the ParaView mailing list