[Paraview] CMake and Two Directories

clinton at elemtech.com clinton at elemtech.com
Wed Mar 21 15:21:54 EST 2007


On Wednesday 21 March 2007 2:03:49 pm Randall Hand wrote:
> Under what situation does this problem arise?
>
> I only ask because I've compiled PV2.4 & 2.6 numerous times with OpenMPI
> support, and never had this kind of problem.


If I set it to /usr/include/openmpi, I get
..../VTK/Parallel/vtkCompositer.cxx:25:
/usr/include/openmpi/mpi.h:1757:33: error: ompi/mpi/cxx/mpicxx.h: No such file 
or directory

Which is why I add /usr/include/openmpi/openmpi to the include path.

I'm use MPI as is from the linux distro.

Clint

>
> On 3/21/07, clinton at elemtech.com <clinton at elemtech.com> wrote:
> > On Wednesday 21 March 2007 1:20:28 pm Kent Eschenberg wrote:
> > > Can two directories be supplied for "MPI_INCLUDE_PATH"? I
> > > did but files in the second were not found.
> >
> > Here's what I do.
> >
> > //Path to a file.
> > MPI_INCLUDE_PATH:PATH=/usr/include/openmpi;/usr/include/openmpi/openmpi
> >
> > Clint
> >
> > > In general where does one find this sort of information? The
> > > "help" shown in ccmake doesn't answer many questions.
> > >
> > > ParaView 2.6.0
> > > CMake 2.4.6
> > > Redhat Enterprise
> > >
> > > Kent
> > > Pittsburgh Supercomputing Center
> > > _______________________________________________
> > > ParaView mailing list
> > > ParaView at paraview.org
> > > http://www.paraview.org/mailman/listinfo/paraview
> >
> > _______________________________________________
> > ParaView mailing list
> > ParaView at paraview.org
> > http://www.paraview.org/mailman/listinfo/paraview




More information about the ParaView mailing list