[Paraview] CVS MPI compile failing
Scott, W Alan
wascott at sandia.gov
Wed Jul 16 22:30:40 EDT 2008
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