<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;">
<div>I just ran across mention of vtkManta support in paraview. </div>
<div><a href="http://www.kitware.com/media/html/RenderedRealismAtNearlyRealTimeRates.html">http://www.kitware.com/media/html/RenderedRealismAtNearlyRealTimeRates.html</a></div>
<div><br>
</div>
<div>Yay!  Yay?  </div>
<div><br>
</div>
<div>How solid is this?  The documentation how to enable is pretty vague.  </div>
<div style="text-align: justify;">"<span style="background-color: rgb(255, 255, 255); font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 33px; text-align: justify;">To use vtkManta in ParaView, simply build Manta as described above, and then turn
 on both shared libraries and the Manta plug-in when you build ParaView. You will then have to specify the location of the Manta source and build trees as described above.</span><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height: 33px;">”</span></font></div>
<div><span style="background-color: rgb(255, 255, 255); font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 33px; text-align: justify;"><br>
</span></div>
<div><span style="background-color: rgb(255, 255, 255); font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 33px; text-align: justify;">Changing my paraview build is always a daunting experience but the idea of getting this working is very attractive.
  What are the magic flags to cmake?   My builds are automated and interacting with ccmake is problematic on a build farm. </span></div>
<div><span style="background-color: rgb(255, 255, 255); font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 33px; text-align: justify;"><br>
</span></div>
<div><span style="background-color: rgb(255, 255, 255); text-align: justify;"><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height: 33px;">Here’s what I currently do.  Can you see why I’m confused?   :-)  </span></font></span></div>
<div><span style="background-color: rgb(255, 255, 255); text-align: justify;"><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height: 33px;">Is there just a -DVTK_MANTA flag?  Do I still turn OSMESA on?  </span></font></span></div>
<div><span style="background-color: rgb(255, 255, 255); text-align: justify;"><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height: 33px;">
<div><br>
</div>
<div>Thanks for any help. </div>
<div><br>
</div>
</span></font></span></div>
<div><span style="background-color: rgb(255, 255, 255); text-align: justify;"><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height: 33px;">
<div>    $CMAKE_PATH/bin/cmake \</div>
<div>        $CMAKE_SPECIAL_ARGS \</div>
<div>        -DPARAVIEW_ENABLE_PYTHON:BOOL=ON \</div>
<div>-DPARAVIEW_BUILD_QT_GUI:BOOL=OFF \</div>
<div>-DVTK_OPENGL_HAS_OSMESA:BOOL=ON \</div>
</span></font></span><span style="background-color: rgb(255, 255, 255); text-align: justify;"><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height: 33px;">
<div> -DOSMESA_LIBRARY:FILEPATH='/usr/lib64/libOSMesa.so' \</div>
</span></font></span><span style="background-color: rgb(255, 255, 255); text-align: justify;"><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height: 33px;">
<div> -DVTK_USE_OFFSCREEN:BOOL=ON -DOPENGL_gl_LIBRARY:FILEPATH= -DVTK_USE_X:BOOL=OFF" \</div>
</span></font></span><span style="background-color: rgb(255, 255, 255); text-align: justify;"><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height: 33px;">
<div>        -DQT_QMAKE_EXECUTABLE:FILEPATH=$QT_PATH/bin/qmake.real \</div>
<div>        -DOPENGL_glu_LIBRARY:FILEPATH="/usr/lib64/libGLU.so" \</div>
<div>        -DCMAKE_INSTALL_PREFIX:PATH="$INSTALL_DIR" \</div>
<div>        -DPARAVIEW_USE_BOOST:BOOL=ON \</div>
<div>        -DPARAVIEW_USE_VISITBRIDGE:BOOL=ON \</div>
<div>        -DVISIT_BUILD_READER_CGNS:BOOL=ON \</div>
<div>        -DVISIT_BUILD_READER_Mili:BOOL=ON \</div>
<div>        -DVISIT_BUILD_READER_Silo:BOOL=ON \</div>
<div>        -DCGNS_INCLUDE_DIR:PATH="${CGNS_PATH}/include" \</div>
<div>        -DCGNS_LIBRARY:FILEPATH="${CGNS_PATH}/lib/libcgns.so;$SZIP_PATH/lib/libsz.so;/usr/lib64/libz.so" \</div>
<div>        -DMILI_INCLUDE_DIR:PATH="$MILI_PATH/include" \</div>
<div>        -DMILI_LIBRARY:FILEPATH="$MILI_PATH/lib/libmili.a;$SZIP_PATH/lib/libsz.so;/usr/lib64/libz.so" \</div>
<div>        -DSILO_INCLUDE_DIR:PATH="$SILO_PATH/include;$MILI_PATH/include" \</div>
<div>        -DSILO_LIBRARY:FILEPATH="$SILO_PATH/lib/libsiloh5.a;$SZIP_PATH/lib/libsz.so;/usr/lib64/libz.so" \</div>
<div>        -DBoost_INCLUDE_DIR:PATH="${BOOST_PATH}/include" \</div>
<div>        -DBoost_LIBRARY_DIRS:FILEPATH="${BOOST_PATH}/lib" \</div>
<div>        -DCMAKE_EXE_LINKER_FLAGS:STRING="$LINKER_FLAGS" \</div>
<div>        -DCMAKE_EXE_LINKER_FLAGS_DEBUG:STRING="$LINKER_FLAGS" \</div>
<div>        -DCMAKE_CXX_FLAGS:STRING=" -I$MILI_PATH/include -I$HDF5_PATH/include  -I${MPI_PATH}/include " \</div>
<div>        -DCMAKE_C_FLAGS:STRING="  -I$MILI_PATH/include -I$HDF5_PATH/include  -I${MPI_PATH}/include " \</div>
<div>        -DVTK_USE_SYSTEM_HDF5:BOOL=ON \</div>
<div>        -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=ON \</div>
<div>        -DHDF5_DIR:PATH="$HDF5_PATH" \</div>
<div>        -DHDF5_C_INCLUDE_DIR:PATH="$HDF5_PATH/include" \</div>
<div>        -DHDF5_INCLUDE_DIR:PATH="$HDF5_PATH/include" \</div>
<div>        -DHDF5_HL_INCLUDE_DIR:PATH="$HDF5_PATH/include" \</div>
<div>        -DHDF5_hdf5_LIBRARY:FILEPATH="$HDF5_PATH/lib/libhdf5.so;$SZIP_PATH/lib/libsz.so;/usr/lib64/libz.so" \</div>
<div>        -DHDF5_hdf5_LIBRARY_DEBUG:FILEPATH="$HDF5_PATH/lib/libhdf5.so;$SZIP_PATH/lib/libsz.so;/usr/lib64/libz.so" \</div>
<div>        -DHDF5_hdf5_LIBRARY_RELEASE:FILEPATH="$HDF5_PATH/lib/libhdf5.so;$SZIP_PATH/lib/libsz.so;/usr/lib64/libz.so" \</div>
<div>        -DHDF5_hdf5_hl_LIBRARY:FILEPATH="$HDF5_PATH/lib/libhdf5_hl.so;$SZIP_PATH/lib/libsz.so;/usr/lib64/libz.so" \</div>
<div>        -DHDF5_hdf5_hl_LIBRARY_DEBUG:FILEPATH="$HDF5_PATH/lib/libhdf5_hl.so;$SZIP_PATH/lib/libsz.so;/usr/lib64/libz.so" \</div>
<div>        -DHDF5_hdf5_hl_LIBRARY_RELEASE:FILEPATH="$HDF5_PATH/lib/libhdf5_hl.so;$SZIP_PATH/lib/libsz.so;/usr/lib64/libz.so" \</div>
<div>        -DBUILD_SHARED_LIBS:BOOL=ON \</div>
<div>        -DBUILD_TESTING:BOOL=OFF \</div>
<div>        $PARAVIEW_SOURCE || errexit "cmake exited with an error status. Please try again."</div>
<div><br>
</div>
</span></font></span></div>
<div><br>
<div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; font-size: 13px; border-spacing: 0px;"><span class="Apple-style-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; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-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; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; 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; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; 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; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; 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; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; 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; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; 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; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; ">
<div>-- </div>
<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) (925) 423-9605    </div>
<div>☎ (fax) (925) 423-6961</div>
<div>---</div>
<div>Information Management & Graphics Grp., Services & Development Div., Integrated Computing & Communications Dept.</div>
<div>(opinions expressed herein are mine and not those of LLNL)</div>
<br class="Apple-interchange-newline">
</span></span></span></span></span></span></span><br class="Apple-interchange-newline">
</span></div>
<br>
</div>
</body>
</html>