Hi Rich,<div><br></div><div>I am currently on working on get mili installed on a test machine to confirm that it works when built both with dynamic and statically with ParaView.</div><div><br><div class="gmail_quote">On Mon, Apr 11, 2011 at 3:16 PM, Cook, Rich <span dir="ltr">&lt;<a href="mailto:cook47@llnl.gov">cook47@llnl.gov</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word">Hmm, I thought it only applied to IceT: <div><br></div><div><div>//Build IceT with shared libraries.</div>

<div>BUILD_SHARED_LIBS:BOOL=OFF</div><div><br></div><div>It&#39;s OFF.  I can try turning it on, and go through the build process again, but would this fix the MILI reader?   </div><div><br></div><div>And if this switch is OFF, thus disabling the &quot;shared forwarding&quot; wrapper trick, then why does the installer strip rpath out of the executable?  From his earlier email, it sounds like Robert Maynard is going to fix this issue.  I don&#39;t see any dependence on libraries in the build tree -- the necessary libs seem to be in INSTALL_DIR/lib or normal system paths. </div>

<div><br></div><div>In the meantime, is there a workaround so that the MILI reader will work?  Is it a share library somewhere that I can copy somewhere?  Or do I need to just be patient?  I&#39;m 45 years old but I still have lots to learn about patience!  :-)</div>

<div><br></div><font color="#888888"><div>-- Rich </div></font><div><div></div><div class="h5"><div><br></div><div><div>On Apr 11, 2011, at 11:37 AM, David Partyka wrote:</div><br><blockquote type="cite">Hi Rich, in CMake gui is BUILD_SHARED_LIBS on or off, that is what decides if you&#39;re doing static or not.<br>

<br><div class="gmail_quote">On Mon, Apr 11, 2011 at 2:34 PM, Cook, Rich <span dir="ltr">&lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</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 don&#39;t know why or how I&#39;m doing a static build and am not married to the idea -- it appears to be incidental to other choices I&#39;m making.  I certainly never checked a box or set a variable explicitly requesting a static build that I recall.  I don&#39;t know if this list will allow me to attach the CMakeCache.txt file or if that would exceed a limit.<br>




Clearly the executables are not statically linked, or else I would not need rpath, so I don&#39;t know in what sense I&#39;m doing a static build.<br>
The only libraries I&#39;m statically linking are libsiloh5.a, libhdf5.a and libmili.a<br>
Cheers and thank you<br>
<font color="#888888">--Rich<br>
</font><div><div></div><div><br>
On Apr 11, 2011, at 11:08 AM, Utkarsh Ayachit wrote:<br>
<br>
&gt; Rich,<br>
&gt;<br>
&gt; Dave just reminded me that you&#39;re doing a static build, I missed that.<br>
&gt; In that case you will no have the &quot;wrapper&quot; executable I was referring<br>
&gt; to and &quot;shared forwarding&quot; does not apply.<br>
&gt; Out of curiosity, what libraries are you linking in shared with this<br>
&gt; static build?<br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
&gt; On Mon, Apr 11, 2011 at 1:57 PM, Utkarsh Ayachit<br>
&gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt; I was hoping someone was going respond about the rpath stripping, but<br>
&gt;&gt; alas I suppose I&#39;ll have to :).<br>
&gt;&gt;<br>
&gt;&gt; rpaths are stripped to ensure that installed executable don&#39;t depend<br>
&gt;&gt; on anything that is not installed. To circumvent the LD_LIBRARY_PATH<br>
&gt;&gt; issues, Paraview uses what we call &quot;shared-forwarding&quot;. The paraview<br>
&gt;&gt; executable that gets installed in &quot;bin&quot; directory is not the real<br>
&gt;&gt; paraview executable instead it&#39;s a wrapper executable that sets up the<br>
&gt;&gt; environment variables and the forks the real paraview executable<br>
&gt;&gt; (which is trypically under lib/paraview-version/...).<br>
&gt;&gt;<br>
&gt;&gt; So to diagnose the missing path, run the installed paraview with<br>
&gt;&gt; &quot;--ldd&quot; command line argument. What are the missing libraries and<br>
&gt;&gt; where are they located?<br>
&gt;&gt;<br>
&gt;&gt; Utkarsh<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Apr 11, 2011 at 1:40 PM, Cook, Rich &lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt; wrote:<br>
&gt;&gt;&gt; I also forgot to include the fact that IMO the installer stripping the rpath out of binaries without any way to prevent this breaks my install and is in my opinion a bug :-)  I have to install them by just copying them by hand.<br>




