Hello, I'm using OpenMPI with VTK (Visualization Toolkit) now on Windows Vista,
and here are some problems occured during installation.
OpenMPI 1.5: Error during CMake, no matter using MinGW32 or VS2005 as compiler
OpenMPI 1.4.3:
1 Building with VS2005 is OK, but when I used MinGW v3.81 (I had chosen MinGW
in CMake and then used mingw32-make to build) it reported error at the very
beginning (0%) of make progress
2 When I tried to build VTK with OM, it reported 'undefined reference to
'MPI::Comm::Comm()', ''undefined reference to 'MPI::Win::Free()' and 'undefined
reference to 'MPI::Datatype::Free()'
So could I get some help? Thanks!