<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;">
Actually, from your description, does not sounds like the right fit here.  I’ll keep chugging away with POVRay.  blender gave up the ghost and I haven’t learned RenderMan/Maya, which would probably be a great approach but has fairly steep learning curve
<div><br>
<div>
<div>On Jul 23, 2014, at 8:40 AM, David E DeMarle <<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr"><br>
<div class="gmail_extra">
<div class="gmail_quote">On Thu, Jul 17, 2014 at 12:25 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">Thanks
<div>What kind of experience can I expect?  I couldn’t find a description, tutorial or other presentation on the subject other than the page I stumbled across. </div>
</div>
</blockquote>
<div><br>
</div>
<div>There isn't much to it so far. Basically vtkManta is just a drop in replacement for OpenGL rendering of surfaces.</div>
<div><br>
</div>
<div>There are a few extra controls available on the display section of the properties tab for per object display options (material type - metal, dielectric etc) and view section (restored just last week in master) for scene wide display options (enable shadows,
 rays per pixel, number of manta threads etc).</div>
<div> </div>
<div>There are not enough controls available to make it the right option for really high quality (aesthetically pleasing) renderings. In its current level of development you are better off File->Exporting the scene and then importing it into some other system
 as you are doing. Given enough interest we can of course improve on it from where it sits now and turn it into such an option.</div>
<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">
<div style="word-wrap:break-word">
<div>I’m hoping this will scale better than e.g blender does, where I’m hitting size limitations at disappointing scales.  I’m dusting off my old POVray stuff and I recall being seriously limited there as well in terms of size and speed but haven’t gotten it
 working again yet to be able to tell if it’s the same now as it was.   </div>
</div>
</blockquote>
<div><br>
</div>
<div>Scaling should be fine. Scaling is what LANL built it for (<a href="http://viz.lanl.gov/publication/presentation/L2.pdf">http://viz.lanl.gov/publication/presentation/L2.pdf</a>). You can render tens of millions of triangles on a modern workstation interactively
 with it. In HPC settings my personal record is 10 billion triangles (from a synthetic test data set) at ~10 frames per second. That was with no secondary rays of course, and only after significant queue wait and setup wait times.</div>
<div><br>
</div>
<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">
<div style="word-wrap:break-word">
<div>I’d love to see your build script, thanks. </div>
</div>
</blockquote>
<div><br>
</div>
<div>Sure, will send it shortly.</div>
<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">
<div style="word-wrap:break-word"><span><font color="#888888">
<div>— Rich </div>
</font></span>
<div>
<div><br>
<div>
<div>On Jul 17, 2014, at 6:55 AM, David E DeMarle <<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>> wrote:</div>
<br>
<blockquote type="cite">
<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: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a></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><font color="#888888">
<div><br>
</div>
</font></span></span></font></span></div>
<span><font color="#888888">
<div><br>
<div><span style="border-collapse:separate;font-size:13px;border-spacing:0px"><span style="border-collapse:separate;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;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;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;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;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;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;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>
</blockquote>
</div>
<br>
<div><span style="border-collapse:separate;font-size:13px;border-spacing:0px"><span style="border-collapse: separate; 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; 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; 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; 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; 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; 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; 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>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
</div>
<br>
<div apple-content-edited="true"><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-align: auto; 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: 0; "><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>