What do you have MPI_LIBRAY and MPI_EXTRA_LIBRARY set to?<div><br></div><div>On my Windows system that uses OpenMPI is have MPI_LIBRARY set to:</div><div><br></div><div>C:/Kitware/ParaView 3.10/build-x64/OpenMPI-install/lib/libmpi.lib</div>

<div><br>And MPI_EXTRA_LIBRARY set to:</div><div><br></div><div>C:/Kitware/ParaView 3.10/build-x64/OpenMPI-install/lib/libmpi_cxx.lib</div><div><br><div class="gmail_quote">On Tue, Apr 19, 2011 at 7:42 AM, Pratik Mallya <span dir="ltr">&lt;<a href="mailto:pratik.mallya@gmail.com">pratik.mallya@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br>
I built praview 3.10 successfully with openmpi 1.4 on my laptop. However, when i tried to do the same thing on a cluster, i get the following error:<br>
[ 36%] Built target TestCxxFeatures<br>
[ 36%] Built target TestInstantiator<br>
[ 36%] Built target FilteringCxxTests<br>
Linking CXX executable ../../../../bin/GraphicsCxxTests<br>
../../../../bin/libvtkParallel.so.pv3.10: undefined reference to `MPI::Is_initialized()&#39;<br>
../../../../bin/libvtkParallel.so.pv3.10: undefined reference to `op_intercept(void*, void*, int*, unsigned int*)&#39;<br>
../../../../bin/libvtkParallel.so.pv3.10: undefined reference to `mpi_sgi_status_ignore&#39;<br>
../../../../bin/libvtkParallel.so.pv3.10: undefined reference to `PMPI::Comm::mpi_comm_map&#39;<br>
../../../../bin/libvtkParallel.so.pv3.10: undefined reference to `PMPI::Comm::ignored_status&#39;<br>
../../../../bin/libvtkParallel.so.pv3.10: undefined reference to `PMPI::Intracomm::current_op&#39;<br>
../../../../bin/libvtkParallel.so.pv3.10: undefined reference to `PMPI::Request::ignored_status&#39;<br>
collect2: ld returned 1 exit status<br>
make[2]: *** [bin/GraphicsCxxTests] Error 1<br>
make[1]: *** [VTK/Graphics/Testing/Cxx/CMakeFiles/GraphicsCxxTests.dir/all] Error 2<br>
make: *** [all] Error 2<br>
<br>
Can anyone please  tell me what is causing this? I installed openmpi 1.4 and used ccmake to point to it, so that shouldn&#39;t be the problem, but it does look suspiciously like it .<br>
Also, i disabled use_python, as it was giving some errors with mpic++.... trying to figure that out too..<br>
-- <br>
*Pratik Mallya*<br>
<a href="http://en.wikipedia.org/wiki/User:Pratik.mallya" target="_blank">http://en.wikipedia.org/wiki/User:Pratik.mallya</a><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>