<div dir="ltr">Installing in a different build directory seems to have done the trick. Maybe there were some conflicts with the existing older files. Thanks for your help.</div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/3/13 David E DeMarle <span dir="ltr"><<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Sorry, nothing comes to my mind after looking at the config, other than it is possible that the build system got confused and you should try a clean build in a new build directory. When you do, please save off the entire build output (make -j 1>& buildout.txt&; tail -f buildout.txt) so that we can see what happens when vtkFiltersParallelMPI is built and later wrapped into ParaView's client server (CS) control language.<span class="HOEnZb"><font color="#888888"><div>
<div><br></div><div><div><div><div><div><br></div></div></div></div></div></div></font></span></div><div class="gmail_extra"><span class="HOEnZb"><font color="#888888"><br clear="all"><div>David E DeMarle<br>Kitware, Inc.<br>
R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>
Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a></div></font></span><div><div class="h5">
<br><br><div class="gmail_quote">On Tue, Mar 12, 2013 at 12:02 PM, Pradeep Jha <span dir="ltr"><<a href="mailto:pradeep@ccs.engg.nagoya-u.ac.jp" target="_blank">pradeep@ccs.engg.nagoya-u.ac.jp</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for the response. I am attaching the CMakeCache.txt file with this email. </div><div>
<div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/3/12 David E DeMarle <span dir="ltr"><<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">These look like two separate issues to me.<br><div class="gmail_extra"><br><div class="gmail_quote"><div>
On Tue, Mar 12, 2013 at 1:40 AM, Pradeep Jha <span dir="ltr"><<a href="mailto:pradeep@ccs.engg.nagoya-u.ac.jp" target="_blank">pradeep@ccs.engg.nagoya-u.ac.jp</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><font face="arial, sans-serif">I am trying to install Paraview on a supercomputer with OSMesa support. I have installed OSMesa and everything else required and set my configurations <a href="http://paraview.org/Wiki/ParaView/Users_Guide/Parallel_Rendering#Offscreen_Software_Rendering_via_OSMesa" target="_blank">according to this page</a> in the cmake file. </font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">The only thing is I cannot find the </font><span style="font-family:sans-serif;font-size:13px;line-height:19.046875px">libGLU.so on the computer. To install the libGLU, when I use the rpm file, I get the following output:</span></div>
<div><span style="font-family:sans-serif;line-height:19.046875px">----------------------------------------------------------------------------</span><span style="font-family:sans-serif;font-size:13px;line-height:19.046875px"><br>
</span></div><div><div><font face="sans-serif"><span style="line-height:19.046875px">[k00603@fe01p08 HH-1298]$rpm2cpio /home/hp120242/k00603/distfiles/HH-1298/mesa-libGLU-6.5.1-7.10.el5.x86_64.rpm | cpio -id</span></font></div>
<div><font face="sans-serif"><span style="line-height:19.046875px">cpio: ./usr/lib64/libGLU.so.1 not created: newer or same age version exists</span></font></div><div><font face="sans-serif"><span style="line-height:19.046875px">cpio: ./usr/lib64/libGLU.so.1.3.060501 not created: newer or same age version exists</span></font></div>
<div><font face="sans-serif"><span style="line-height:19.046875px">1026 blocks</span></font></div><div><font face="sans-serif"><span style="line-height:19.046875px">----------------------------------------------------------------------------</span></font></div>
</div><div><span style="font-family:sans-serif;font-size:13px;line-height:19.046875px"><br></span></div><div><span style="font-family:sans-serif;font-size:13px;line-height:19.046875px">When I did:</span></div>
<div style="font-family:arial,sans-serif;font-size:13px"><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">---------------------------------------------------------------<br></span></font><div>
<div style="line-height:19.046875px;font-family:sans-serif">[k00603@fe01p09 ~]$locate libGLU</div><div style="line-height:19.046875px;font-family:sans-serif">/usr/lib/libGLU.so.1</div><div style="line-height:19.046875px;font-family:sans-serif">
/usr/lib/libGLU.so.1.3.060501</div><div style="line-height:19.046875px;font-family:sans-serif">/usr/lib64/libGLU.so.1</div><div style="line-height:19.046875px;font-family:sans-serif">/usr/lib64/libGLU.so.1.3.060501</div>
<div style="line-height:19.046875px;font-family:sans-serif">
----------------------------------------------------</div><div style="line-height:19.046875px;font-family:sans-serif">so I set the "OPENGL_glu_LIBRARY" environment to "/usr/lib64/libGLU.so.1" and generate the Makefile using Cmake.</div>
<div style="line-height:19.046875px;font-family:sans-serif"><br></div></div></div></div></blockquote><div><br></div></div><div>That seems like it should be fine. The RPM is just telling you that you already have a GLU. </div>
<div>FWIW: Personally I've always just downloaded Mesa source and built it myself locally rather than using the package manager to install it for everyone. Doing so I'm sure to use the libGLU that comes with mesa.</div>
<div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px"><div>
<div style="line-height:19.046875px;font-family:sans-serif"></div><div style="line-height:19.046875px;font-family:sans-serif">After this when I run the "make" command, I am getting the following error:</div>
<div style="line-height:19.046875px;font-family:sans-serif">--------------------------------------------------------------------------------------------------------<br></div><div><div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">[ 87%] Built target vtkRenderingMatplotlibCS</span></font></div>
<div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">[ 88%] Built target vtkPVServerManagerRenderingCS</span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">[ 89%] Built target vtkRenderingLODCS</span></font></div>
<div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">[ 90%] Built target vtkPVServerManagerDefaultCS</span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">Linking CXX shared library ../../../lib/<a href="http://libvtkpvservermanagerapplication-pv3.98.so/" target="_blank">libvtkPVServerManagerApplication-pv3.98.so</a></span></font></div>
<div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">CMakeFiles/vtkPVServerManagerApplication.dir/vtkInitializationHelper.cxx.o: In function `PARAVIEW_CSSTREAMS_INITIALIZE(vtkClientServerInterpreter*)':</span></font></div>
<div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">vtkInitializationHelper.cxx:(.text+0x355): undefined reference to `vtkFiltersParallelMPICS_Initialize'</span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">collect2: ld returned 1 exit status</span></font></div>
<div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">make[2]: *** [lib/libvtkPVServerManagerApplication-pv3.98.so.1] Error 1</span></font></div><div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">make[1]: *** [ParaViewCore/ServerManager/SMApplication/CMakeFiles/vtkPVServerManagerApplication.dir/all] Error 2</span></font></div>
<div><font color="#000000" face="sans-serif"><span style="line-height:19.046875px">make: *** [all] Error 2</span></font></div></div></div></div><div style="font-family:arial,sans-serif;font-size:13px"><span style="line-height:19.046875px;font-family:sans-serif">----------------------------------------------------</span><span style="line-height:19.046875px;font-family:sans-serif">----------------------------------------------------</span><font color="#000000" face="sans-serif"><span style="line-height:19.046875px"><br>
</span></font></div><div style="font-family:arial,sans-serif;font-size:13px"><span style="line-height:19.046875px;font-family:sans-serif"><br></span></div></div></blockquote><div> </div></div><div>This error is entirely different and doesn't have anything to do with Mesa. It is saying that the vtk library vtkFiltersParallelMPI isn't right. Are you using an external VTK by any chance, and one without MPI turned on in cmake? If so, don't. The ability to use an external VTK, rather than the one that comes inside VTK is still brand new in ParaView 3.98. If not, can you send me the CMakeCache.txt in you build tree? I might be able to spot what is wrong from that.</div>
<div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px"><span style="line-height:19.046875px;font-family:sans-serif"></span></div>
<div style="font-family:arial,sans-serif;font-size:13px"><span style="line-height:19.046875px;font-family:sans-serif">Any ideas what am I doing wrong?</span></div>
</div>
<br></div>_______________________________________________<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>
<br></blockquote></div><br></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>