<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Rich,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">This does seem like a cool idea.  I&#39;ve made a ticket for this, NCL-2225.  Thanks for the heads up.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 12, 2015 at 2:45 PM, Cook, Rich <span dir="ltr">&lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
It would be super cool if you guys would make your build work in parallel. 
<div>It almost does; it just fails because the &quot;common&quot; directory is an unspecified dependency of later builds, I think.  </div>
<div>Type &quot;make -j Everything&quot; to see what I mean.  </div>
<div>Thanks</div><span class="HOEnZb"><font color="#888888">
<div>-- Rich </div></font></span><div><div class="h5">
<div><br>
<div>
<div>On May 12, 2015, at 12:00 PM, Mary Haley &lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt; wrote:</div>
<br>
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_default" style="font-size:small">​If you are trying to build your own version of cairo rather than using a system one, then we have detailed instructions here:</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style="font-size:small"><a href="http://www.ncl.ucar.edu/Download/build_from_src.shtml#cairo" target="_blank">http://www.ncl.ucar.edu/Download/build_from_src.shtml#cairo</a></div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style="font-size:small">In particular, you need to build these packages, if you don&#39;t already have them:</div>
<div class="gmail_default">
<ul style="font-size:small">
<li>pkg-config </li><li>png​<br>
</li><li>FreeType</li><li>cairo</li></ul>
<div style="font-size:small">We provide exact locations on where to get these packages and how to install them, in the above link.</div>
<div style="font-size:small"><br>
</div>
<div style="font-size:small">Let me know if you are having trouble installing these packages.  It&#39;s important that you build at least version 1.12.18 of cairo, because older versions have bugs.</div>
<div style="font-size:small"><br>
</div>
<div style="font-size:small">-Mary</div>
<div><br>
</div>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, May 12, 2015 at 10:29 AM, Cook, Rich <span dir="ltr">
&lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Thanks! 
<div>I&#39;m now trying to figure out how to wire my own version of cairo into the build</div>
<div><br>
<div>
<div>
<div>
<div>On May 11, 2015, at 7:05 PM, Mary Haley &lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt; wrote:</div>
<br>
</div>
</div>
<blockquote type="cite">
<div>
<div>
<div dir="ltr">
<div class="gmail_default" style="font-size:small">Hi Rich,</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style="font-size:small">I was offline for most of the day, so I&#39;m glad you figured out a solution.</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style="font-size:small">The other way you can get around this problem is to edit the $NCARG/config/Site.local file and add the -I/usr/include/freetype2 path to the end of the  &quot;#define IncSearch&quot; line that you hopefully already have
 in that file.</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style="font-size:small">Then, you can either run &quot;make Everything&quot; from the top $NCARG directory to make sure all the Makefiles get regenerated, or else you can simply just remake the Makefiles and start the build from where you left
 off with:</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style="font-size:small">cd $NCARG</div>
<div class="gmail_default" style="font-size:small">make Makefiles includes depend all install</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style="font-size:small">This is pretty much like doing a &quot;make Everything&quot;, except the &quot;make clean&quot; step is omitted.</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
<div class="gmail_default" style="font-size:small">--Mary</div>
<div class="gmail_default" style="font-size:small"><br>
</div>
</div>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">
<div>
<div>On Mon, May 11, 2015 at 6:34 PM, Cook, Rich <span dir="ltr">&lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt;</span> wrote:<br>
</div>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">
<div>
<div>... and I figured a way to do this.  It&#39;s not elegant: 
<div><br>
</div>
</div>
</div>
<div>
<div>
<div>
<div>    sed -i&#39;&#39; -E -e &quot;s:(-ansi -openmp):\1 -I/usr/include/freetype2:&quot; config/LINUX</div>
<div><br>
</div>
<div>Problem solved; thanks for the help!</div>
<div>-- Rich </div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
<div>
<div>
<div>
<div>
<div>
<div>On May 11, 2015, at 1:46 PM, Cook, Rich &lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt; wrote:</div>
<br>
</div>
</div>
</div>
</div>
<blockquote type="cite">
<div>
<div>
<div>
<div>
<div>
<div style="word-wrap:break-word">I&#39;m attaching my entire build log per your request. 
<div>I&#39;ve looked at <a href="https://www.ncl.ucar.edu/Download/build_from_src.shtml#ConfigurationFiles" target="_blank">https://www.ncl.ucar.edu/Download/build_from_src.shtml#ConfigurationFiles</a> but I just can&#39;t seem to figure out which files to add the
 include flags I need to make it see freetype on our system.  </div>
