[Paraview] Re: [vtk-developers] Paraview with MPICH2
Berk Geveci
berk.geveci at gmail.com
Wed Feb 22 07:08:16 EST 2006
Please don't. Changing when mpi.h is included can cause all kind of
problems because they tend to #define things they shouldn't. There is
an another solution. It involves adding a definition that tells mpich
not to use it's own SEEK_XXX. I will commit that today.
-Berk
On 2/22/06, John Biddiscombe <biddisco at cscs.ch> wrote:
> I compiled Paraview against MPICH2 on a windows box recently. It was
> basically fine and all seems to be working ok. But to make it compile I
> had to change about a dozen files in vtk/parallel (and examples I
> think) to reorder the includes and put
> #include <mpi.h>
> first instead of last as it was in most instances. (some messages about
> SEEK_XXX being defined in multiple headers requiring Mpi included first)
>
> I think it was only vtk sources that I changed (rather than paraview
> specific stuff).
>
> Shall I commit the changes to cvs?
>
> JB
>
> --
> John Biddiscombe, email:biddisco @ cscs.ch
> http://www.cscs.ch/about/BJohn.php
> CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07
> Via Cantonale, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
>
>
> _______________________________________________
> vtk-developers mailing list
> vtk-developers at vtk.org
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
More information about the ParaView
mailing list