&gt;&gt;&gt; -- Rich<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Apr 11, 2011, at 10:37 AM, Cook, Rich wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi, thanks for replying.<br>
&gt;&gt;&gt;&gt; I don&#39;t know what went wrong.  One thing is that paraview wants to<br>
&gt;&gt;&gt;&gt; When I launch paraview, and then choose File-&gt;Open, then click on the &quot;Files of Type&quot; pull down menu in the File Open dialog, I see some Visit plugins, such as my ParaDIS reader, so I think some of the VisitBridge is &quot;working&quot; but I do not see a &quot;Mili&quot; file type option.  Also the user who requested it is not able to open his mili files yet.<br>




&gt;&gt;&gt;&gt; Not sure what to check or how to proceed.  Thanks for any help!<br>
&gt;&gt;&gt;&gt; -- Rich<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Apr 11, 2011, at 5:28 AM, Robert Maynard wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Hi Rich,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Can you give me some more information on what went wrong on install<br>
&gt;&gt;&gt;&gt;&gt; time. I can spend some time this week making sure that static install<br>
&gt;&gt;&gt;&gt;&gt; work properly.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Fri, Apr 8, 2011 at 7:14 PM, Cook, Rich &lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt; Sorry to speak up again.  I got MILI to compile but I think it did not install correctly.  Am I SOL for now?  The Mili support was the whole point of my trying to get this to work.  :-)<br>
&gt;&gt;&gt;&gt;&gt;&gt; Thanks for all the support<br>
&gt;&gt;&gt;&gt;&gt;&gt; -- Rich<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; On Apr 8, 2011, at 12:06 PM, Robert Maynard wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Hi Rich,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; I am currently working on fixing the issues with the MILI reader not<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; compiling correctly.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Fri, Apr 8, 2011 at 1:15 PM, Cook, Rich &lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Aha, it&#39;s the semicolon syntax that was unknown to me.  Thanks.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I do want to reiterate that turning on the MILI reader did not result in a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; successful reader build, because the include and library settings do not get<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; placed in the right makefiles.  I have to manually hack the link.txt and<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; make.flags files or otherwise do workarounds for that.  As long as I&#39;m doing<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; that anyhow, I can just place the deeper dependencies there as well.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Apr 8, 2011, at 6:26 AM, David Partyka wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Hi Rich,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Because you&#39;re building static you need to tell CMake what your<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Silo/Mili/HDF5 dependencies are because it has no way of knowing. To do<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; this, in ccmake/cmake-gui you can list them in the same variables where you<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; specified SILO_LIBRARY,MILI_LIBRARY, HDF5_LIBRARY/HDF5_LIBRARIES. This<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; should give CMake enough information to compute the correct link line.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; For example, you should be able to set these in ccmake/cmake-gui like so:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; SILO_LIBRARY /usr/gapps/visit/silo/4.8/linux-x86_64_gcc-4.1/lib/libsiloh5.a;/usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Thu, Apr 7, 2011 at 7:19 PM, Cook, Rich &lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; OK, I just solved this by hacking into all the link.txt files I found<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; laying around.  This has been one ugly build process!<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; -- Rich<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Apr 7, 2011, at 4:00 PM, Cook, Rich wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; So, our libmili.a, libsiloh5.a and libhdf5.a libraries have dependencies<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; on another library, libsz.  I&#39;ve tried adding  -lz<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a  to every STRING<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I can in the CMakeCache.txt file, but I&#39;m stuck on this error.  How can I<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; append linker flags to what cmake is doing here?  You can see that the -lz<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; and libsz.a are being inserted here, but it needs to come at the end of the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; link line to resolve the symbols.  I might resort to sed and grep if this<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; keeps up, but I hope I don&#39;t have to.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Linking CXX executable ../../../../bin/ServerManagerStateLoader<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; cd<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /nfs/tmp2/rcook/Paraview/3.10/build/ParaView-3.10.0/build/Servers/ServerManager/Testing/Cxx<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; &amp;&amp; /usr/gapps/visit/cmake/2.8.3/linux-x86_64_gcc-4.1/bin/cmake -E<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; cmake_link_script CMakeFiles/ServerManagerStateLoader.dir/link.txt<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; --verbose=1<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/local/bin/g++<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; -I/usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/include<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; -I/usr/gapps/visit/mili/1.10.0/linux-x86_64_gcc-4.1/include<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; -Wno-deprecated -g<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; -L/usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; -L/usr/gapps/visit/mili/1.10.0/linux-x86_64_gcc-4.1/lib -lmili<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/lib/libhdf5.a -lz<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; CMakeFiles/ServerManagerStateLoader.dir/ServerManagerStateLoader.cxx.o<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; CMakeFiles/ServerManagerStateLoader.dir/vtkTestingProcessModuleGUIHelper.cxx.o<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; CMakeFiles/ServerManagerStateLoader.dir/vtkTestingOptions.cxx.o  -o<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/ServerManagerStateLoader -rdynamic<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkPVServerManager.a ../../../../bin/libvtkPVFiltersCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkPVFilters.a ../../../../bin/libvtkPVServerCommonCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkPVServerCommon.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkPVCommandOptions.a ../../../../bin/libvtkChartsCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkViewsCS.a ../../../../bin/libvtkInfovisCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libQVTK.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib/libQtWebKit.so<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib/libQtXmlPatterns.so<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib/libQtNetwork.so<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libIceTMPI.a ../../../../bin/libIceTGL.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libIceTCore.a -lGLU<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkVolumeRenderingCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkVolumeRendering.a ../../../../bin/libvtkWidgetsCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libKWCommon.a ../../../../bin/libvtkCharts.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkViews.a ../../../../bin/libvtkInfovis.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkWidgets.a ../../../../bin/libvtkalglib.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkXdmfCS.a ../../../../bin/libvtkXdmf.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libXdmf.a ../../../../bin/libvtklibxml2.a -lm<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkVisItDatabasesCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkVisItAVTAlgorithmsCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkHybridCS.a ../../../../bin/libvtkParallelCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkHybrid.a ../../../../bin/libvtkParallel.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libVPIC.a ../../../../bin/libCosmo.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/local/tools/mvapich-gnu/lib/shared/libmpich.so<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkexoIIc.a ../../../../bin/libvtkRenderingCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkRendering.a ../../../../bin/libvtkftgl.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib/libQtGui.so<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib/libQtSql.so<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib/libQtCore.so<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; -lGL ../../../../bin/libvtkfreetype.a -lXt -lSM -lICE -lX11 -lXext<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkGenericFilteringCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkGenericFiltering.a ../../../../bin/libvtkGraphicsCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkImagingCS.a ../../../../bin/libvtkIOCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkFilteringCS.a ../../../../bin/libvtkCommonCS.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkClientServer.a ../../../../bin/libvtkVisItDatabases.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkVisItAVTAlgorithms.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libavtdatabase_par.a ../../../../bin/libavtpipeline_par.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libavtdbatts.a ../../../../bin/libavtivp.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvisit_vtk.a ../../../../bin/libvtkGraphics.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkverdict.a ../../../../bin/libvtkImaging.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/liblightweight_visit_vtk.a ../../../../bin/libvtkIO.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkDICOMParser.a ../../../../bin/libvtkNetCDF_cxx.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkmetaio.a ../../../../bin/libvtksqlite.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkpng.a ../../../../bin/libvtktiff.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkzlib.a ../../../../bin/libvtkjpeg.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtkexpat.a ../../../../bin/libvtkFiltering.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libavtmath.a ../../../../bin/libvtkCommon.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvtksys.a -lm -lpthread -lz<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a -ldl<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ../../../../bin/libvisitcommon.a ../../../../bin/libvtkNetCDF.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/lib/libhdf5.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/silo/4.8/linux-x86_64_gcc-4.1/lib/libsiloh5.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/cgns/3.0.8/linux-x86_64_gcc-4.1/lib/libcgns.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/mili/1.10.0/linux-x86_64_gcc-4.1/lib/libmili.a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; -Wl,-rpath,/usr/global/tools/Kitware/Paraview/3.10/chaos_4_x86_64_ib/lib:/usr/local/tools/mvapich-gnu/lib/shared<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/lib/libhdf5.a(H5Z.o):<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; In function `H5Z_init_interface&#39;:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; H5Z.c:(.text+0x27d): undefined reference to `SZ_encoder_enabled&#39;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/hdf5/1.8.4/linux-x86_64_gcc-4.1/lib/libhdf5.a(H5Zszip.o):<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; In function `H5Z_filter_szip&#39;:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; H5Zszip.c:(.text+0x121): undefined reference to<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; `SZ_BufftoBuffDecompress&#39;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; H5Zszip.c:(.text+0x1ce): undefined reference to `SZ_BufftoBuffCompress&#39;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/silo/4.8/linux-x86_64_gcc-4.1/lib/libsiloh5.a(silo_hdf5.o):<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; In function `db_hdf5_InqMeshName&#39;:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; silo_hdf5.c:(.text+0x839e): undefined reference to `H5Topen1&#39;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; /usr/gapps/visit/silo/4.8/linux-x86_64_gcc-4.1/lib/libsiloh5.a(silo_hdf5.o):<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; In function `db_hdf5_hdrwr&#39;:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ✐Richard Cook<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ✇ Lawrence Livermore National Laboratory<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Bldg-453 Rm-4024, Mail Stop L-557<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; 7000 East Avenue,  Livermore, CA, 94550, USA<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ☎ (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">(925) 423-9605</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ☎ (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ---<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Information Management &amp; Graphics Grp., Services &amp; Development Div.,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Integrated Computing &amp; Communications Dept.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; (opinions expressed herein are mine and not those of LLNL)<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ✐Richard Cook<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ✇ Lawrence Livermore National Laboratory<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Bldg-453 Rm-4024, Mail Stop L-557<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; 7000 East Avenue,  Livermore, CA, 94550, USA<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ☎ (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">(925) 423-9605</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ☎ (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ---<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Information Management &amp; Graphics Grp., Services &amp; Development Div.,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Integrated Computing &amp; Communications Dept.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; (opinions expressed herein are mine and not those of LLNL)<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ✐Richard Cook<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ✇ Lawrence Livermore National Laboratory<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Bldg-453 Rm-4024, Mail Stop L-557<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; 7000 East Avenue,  Livermore, CA, 94550, USA<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ☎ (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">(925) 423-9605</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ☎ (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ---<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Information Management &amp; Graphics Grp., Services &amp; Development Div.,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Integrated Computing &amp; Communications Dept.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; (opinions expressed herein are mine and not those of LLNL)<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Robert Maynard<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt; ✐Richard Cook<br>
&gt;&gt;&gt;&gt;&gt;&gt; ✇ Lawrence Livermore National Laboratory<br>
&gt;&gt;&gt;&gt;&gt;&gt; Bldg-453 Rm-4024, Mail Stop L-557<br>
&gt;&gt;&gt;&gt;&gt;&gt; 7000 East Avenue,  Livermore, CA, 94550, USA<br>
&gt;&gt;&gt;&gt;&gt;&gt; ☎ (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">(925) 423-9605</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; ☎ (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; ---<br>
&gt;&gt;&gt;&gt;&gt;&gt; Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.<br>
&gt;&gt;&gt;&gt;&gt;&gt; (opinions expressed herein are mine and not those of LLNL)<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; Robert Maynard<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; ✐Richard Cook<br>
&gt;&gt;&gt;&gt; ✇ Lawrence Livermore National Laboratory<br>
&gt;&gt;&gt;&gt; Bldg-453 Rm-4024, Mail Stop L-557<br>
&gt;&gt;&gt;&gt; 7000 East Avenue,  Livermore, CA, 94550, USA<br>
&gt;&gt;&gt;&gt; ☎ (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">(925) 423-9605</a><br>
&gt;&gt;&gt;&gt; ☎ (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a><br>
&gt;&gt;&gt;&gt; ---<br>
&gt;&gt;&gt;&gt; Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.<br>
&gt;&gt;&gt;&gt; (opinions expressed herein are mine and not those of LLNL)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; ✐Richard Cook<br>
&gt;&gt;&gt; ✇ Lawrence Livermore National Laboratory<br>
&gt;&gt;&gt; Bldg-453 Rm-4024, Mail Stop L-557<br>
&gt;&gt;&gt; 7000 East Avenue,  Livermore, CA, 94550, USA<br>
&gt;&gt;&gt; ☎ (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">(925) 423-9605</a><br>
&gt;&gt;&gt; ☎ (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a><br>
&gt;&gt;&gt; ---<br>
&gt;&gt;&gt; Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.<br>
&gt;&gt;&gt; (opinions expressed herein are mine and not those of LLNL)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 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>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 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>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
<br>
--<br>
✐Richard Cook<br>
✇ Lawrence Livermore National Laboratory<br>
Bldg-453 Rm-4024, Mail Stop L-557<br>
7000 East Avenue,  Livermore, CA, 94550, USA<br>
☎ (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">(925) 423-9605</a><br>
☎ (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a><br>
---<br>
Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.<br>
(opinions expressed herein are mine and not those of LLNL)<br>
<br>
<br>
<br>
</div></div></blockquote></div><br>
</blockquote></div><br></div></div><div>
<span style="font-size:13px"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Monaco;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Monaco;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Monaco;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Monaco;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Monaco;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Monaco;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0, 0, 0);font-family:Monaco;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div>

-- </div><div class="im"><div>✐Richard Cook   </div><div>✇ Lawrence Livermore National Laboratory</div><div>Bldg-453 Rm-4024, Mail Stop L-557        </div><div>7000 East Avenue,  Livermore, CA, 94550, USA</div><div>☎ (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">(925) 423-9605</a>    </div>

<div>☎ (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a></div><div>---</div><div>Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.</div>

<div>(opinions expressed herein are mine and not those of LLNL)</div><br></div></span></span></span></span></span></span></span><br></span>
</div>
<br></div></div><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>
<br></blockquote></div><br><br clear="all"><br>-- <br>Robert Maynard<br>
</div>