[Paraview] Unable to complie ParaView3 with openmpi

Berk Geveci berk.geveci at kitware.com
Sat Aug 4 09:39:56 EDT 2007


Those symbols are from the C++ bindings of MPI. ParaView doesn't require the
C++ bindings but something in the openmpi library must. You have add that
library to MPI_EXTRA_LIBRARY.

-berk


On 4 Aug 2007 09:06:33 -0000, Raashid Baig <raashid.b at rediffmail.com> wrote:
>
> 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
>
>
> [image: ebay]<http://adworks.rediff.com/cgi-bin/AdWorks/click.cgi/www.rediff.com/signature-home.htm/1050715198@Middle5/1362386_1355934/1361766/1?PARTNER=3&OAS_QUERY=null+target=new+>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070804/671c6b5c/attachment.htm


More information about the ParaView mailing list