<div>I tried</div>
<div>make Everything CFLAGS=-I/usr/include/freetype2</div>
<div>but this caused problems. </div>
<div></div>
</div>
<div style="word-wrap:break-word">
<div></div>
<div>Thanks</div>
<div>-- Rich </div>
<div><br>
</div>
<div><br>
<div>
<div>On May 11, 2015, at 12:33 PM, Cook, Rich &lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt; wrote:</div>
<br>
<blockquote type="cite">
<div style="word-wrap:break-word">What&#39;s the easy way top tell NCAR where freetype lives?  I see 
<div>/usr/include/freetype2/freetype/config/ftheader.h</div>
<div>but I guess that&#39;s not NCAR&#39;s assumed location. </div>
<div>Thanks</div>
<div>-- Rich </div>
<div><br>
<div>
<div>On May 11, 2015, at 11:25 AM, Cook, Rich &lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt; wrote:</div>
<br>
<blockquote type="cite">
<div style="word-wrap:break-word">Hi, aha, yes, you are correct.  
<div>I guess looking for the word &quot;Error&quot; in my build log was too obvious an exercise for me.  :-|</div>
<div>It would be good if the build would fail instead of appearing to complete, but it looks like I have a way forward here.  I need to install freetype it looks like... </div>
<div><br>
</div>
<div>
<div>intel: icc-14.0.174 -ansi -openmp  -O  -I../../../.././include -I/usr/include/X11  -DLinux    -DCTXT -DX11 -DPS -DPDF -DPIX  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped -DNeedFuncProto    -c -o cro_device.o cro_device.c</div>
<div>intel: In file included from /usr/include/cairo/cairo-ft.h(47),</div>
<div>intel:                  from cro.h(147),</div>
<div>intel:                  from cro_device.c(26):</div>
<div>intel: /usr/include/ft2build.h(56): catastrophic error: cannot open source file &quot;freetype/config/ftheader.h&quot;</div>
<div>intel:   #include &lt;freetype/config/ftheader.h&gt;</div>
<div>intel:                                        ^</div>
<div>intel: </div>
<div>intel: compilation aborted for cro_device.c (code 4)</div>
<div>intel: make[5]: *** [cro_device.o] Error 4</div>
<div>intel: make[5]: Leaving directory `/tmp/dpkg-mkdeb.ljmPKZOP1X/src/ncl_ncarg-6.3.0/ncarg2d/src/libncarg_gks/cdrivers&#39;</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
<div>
<div>On May 11, 2015, at 11:01 AM, Mary Haley &lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt; wrote:</div>
<br>
<blockquote type="cite">
<div dir="ltr">
<div style="font-size:small">Hi Richard,</div>
<div style="font-size:small"><br>
</div>
<div style="font-size:small">The likely issue is that the GKS library didn&#39;t get fully built, and the culprit is probably the &quot;cdrivers&quot; directory under the &quot;$NCARG/ncarg2d/src/libncarg_gks&quot; directory.  There&#39;s some source code in that directory that depends
 on cairo, which is an external package required by NCL V6.3.0. It wasn&#39;t required by NCL V6.0.0. My guess is that the build failed because it couldn&#39;t find some required include files by cairo and/or freetype.</div>
<div style="font-size:small"><br>
Can you email me the full build log so I can see where the error is?</div>
<div style="font-size:small"><br>
</div>
<div style="font-size:small">--Mary</div>
<div style="font-size:small"><br>
</div>
</div>
<div><br>
<div>On Mon, May 11, 2015 at 10:26 AM, Cook, Rich <span dir="ltr">&lt;<a href="mailto:cook47@llnl.gov" target="_blank">cook47@llnl.gov</a>&gt;</span> wrote:<br>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Hello, 
<div>I&#39;m sorry if this is a known issue;  I am the maintainer of our cluster installation of NCAR on our machines.  A user recently complained to me that he is having linker errors when trying build against ncar: </div>
<div><br>
</div>
<div>
<div>// -------------------------------------------------------------------------</div>
<div></div>
<div>ifort     shok3.o /usr/local/lib/libmbase.a /usr/local/tools/ncar-intel-6.3.0/lib/libncarg.a /usr/local/tools/ncar-intel-6.3.0/lib/libncarg_gks.a /usr/local/tools/ncar-intel-6.3.0/lib/libncarg_c.a /usr/local/tools/ncar-intel-6.3.0/lib/libcgm.a /usr/lib64/libX11.so
 -o shok3</div>
<div>/usr/local/tools/ncar-intel-6.3.0/lib/libncarg_gks.a(gziqwk.o): In function `gziqwk_&#39;:</div>
<div>gziqwk.f:(.text+0x123): undefined reference to `ggkwdr_&#39;</div>
<div>/usr/local/tools/ncar-intel-6.3.0/lib/libncarg_gks.a(gztowk.o): In function `gztowk_&#39;:</div>
<div>gztowk.f:(.text+0x2ce): undefined reference to `ggkwdr_&#39;</div>
<div>gztowk.f:(.text+0x5a2): undefined reference to `ggkwdr_&#39;</div>
<div>gztowk.f:(.text+0x984): undefined reference to `ggkwdr_&#39;</div>
<div>make: *** [shok3] Error 1</div>
<div>
<div>// -------------------------------------------------------------------------</div>
<div></div>
</div>
<div><br>
</div>
<div>Naturally I googled to find a solution but none of the postings I found seemed relevant to me -- they all referenced some w_char problem from ages past, which I don&#39;t see any hint of in my build logs.  </div>
<div><br>
</div>
<div>If the user tries building against our 6.0.0 build, he does not have this problem -- nm reveals that the symbol lives in libncarg_c.a </div>
<div>I looked and ggkwdr() is a function from file fort_c.c </div>
<div>When I compared the build logs of the two versions, I see that in 6.0.0, fort_c.o gets archived into libncarg_c.a, which then gets installed into the INSTALL_DIR/lib: </div>
<div><br>
</div>
<div>// -------------------------------------------------------------------------</div>
<div>
<div>ar vru ../libncarg_gks.a fort_c.o gksc.o transform.o gksP.o gks_device.o ctxt_device.o ctxt.o ctxt_conv.o xdevice.o font.o text.o x_conv.o xattribute.o xcontrol.o
<span style="white-space:pre-wrap"></span>xinquiry.o xoutput.o psdevice.o ps.o ps_conv.o psfill.o pdf.o pdfdevice.o pdf_conv.o pdffill.o pixcontrol.o     pixoutput.o pixdevice.o  <span style="white-space:pre-wrap">
</span>pix_conv.o       pixattribute.o  pixinquiry.o <span style="white-space:pre-wrap">
</span>pixwrite_xwd.o  </div>
</div>
<div>.... </div>
<div>
<div>intel: ranlib libncarg_gks.a</div>
<div>intel: Installing libncarg_gks.a</div>
<div>intel: ranlib /usr/local/tools/ncar-intel-6.3.0/lib/libncarg_gks.a</div>
</div>
<div>
<div>// -------------------------------------------------------------------------</div>
<div></div>
</div>
<div><br>
</div>
<div>But in the build log for version 6.3.0, fort_c.o gets stuffed into a library called libbasegks.a, and this library never seems to be installed anywhere or used:  </div>
<div><br>
</div>
<div>
<div>// -------------------------------------------------------------------------</div>
<div></div>
<div>intel: ar vru ../libbasegks.a fort_c.o gksc.o transform.o gksP.o argb.o</div>
</div>
<div>....</div>
<div>(no more mention of libbasegks.a in the build log from here)</div>
<div>
<div>// -------------------------------------------------------------------------</div>
<div></div>
</div>
<div><br>
</div>
<div>Can someone help me understand what&#39;s wrong with my build process?  </div>
<div>I&#39;m building them both identically, using the config/LINUX.INTEL configuration. </div>
<div><br>
</div>
<div>Thanks!</div>
<span><font color="#888888">
<div><br>
</div>
<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><span>&lt;emoji_u260e.png&gt;</span> (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">
(925) 423-9605</a>    </div>
<div><span>&lt;emoji_u260e.png&gt;</span> (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a></div>
<div>---</div>
<div>Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.</div>
<div>(opinions expressed herein are mine and not those of LLNL)</div>
<br>
</span></span></span></span></span></span></span><br>
</span></div>
<br>
</font></span></div>
</div>
<br>
_______________________________________________<br>
ncl-install mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br>
<br>
</blockquote>
</div>
<br>
</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;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;border-spacing:0px"><span style="border-collapse:separate;border-spacing:0px;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;border-spacing:0px;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;border-spacing:0px;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;border-spacing:0px;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;border-spacing:0px;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><span>&lt;emoji_u260e.png&gt;</span> (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">
(925) 423-9605</a>    </div>
<div><span>&lt;emoji_u260e.png&gt;</span> (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a></div>
<div>---</div>
<div>Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.</div>
<div>(opinions expressed herein are mine and not those of LLNL)</div>
<br>
</span></span></span></span></span></span></span><br>
</span></div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
<div><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;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;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;border-spacing:0px"><span style="border-collapse:separate;border-spacing:0px;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;border-spacing:0px;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;border-spacing:0px;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;border-spacing:0px;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;border-spacing:0px;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><span>&lt;emoji_u260e.png&gt;</span> (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">
(925) 423-9605</a>    </div>
<div><span>&lt;emoji_u260e.png&gt;</span> (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a></div>
<div>---</div>
<div>Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.</div>
<div>(opinions expressed herein are mine and not those of LLNL)</div>
<br>
</span></span></span></span></span></span></span><br>
</span></div>
<br>
</div>
</div>
</blockquote>
</div>
<br>
<div><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"><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><span>&lt;emoji_u260e.png&gt;</span> (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">
(925) 423-9605</a>    </div>
<div><span>&lt;emoji_u260e.png&gt;</span> (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a></div>
<div>---</div>
<div>Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.</div>
<div>(opinions expressed herein are mine and not those of LLNL)</div>
<br>
</span></span></span></span></span></span></span><br>
</span></div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<span>&lt;intel-log.txt.gz&gt;</span></blockquote>
</div>
<span><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"><span>
<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>
</span><span>
<div><span>&lt;emoji_u260e.png&gt;</span> (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">
(925) 423-9605</a>    </div>
<div><span>&lt;emoji_u260e.png&gt;</span> (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a></div>
<div>---</div>
<div>Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.</div>
<div>(opinions expressed herein are mine and not those of LLNL)</div>
<br>
</span></span></span></span></span></span></span></span><br>
</span></div>
<br>
</span></div>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
</div>
<span><br>
<div><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"><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><span>&lt;emoji_u260e.png&gt;</span> (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">
(925) 423-9605</a>    </div>
<div><span>&lt;emoji_u260e.png&gt;</span> (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a></div>
<div>---</div>
<div>Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.</div>
<div>(opinions expressed herein are mine and not those of LLNL)</div>
<br>
</span></span></span></span></span></span></span><br>
</span></div>
<br>
</span></div>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
</div>
<br>
<div><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-align:auto;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"><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><img goomoji="260e" style="margin:0 0.2ex;vertical-align:middle;max-height:24px" alt="☎" src="cid:260e@goomoji.gmail"> (office) <a href="tel:%28925%29%20423-9605" value="+19254239605" target="_blank">(925) 423-9605</a>    </div>
<div><img goomoji="260e" style="margin:0 0.2ex;vertical-align:middle;max-height:24px" alt="☎" src="cid:260e@goomoji.gmail"> (fax) <a href="tel:%28925%29%20423-6961" value="+19254236961" target="_blank">(925) 423-6961</a></div>
<div>---</div>
<div>Information Management &amp; Graphics Grp., Services &amp; Development Div., Integrated Computing &amp; Communications Dept.</div>
<div>(opinions expressed herein are mine and not those of LLNL)</div>
<br>
</span></span></span></span></span></span></span><br>
</span></div>
<br>
</div>
</div></div></div>

</blockquote></div><br></div>