[Paraview] Probleme to make paraview

Stéphane Le Borgne stephane.leborgne at univ-pau.fr
Mon Apr 19 10:20:24 EDT 2010


Le 19/04/2010 14:49, David E DeMarle a écrit :
> When you configure paraview with cmake, do you have both libmpi.so and
> libmpi_cxx (in MPI_LIBRARY, MPI_EXTRA_LIBRARY)?
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 28 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-371-3971 x109
>
>
>
> 2010/4/19 Stéphane Le Borgne<stephane.leborgne at univ-pau.fr>:
>    
>> Hi all,
>>
>> I can't resolve this problem.
>> When i compile Paraview, (under Centos 5.x) i always have this message :
>>
>> Linking CXX executable ../../../../../bin/QVTKCxxTests
>> /usr/bin/ld: warning: libmpi.so.0, needed by
>> ../../../../../bin/libvtkParallel.so.pv3.8, not found (try using -rpath or
>> -rpath-link)
>> ../../../../../bin/libvtkParallel.so.pv3.8: undefined reference to
>> `MPI_Comm_rank'
>> ../../../../../bin/libvtkParallel.so.pv3.8: undefined reference to
>> `MPI_Win_unlock'
>> ../../../../../bin/libvtkParallel.so.pv3.8: undefined reference to
>> `ompi_mpi_op_lor'
>> ../../../../../bin/libvtkParallel.so.pv3.8: undefined reference to
>> `MPI_Abort'
>> ../../../../../bin/libvtkParallel.so.pv3.8: undefined reference to
>> `ompi_mpi_comm_null'
>>
>> But libmpi.so is in the PATH.
>>
>> Best regards.
>>
>> Stéphane Le Borgne
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the ParaView Wiki at:
>> http://paraview.org/Wiki/ParaView
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.paraview.org/mailman/listinfo/paraview
>>
>>
>>      
Hi David.

Ok for

libmpi.so


I informed LD_LIBRARY_PATH and it's ok now.

Thank you



More information about the ParaView mailing list