[Paraview] Unable to complie ParaView3 with openmpi

Raashid Baig raashid.b at rediffmail.com
Sat Aug 4 05:06:33 EDT 2007


I have uninstalled the openmpi installed through synaptic package manager on my Ubuntu desktop and installed a fresh copy of openmpi in my home directory. I have appened the PATH to /home/raashid/openmpi_install/bin and LD_LIBRARY_PATH to /home/raashid/openmpi_install/lib

I tried to compile ParaView3 again and set the 
MPI_INCLUDE_PATH:PATH=/home/raashid/openmpi_install/include
MPI_LIBRARY:FILEPATH=/home/raashid/openmpi_install/lib/libmpi.so

I am getting a new error this time as :

[ 24%] Building CXX object VTK/VolumeRendering/Testing/Cxx/CMakeFiles/VolumeRenderingCxxTests.dir/ExerciseUnstructuredGridRayCastMapper.o
Linking CXX executable ../../../../bin/VolumeRenderingCxxTests
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `ompi_mpi_cxx_op_intercept'
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `MPI::Datatype::Free()'
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `MPI::Win::Set_errhandler(MPI::Errhandler const&)'
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `MPI::Comm::Set_errhandler(MPI::Errhandler const&)'
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `MPI::Comm::Comm()'
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `MPI::Win::Free()'
collect2: ld returned 1 exit status
make[2]: *** [bin/VolumeRenderingCxxTests] Error 1
make[1]: *** [VTK/VolumeRendering/Testing/Cxx/CMakeFiles/VolumeRenderingCxxTests.dir/all] Error 2
make: *** [all] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070804/2583a84a/attachment.html


More information about the ParaView mailing list