Re: [Paraview] PV 3.10.1 - compile error w.r.t. MapReduceMPI

2011-08-08 Thread Paul Melis
Hello Robert, On 08/05/2011 04:53 PM, Robert Maynard wrote: I have seen this problem before you need to fix the MPI_INCLUDE_PATH to only point to the directory that has mpi.h not both of those directories. If this fixes the problem you should open a bug on http://paraview.org/Bug

[Paraview] PV 3.10.1 - compile error w.r.t. MapReduceMPI

2011-08-05 Thread Paul Melis
Hi, I'm building PV 3.8.1 and PV 3.10.1 on exactly the same Debian 6.0 system (64-bit) system using the exact same CMAKE configuration lines: #!/bin/sh cmake \ -DCMAKE_BUILD_TYPE=Release \ -DMANTA_BUILD=$HOME/c/manta-2439-build \ -DMANTA_SOURCE=$HOME/c/manta-2439 \

Re: [Paraview] PV 3.10.1 - compile error w.r.t. MapReduceMPI

2011-08-05 Thread David Partyka
Hi Paul, Have you turned MPI On then Off and then back On again? I've seen it get confused when this happens. Can you try a fresh (delete your build tree) build of 3.10.1 and turn everything on at once? On Fri, Aug 5, 2011 at 8:15 AM, Paul Melis paul.me...@sara.nl wrote: Hi, I'm building PV

Re: [Paraview] PV 3.10.1 - compile error w.r.t. MapReduceMPI

2011-08-05 Thread Paul Melis
Hi David, On 08/05/2011 02:55 PM, David Partyka wrote: Have you turned MPI On then Off and then back On again? I've seen it get confused when this happens. Tried that, doesn't help, unfortunately Can you try a fresh (delete your build tree) build of 3.10.1 and turn everything on at once?

Re: [Paraview] PV 3.10.1 - compile error w.r.t. MapReduceMPI

2011-08-05 Thread Paul Melis
Hi, I just noticed my cmake is 2.8.2, would trying the latest version help here? Paul On 08/05/2011 04:47 PM, Paul Melis wrote: Hi David, On 08/05/2011 02:55 PM, David Partyka wrote: Have you turned MPI On then Off and then back On again? I've seen it get confused when this happens.

Re: [Paraview] PV 3.10.1 - compile error w.r.t. MapReduceMPI

2011-08-05 Thread Robert Maynard
Hi, I have seen this problem before you need to fix the MPI_INCLUDE_PATH to only point to the directory that has mpi.h not both of those directories. If this fixes the problem you should open a bug on http://paraview.org/Bughttp://paraview.org/Bug/my_view_page.php On Fri, Aug 5, 2011 at 10:50

Re: [Paraview] PV 3.10.1 - compile error w.r.t. MapReduceMPI

2011-08-05 Thread David Partyka
Yeah, FindMPI has recently been re-written I would update to the latest and give that a shot. On Fri, Aug 5, 2011 at 10:50 AM, Paul Melis paul.me...@sara.nl wrote: Hi, I just noticed my cmake is 2.8.2, would trying the latest version help here? Paul On 08/05/2011 04:47 PM, Paul Melis

Re: [Paraview] PV 3.10.1 - compile error w.r.t. MapReduceMPI

2011-08-05 Thread Paul Melis
On 08/05/2011 04:53 PM, David Partyka wrote: Yeah, FindMPI has recently been re-written I would update to the latest and give that a shot. With cmake 2.8.5 I get the following warning more than once during cmake configure: CMake Warning (dev) at