<div dir="ltr">Hey Rich,<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I just ran across mention of vtkManta support in paraview. <br>

</blockquote><div> </div><div><div>Wow, 2010? You've got some catching up to do. :)</div><div><br></div><div><div>It still compiles, runs and passes high level tests tests. The nightly linux binaries have it if you want to try it out quickly.</div>

<div><br></div><div><div>To compile it you need to:</div><div>* compile manta (specifically r2439)</div><div>* configure paraview with PARAVIEW_BUILD_PLUGIN_MantaView ON and MANTA_BUILD variable pointed to your manta build tree.</div>

</div><div><br></div><div>Let me know if you need the exact syntax for unattended builds and I'll send you a shell script.<br></div></div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

How solid is this?<br></blockquote><div><br></div><div>I am aware of a couple of bugs that have crept in while this has been in cold storage (i.e. no project since the initial LANL push to pick up development on it).<br>
</div>
<div>* Manta (r2439 specifically) needs patches for OSX 10.8+ and MSVC.</div><div>* View level options are not exposed in the GUI (very recent regression)</div><div>* off by one bug in point associated color mapping (probably old)</div>

<div><br></div><div>We did get to the "future work" item from that article about integrating manta at the Renderer level so that OpenGL and Manta can coexist and it can be used in standalone builds.</div><div><br>

</div><div>TACC is working on something that will address the limitation that secondary rays don't work in HPC contexts.</div><div><br></div><div>Feel free to send me or the list emails for help getting it running.</div>

<div><br></div><div>cheers,</div><div><br></div><div class="gmail_extra"><div>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div>
<br><br><div class="gmail_quote">On Wed, Jul 16, 2014 at 8:14 PM, Cook, Rich <span dir="ltr"><<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">





<div style="word-wrap:break-word">
<div>I just ran across mention of vtkManta support in paraview. </div>
<div><a href="http://www.kitware.com/media/html/RenderedRealismAtNearlyRealTimeRates.html" target="_blank">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><span class=""><font color="#888888">
<div><br>
</div>
</font></span></span></font></span></div><span class=""><font color="#888888">
<div><br>
<div><span style="border-collapse:separate;font-size:13px;border-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"><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>✐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 & Graphics Grp., Services & Development Div., Integrated Computing & Communications Dept.</div>
<div>(opinions expressed herein are mine and not those of LLNL)</div>
<br>
</span></span></span></span></span></span></span><br>
</span></div>
<br>
</div>
</font></span></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://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div></div></div></div>