<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi Chris,</div><div class=""><br class=""></div><div class="">I believe that you can link against ParaView from a standard Makefile by using the `paraview-config` executable that gets built when building ParaView. An example of how to do this is something like this:</div><div class=""><br class=""></div><div class="">ifeq "$(USE_PARAVIEW)" "true"<br class=""><span class="Apple-tab-span" style="white-space:pre"> </span>PARAVIEW_CONFIG = $(PARAVIEW)/bin/paraview-config<br class=""><span class="Apple-tab-span" style="white-space:pre"> </span>LIBS += $(shell $(PARAVIEW_CONFIG) --libs --python vtkPVPythonCatalyst vtkPVServerManagerRendering vtkUtilitiesPythonInitializer) -lparaview -Lparaview_catalyst/Adaptor-build -lMPASAdaptor<br class="">endif<br class=""><br class=""></div><div class="">I should mention, it is much easier to use CMake ;)</div><div class=""><br class=""></div><div class="">Sincerely,</div><div class="">T.J.</div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Thomas J. Corona, Ph.D.<br class="">Kitware, Inc.<br class="">R&D Engineer<br class="">21 Corporate Drive<br class="">Clifton Park, NY 12065-8662<br class="">Phone: 518-881-4443</div></div></div></div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Jul 26, 2016, at 2:51 PM, Christopher Neal <<a href="mailto:chrisneal@snumerics.com" class="">chrisneal@snumerics.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">Thanks T.J. Your suggestions has resolved the VTK issue. I did not know that it was a submodule. I just learned that submodules exist from this actually haha.<br class=""><br class="">I see that the examples for Catalyst are under the Paraview source tree. I was able to get Paraview to build with Catalyst. I compiled the examples using<br class="">cmake -DCMAKE_PREFIX_PATH~/software/ParaView_build -DBUILD_FORTRAN_EXAMPLES:BOOL=ON ~/ParaView/Examples/Catalyst/<br class=""><br class=""><o:p class=""></o:p></span></div><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">That seems to build all of the examples without throwing any errors. Now if I have a small C++ code that I have written that I want to try and link with the Catalyst headers and library files, is there a way to figure out what the command that was used to build the example cases was so that I can copy it? Reading the makefiles that are generated by cmake hasn’t been too helpful for me i.e. I can’t find the –L and –I sections of the compile statement that pulls the libraries and headers together.<br class=""><br class=""><o:p class=""></o:p></span></div><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">The end-game for me is to be able to write an adaptor for a simulation code to allow it to utilize the Catalyst functions. This code uses a standard make process, and so I would like to try and avoid having to re-cast the entire build process to cmake.<o:p class=""></o:p></span></div><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""><br class="">Thank you,<o:p class=""></o:p></span></div><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">Chris<o:p class=""></o:p></span></div><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""><o:p class=""> </o:p></span></div><div style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><b class=""><span style="font-family: Calibri;" class="">From:<span class="Apple-converted-space"> </span></span></b><span style="font-family: Calibri;" class="">"T.J. Corona" <<a href="mailto:tj.corona@kitware.com" class="">tj.corona@kitware.com</a>><br class=""><b class="">Date:<span class="Apple-converted-space"> </span></b>Monday, July 25, 2016 at 3:45 PM<br class=""><b class="">To:<span class="Apple-converted-space"> </span></b>Christopher Neal <<a href="mailto:chrisneal@snumerics.com" class="">chrisneal@snumerics.com</a>><br class=""><b class="">Cc:<span class="Apple-converted-space"> </span></b>Adam Lyon <<a href="mailto:lyon@fnal.gov" class="">lyon@fnal.gov</a>>, Andy Bauer <<a href="mailto:andy.bauer@kitware.com" class="">andy.bauer@kitware.com</a>>, "<a href="mailto:paraview@paraview.org" class="">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org" class="">paraview@paraview.org</a>><br class=""><b class="">Subject:<span class="Apple-converted-space"> </span></b>Re: [Paraview] Procedure for compiling Catalyst<o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><o:p class=""> </o:p></div></div><div class=""><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class="">Hi Chris,<o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><o:p class=""> </o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class="">VTK is a submodule under VTK, so try the following:<o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><o:p class=""> </o:p></div></div><div class=""><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class="" type="cite"><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">git clone <span style="color: purple;" class=""><a href="https://github.com/Kitware/ParaView.git" style="color: purple; text-decoration: underline;" class="">https://github.com/Kitware/ParaView.git</a></span></span><o:p class=""></o:p></div></div></div></blockquote><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class="">git submodule init<o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class="">git submodule update<o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class="">…the rest of the build process.<o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><o:p class=""> </o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class="">Hope this helps!<o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><o:p class=""> </o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class="">Sincerely,<o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class="">T.J.<o:p class=""></o:p></div></div><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><o:p class=""> </o:p></div><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><span style="" class="">Thomas J. Corona, Ph.D.<br class="">Kitware, Inc.<br class="">R&D Engineer<br class="">21 Corporate Drive<br class="">Clifton Park, NY 12065-8662<br class="">Phone: 518-881-4443<o:p class=""></o:p></span></div></div></div></div></div></div></div></div><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><o:p class=""> </o:p></div><div class=""><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class="" type="cite"><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class="">On Jul 25, 2016, at 3:43 PM, Christopher Neal <<a href="mailto:chrisneal@snumerics.com" style="color: purple; text-decoration: underline;" class="">chrisneal@snumerics.com</a>> wrote:<o:p class=""></o:p></div></div><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><o:p class=""> </o:p></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">Hey guys,</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">Have you ever had an issue with cmake concerning some missing VTK files? I typed Adam’s command exactly after cloning the Paraview repo(git clone<span class="apple-converted-space"> </span><a href="https://github.com/Kitware/ParaView.git)" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">https://github.com/Kitware/ParaView.git)</span></a>. I made a ParaView_build directory and executed Adam’s command in the build directory. I’m seeing the error shown below. The VTK folder in the cloned source directory is completely empty.<br class=""><br class=""><br class="">CMake Error at CMakeLists.txt:615 (include):</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> include could not find load file:</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> vtkModuleAPI</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">CMake Error at CMakeLists.txt:616 (include):</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> include could not find load file:</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> vtkModuleMacros</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">CMake Error at CMakeLists.txt:621 (include):</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> include could not find load file:</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> vtkDetermineCompilerFlags</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">CMake Error at CMake/ParaViewModuleTop.cmake:44 (vtk_add_to_module_search_path):</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> Unknown CMake command "vtk_add_to_module_search_path".</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">Call Stack (most recent call first):</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> CMakeLists.txt:652 (include)</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">Thank you,</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">Chris Neal</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><b class=""><span style="font-family: Calibri;" class="">From:<span class="apple-converted-space"> </span></span></b><span style="font-family: Calibri;" class="">Adam Lyon <<a href="mailto:lyon@fnal.gov" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">lyon@fnal.gov</span></a>><br class=""><b class="">Date:<span class="apple-converted-space"> </span></b>Monday, July 25, 2016 at 1:50 PM<br class=""><b class="">To:<span class="apple-converted-space"> </span></b>Andy Bauer <<a href="mailto:andy.bauer@kitware.com" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">andy.bauer@kitware.com</span></a>><br class=""><b class="">Cc:<span class="apple-converted-space"> </span></b>Christopher Neal <<a href="mailto:chrisneal@snumerics.com" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">chrisneal@snumerics.com</span></a>>, jeff wright <<a href="mailto:jeffwright83@gmail.com" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">jeffwright83@gmail.com</span></a>>, "<a href="mailto:paraview@paraview.org" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">paraview@paraview.org</span></a>" <<a href="mailto:paraview@paraview.org" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">paraview@paraview.org</span></a>><br class=""><b class="">Subject:<span class="apple-converted-space"> </span></b>Re: [Paraview] Procedure for compiling Catalyst</span><o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class="">Hi - I build the ParaView package with Catalyst turned on (but the ParaView GUI turned off). My cmake command is (sorry for the poor formatting, some of these options may not be useful for you)...<o:p class=""></o:p></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div></div><div class=""><pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New'; background-color: rgb(250, 250, 250); white-space: pre-wrap; background-position: initial initial; background-repeat: initial initial;" class=""><span style="font-size: 9pt; font-family: Courier; color: rgb(72, 72, 72);" class="">cmake -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES -DBUILD_TESTING:BOOL=OFF -DPARAVIEW_BUILD_QT_GUI:BOOL=OFF -DVTK_RENDERING_BACKEND=OpenGL2 -DPARAVIEW_USE_MPI:BOOL=ON -DPARAVIEW_ENABLE_PYTHON:BOOL=ON -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON -DPARAVIEW_BUILD_CATALYST_ADAPTERS:BOOL=ON -DPARAVIEW_BUILD_PLUGIN_AnalyzeNIfTIIO:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_ArrowGlyph:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_CDIReader:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_GMVReader:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_GeodesicMeasurement:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_H5PartReader:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_InSituExodus:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_MantaView:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_Moments:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_NonOrthogonalSource:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_PacMan:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_PointSprite:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_RGBZView:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SciberQuestToolKit:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SierraPlotTools:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_StreamingParticles:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_SurfaceLIC:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_ThickenLayeredCells:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_UncertaintyRendering:BOOL=FALSE -DPARAVIEW_BUILD_PLUGIN_AcceleratedAlgorithms:BOOL=OFF -DVTK_USE_CXX11_FEATURES:BOOL=ON -DCMAKE_INSTALL_PREFIX=/somewhere /path/to/paraview/git/source</span><o:p class=""></o:p></pre><pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New'; background-color: rgb(250, 250, 250); white-space: pre-wrap; background-position: initial initial; background-repeat: initial initial;" class=""><span style="font-size: 9pt; font-family: Courier; color: rgb(72, 72, 72);" class=""> </span><o:p class=""></o:p></pre><pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New'; background-color: rgb(250, 250, 250); white-space: pre-wrap; background-position: initial initial; background-repeat: initial initial;" class=""><span style="font-size: 9pt; font-family: Courier; color: rgb(72, 72, 72);" class=""> </span><o:p class=""></o:p></pre><pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New'; background-color: rgb(250, 250, 250); white-space: pre-wrap; background-position: initial initial; background-repeat: initial initial;" class=""><span style="font-size: 12pt; font-family: Arial; color: rgb(34, 34, 34); background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">This will build ParaView, VTK, and Catalyst and install header files so you can build your code with it. -- Adam</span><o:p class=""></o:p></pre><pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New'; background-color: rgb(250, 250, 250); white-space: pre-wrap; background-position: initial initial; background-repeat: initial initial;" class=""><span style="font-size: 9pt; font-family: Courier; color: rgb(72, 72, 72);" class=""> </span><o:p class=""></o:p></pre></div><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><i class=""><span style="font-size: 9.5pt; color: rgb(153, 153, 153);" class="">------</span></i><o:p class=""></o:p></div></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><b class=""><span style="color: rgb(61, 133, 198);" class="">Adam L. Lyon</span></b><o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><i class=""><span style="color: rgb(153, 153, 153);" class="">Scientist; Associate Division Head for Systems for Scientific Applications</span></i><o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="color: rgb(61, 133, 198);" class="">Scientific Computing Division & Muon g-2 Experiment</span><o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="color: rgb(153, 153, 153);" class="">Fermi National Accelerator Laboratory</span><o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="color: rgb(153, 153, 153);" class="">630 840 5522 office</span><o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="color: rgb(153, 153, 153);" class=""><a href="http://www.fnal.gov/" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">www.fnal.gov</span></a></span><o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="color: rgb(153, 153, 153);" class=""><a href="mailto:lyon@fnal.gov" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">lyon@fnal.gov</span></a></span><o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="color: rgb(153, 153, 153);" class="">Connect with us!</span><br class=""><span style="font-size: 9.5pt; color: rgb(159, 197, 232);" class=""><a href="http://news.fnal.gov/" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">News</span></a> | <span class="apple-converted-space"> </span><a href="https://www.facebook.com/Fermilab" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">Facebook</span></a> | <a href="https://twitter.com/Fermilab" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">Twitter</span></a></span><o:p class=""></o:p></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class="">On Mon, Jul 25, 2016 at 12:16 PM, Andy Bauer <<a href="mailto:andy.bauer@kitware.com" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">andy.bauer@kitware.com</span></a>> wrote:<o:p class=""></o:p></div></div><blockquote style="border-style: none none none solid; border-left-color: rgb(204, 204, 204); border-left-width: 1pt; padding: 0in 0in 0in 6pt; margin: 5pt 0in 5pt 4.8pt;" class="" type="cite"><div class=""><div class=""><div class=""><div class=""><p class="MsoNormal" style="margin: 0in 0in 12pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white; background-position: initial initial; background-repeat: initial initial;">Hi Chris,<o:p class=""></o:p></p></div><p class="MsoNormal" style="margin: 0in 0in 12pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white; background-position: initial initial; background-repeat: initial initial;">Catalyst is not a separate entity from ParaView. It is a subset of ParaView that is used for<span class="apple-converted-space"> </span><i class="">in situ<span class="apple-converted-space"> </span></i>processing. The concept of the editions is that the subset of interest differs based on the desired<span class="apple-converted-space"> </span><i class="">in situ<span class="apple-converted-space"> </span></i>processing and linking your simulation code to all of ParaView Catalyst can take up a significant amount of memory. Hopefully the blog post at<span class="apple-converted-space"> </span><a href="https://blog.kitware.com/paraview-catalyst-editions-what-are-they/" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">https://blog.kitware.com/paraview-catalyst-editions-what-are-they/</span></a><span class="apple-converted-space"> </span>may clear up your confusion.<o:p class=""></o:p></p></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class="">Best,<o:p class=""></o:p></div></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class="">Andy<o:p class=""></o:p></div></div></div><div class=""><div class=""><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class="">On Mon, Jul 25, 2016 at 1:07 PM, Christopher Neal <<a href="mailto:chrisneal@snumerics.com" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">chrisneal@snumerics.com</span></a>> wrote:<o:p class=""></o:p></div></div><blockquote style="border-style: none none none solid; border-left-color: rgb(204, 204, 204); border-left-width: 1pt; padding: 0in 0in 0in 6pt; margin: 5pt 0in 5pt 4.8pt;" class="" type="cite"><div class=""><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">Thank you Andy,</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">My understanding is that the Catalyst editions can be compiled separately from Paraview i.e. I do not need to have a version of Paraview compiled in order to compile a Catalyst edition. Is this correct?<br class=""><br class="">Thank you,</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class="">Chris</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt; font-family: Calibri;" class=""> </span><o:p class=""></o:p></div></div><div style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><b class=""><span style="font-family: Calibri;" class="">From:<span class="apple-converted-space"> </span></span></b><span style="font-family: Calibri;" class="">Andy Bauer <<a href="mailto:andy.bauer@kitware.com" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">andy.bauer@kitware.com</span></a>><br class=""><b class="">Date:<span class="apple-converted-space"> </span></b>Friday, July 22, 2016 at 8:23 PM<br class=""><b class="">To:<span class="apple-converted-space"> </span></b>Christopher Neal <<a href="mailto:chrisneal@snumerics.com" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">chrisneal@snumerics.com</span></a>><br class=""><b class="">Cc:<span class="apple-converted-space"> </span></b>"<a href="mailto:paraview@paraview.org" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">paraview@paraview.org</span></a>" <<a href="mailto:paraview@paraview.org" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">paraview@paraview.org</span></a>><br class=""><b class="">Subject:<span class="apple-converted-space"> </span></b>Re: [Paraview] Procedure for compiling Catalyst</span><o:p class=""></o:p></div></div></div><div class=""><div class=""><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div></div><div class=""><div class=""><div class=""><div class=""><p class="MsoNormal" style="margin: 0in 0in 12pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white; background-position: initial initial; background-repeat: initial initial;">Hi Chris,<o:p class=""></o:p></p></div><p class="MsoNormal" style="margin: 0in 0in 12pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white; background-position: initial initial; background-repeat: initial initial;">You can get the Catalyst editions source code at<span class="apple-converted-space"> </span><a href="http://www.paraview.org/download/" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://www.paraview.org/download/</span></a><span class="apple-converted-space"> </span>by just selecting Catalyst editions for Type of Download. If you're just getting started though I would recommend doing a build of ParaView without the GUI. Yes this will require learning a bit of CMake (see instructions for building ParaView at<span class="apple-converted-space"> </span><a href="http://www.paraview.org/Wiki/ParaView:Build_And_Install" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://www.paraview.org/Wiki/ParaView:Build_And_Install</span></a>) but it will likely be smoother for you for understanding Catalyst's capabilities. Also, it's much easier to link a simulation code with Catalyst through CMake than specifying all of the include directories and libraries. When you're looking for a lean build of Catalyst on an HPC machine then I'd suggest going the edition route (the editions help avoid cross-compilation issues on HPC machines too).<o:p class=""></o:p></p></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class="">Best,<o:p class=""></o:p></div></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class="">Andy<o:p class=""></o:p></div></div><div class=""><div class=""><div class=""><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class="">On Fri, Jul 22, 2016 at 6:16 PM, Christopher Neal <<a href="mailto:chrisneal@snumerics.com" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">chrisneal@snumerics.com</span></a>> wrote:<o:p class=""></o:p></div></div><blockquote style="border-style: none none none solid; border-left-color: rgb(204, 204, 204); border-left-width: 1pt; padding: 0in 0in 0in 6pt; margin: 5pt 0in 5pt 4.8pt;" class="" type="cite"><div class=""><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt;" class="">Hi All,</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt;" class=""> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt;" class="">I’m interesting in trying to compile Paraview Catalyst. I understand that there are ‘Editions’ of the Catalyst library that vary in the amount of functions that are included from the Paraview library. That’s about the extent of my knowledge about the actual source for the Catalyst library. The documentation that I have found for compiling Catalyst is a bit dated(~3 years old), and I haven’t been able to locate an up-to-date set of documents that detail the compilation procedure for building Catalyst. If I want Catalyst, must I first have a version of Paraview built from scratch on my system? The best documentation that I have found for building Paraview is (<a href="http://www.paraview.org/Wiki/ParaView:Build_And_Install#Download_ParaView_Source_Code)" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://www.paraview.org/Wiki/ParaView:Build_And_Install#Download_ParaView_Source_Code)</span></a>, and I’m having trouble getting Paraview to build from the instructions(I’ve never used cmake before).<br class=""><br class="">Has anyone who has successfully built the Catalyst library or knows about the process lend me any tips about how I should approach building Catalyst?<br class=""><br class="">Thank you,</span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""><span style="font-size: 11pt;" class="">Chris Neal</span><o:p class=""></o:p></div></div></div></div><p class="MsoNormal" style="margin: 0in 0in 12pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white; background-position: initial initial; background-repeat: initial initial;"><br class="">_______________________________________________<br class="">Powered by<span class="apple-converted-space"> </span><a href="http://www.kitware.com/" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">www.kitware.com</span></a><br class=""><br class="">Visit other Kitware open-source projects at<span class="apple-converted-space"> </span><a href="http://www.kitware.com/opensource/opensource.html" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://www.kitware.com/opensource/opensource.html</span></a><br class=""><br class="">Please keep messages on-topic and check the ParaView Wiki at:<span class="apple-converted-space"> </span><a href="http://paraview.org/Wiki/ParaView" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://paraview.org/Wiki/ParaView</span></a><br class=""><br class="">Search the list archives at:<span class="apple-converted-space"> </span><a href="http://markmail.org/search/?q=ParaView" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://markmail.org/search/?q=ParaView</span></a><br class=""><br class="">Follow this link to subscribe/unsubscribe:<br class=""><a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://public.kitware.com/mailman/listinfo/paraview</span></a><o:p class=""></o:p></p></blockquote></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div></div></div></div></div></div></div></div></div></div></blockquote></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div></div></div></div><p class="MsoNormal" style="margin: 0in 0in 12pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white; background-position: initial initial; background-repeat: initial initial;"><br class="">_______________________________________________<br class="">Powered by<span class="apple-converted-space"> </span><a href="http://www.kitware.com/" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">www.kitware.com</span></a><br class=""><br class="">Visit other Kitware open-source projects at<span class="apple-converted-space"> </span><a href="http://www.kitware.com/opensource/opensource.html" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://www.kitware.com/opensource/opensource.html</span></a><br class=""><br class="">Please keep messages on-topic and check the ParaView Wiki at:<span class="apple-converted-space"> </span><a href="http://paraview.org/Wiki/ParaView" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://paraview.org/Wiki/ParaView</span></a><br class=""><br class="">Search the list archives at:<span class="apple-converted-space"> </span><a href="http://markmail.org/search/?q=ParaView" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://markmail.org/search/?q=ParaView</span></a><br class=""><br class="">Follow this link to subscribe/unsubscribe:<br class=""><a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="color: purple;" class="">http://public.kitware.com/mailman/listinfo/paraview</span></a><o:p class=""></o:p></p></blockquote></div><div class=""><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; background-color: white;" class=""> <o:p class=""></o:p></div></div></div></div><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><span style="font-size: 9pt; font-family: Helvetica; background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">_______________________________________________</span><span style="font-size: 9pt; font-family: Helvetica;" class=""><br class=""><span style="background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">Powered by<span class="apple-converted-space"> </span></span></span><a href="http://www.kitware.com/" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Helvetica; color: purple; background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">www.kitware.com</span></a><span style="font-size: 9pt; font-family: Helvetica;" class=""><br class=""><br class=""><span style="background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">Visit other Kitware open-source projects at<span class="apple-converted-space"> </span></span></span><a href="http://www.kitware.com/opensource/opensource.html" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Helvetica; color: purple; background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">http://www.kitware.com/opensource/opensource.html</span></a><span style="font-size: 9pt; font-family: Helvetica;" class=""><br class=""><br class=""><span style="background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">Please keep messages on-topic and check the ParaView Wiki at:<span class="apple-converted-space"> </span></span></span><a href="http://paraview.org/Wiki/ParaView" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Helvetica; color: purple; background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">http://paraview.org/Wiki/ParaView</span></a><span style="font-size: 9pt; font-family: Helvetica;" class=""><br class=""><br class=""><span style="background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">Search the list archives at:<span class="apple-converted-space"> </span></span></span><a href="http://markmail.org/search/?q=ParaView" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Helvetica; color: purple; background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">http://markmail.org/search/?q=ParaView</span></a><span style="font-size: 9pt; font-family: Helvetica;" class=""><br class=""><br class=""><span style="background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">Follow this link to subscribe/unsubscribe:</span><br class=""></span><a href="http://public.kitware.com/mailman/listinfo/paraview" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Helvetica; color: purple; background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">http://public.kitware.com/mailman/listinfo/paraview</span></a><o:p class=""></o:p></div></div></blockquote></div><div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman';" class=""><o:p class=""> </o:p></div></div></div></div></div></blockquote></div><br class=""></body></html>