<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      Great!  We will look into the preprocessing issue. <br>
      <br>
      On 06/13/2013 05:23 PM, Fan Zhang wrote:<br>
    </div>
    <blockquote
cite="mid:CAD0Z=TXudo=cegu0ZUXaEFCQS=kAHOSTz=kMZDjrrgTF8yRdpw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Justin,
        <div><br>
        </div>
        <div style="">    Thank you very much for your help! Now I can
          generate the tcl file and execute it with turbine on my
          macbook pro. </div>
        <div style=""><br>
        </div>
        <div style="">Regards,</div>
        <div style="">
          <br>
        </div>
        <div style="">Fan</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Thu, Jun 13, 2013 at 5:54 PM, Justin
          M Wozniak <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:wozniak@mcs.anl.gov" target="_blank">wozniak@mcs.anl.gov</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <div><br>
                Ah- there is some bug in our CPP preprocessing on the
                Mac.  <br>
                <br>
                You can disable preprocessing by running: <br>
                <br>
                stc -p hello.swift hello.tcl
                <div>
                  <div class="h5"><br>
                    <br>
                    On 06/13/2013 04:46 PM, Fan Zhang wrote:<br>
                  </div>
                </div>
              </div>
              <div>
                <div class="h5">
                  <blockquote type="cite">
                    <div dir="ltr">Please see attached file. Also, I
                      tried to print the string variable 'inputFile'
                      right before line <span
                        style="font-family:arial,sans-serif;font-size:13px">exm.stc.ui.STCompiler.</span><font
                        face="arial, sans-serif">parseFile(STCompiler.java:130).
                        My command is "stc hello.swift hello.tcl", the
                        'inputFile' value is
                        "/var/folders/_8/qky8fqpn6_578_gmy5j1qxr00000gn/T/stc-preproc148496063582809381.swift",

                        which does not exist (at least after the command
                        failed). Thanks a lot.</font>
                      <div> <font face="arial, sans-serif"><br>
                        </font></div>
                      <div><font face="arial, sans-serif">Regards,</font></div>
                      <div><font face="arial, sans-serif"><br>
                        </font></div>
                      <div><font face="arial, sans-serif">Fan<br>
                        </font>
                        <div><br>
                        </div>
                      </div>
                    </div>
                    <div class="gmail_extra"><br>
                      <br>
                      <div class="gmail_quote">On Thu, Jun 13, 2013 at
                        5:01 PM, Justin M Wozniak <span dir="ltr"><<a
                            moz-do-not-send="true"
                            href="mailto:wozniak@mcs.anl.gov"
                            target="_blank">wozniak@mcs.anl.gov</a>></span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
                          <div bgcolor="#FFFFFF" text="#000000">
                            <div><br>
                              Can you send hello.swift? <br>
                              <div>
                                <div> <br>
                                  On 06/13/2013 03:15 PM, Fan Zhang
                                  wrote:<br>
                                </div>
                              </div>
                            </div>
                            <div>
                              <div>
                                <blockquote type="cite">
                                  <div dir="ltr">Hi Justin,
                                    <div><br>
                                    </div>
                                    <div>    Thanks for your testing and
                                      reply. I just made a clean
                                      reinstall and can successfully
                                      build turbine and stc now. I have
                                      been only using the exm-setup.zsh
                                      to build it, probably there are
                                      some object files were not cleared
                                      after I installed the mpich 3.0.4.</div>
                                    <div>    However, when I was running
                                      stc to compile a simple swift
                                      script, it gave the error below.
                                      The command I used is "stc
                                      hello.swift hello.tcl".</div>
                                    <div>"</div>
                                    <div>
                                      <div>STC INTERNAL ERROR</div>
                                      <div>Please report this</div>
                                      <div>java.lang.NullPointerException</div>
                                      <div><span
                                          style="white-space:pre-wrap">
                                        </span>at
org.antlr.runtime.ANTLRStringStream.rewind(ANTLRStringStream.java:179)</div>
                                      <div><span
                                          style="white-space:pre-wrap">
                                        </span>at
org.antlr.runtime.ANTLRStringStream.rewind(ANTLRStringStream.java:189)</div>
                                      <div><span
                                          style="white-space:pre-wrap">
                                        </span>at
exm.stc.frontend.SwiftModule.parse(SwiftModule.java:46)</div>
                                      <div><span
                                          style="white-space:pre-wrap">
                                        </span>at
exm.stc.ui.STCompiler.parseFile(STCompiler.java:130)</div>
                                      <div><span
                                          style="white-space:pre-wrap">
                                        </span>at
exm.stc.ui.STCompiler.compile(STCompiler.java:63)</div>
                                      <div><span
                                          style="white-space:pre-wrap">
                                        </span>at
                                        exm.stc.ui.Main.main(Main.java:93)</div>
                                      <div>"</div>
                                    </div>
                                    <div><br>
                                    </div>
                                    <div>    Thanks for your time.</div>
                                    <div><br>
                                    </div>
                                    <div>Regards,</div>
                                    <div><br>
                                    </div>
                                    <div>Fan</div>
                                  </div>
                                  <div class="gmail_extra"><br>
                                    <br>
                                    <div class="gmail_quote">On Thu, Jun
                                      13, 2013 at 11:39 AM, Justin M
                                      Wozniak <span dir="ltr"><<a
                                          moz-do-not-send="true"
                                          href="mailto:wozniak@mcs.anl.gov"
                                          target="_blank">wozniak@mcs.anl.gov</a>></span>
                                      wrote:<br>
                                      <blockquote class="gmail_quote"
                                        style="margin:0 0 0
                                        .8ex;border-left:1px #ccc
                                        solid;padding-left:1ex">
                                        <div bgcolor="#FFFFFF"
                                          text="#000000">
                                          <div><br>
                                            I just tested this on
                                            darwin12 with SWIG 2.0.9 and
                                            could not reproduce it.  <br>
                                            <br>
                                            Can you send the generated
                                            SwiftBlob_wrap.c file and
                                            the output of make clean ;
                                            make V=1
                                            <div>
                                              <div><br>
                                                <br>
                                                On 06/12/2013 01:30 PM,
                                                Fan Zhang wrote:<br>
                                              </div>
                                            </div>
                                          </div>
                                          <div>
                                            <div>
                                              <blockquote type="cite">
                                                <div dir="ltr">Hi
                                                  Justin,
                                                  <div><br>
                                                  </div>
                                                  <div>    I go the same
                                                    errors after
                                                    updating SWIG to
                                                    2.0.9. </div>
                                                  <div>"</div>
                                                  <div>
                                                    <div>SWIG Version
                                                      2.0.9</div>
                                                    <div><br>
                                                    </div>
                                                    <div>Compiled with
                                                      /usr/bin/clang++
                                                      [i386-apple-darwin12.2.0]</div>
                                                  </div>
                                                  <div>"</div>
                                                  <div><br>
                                                  </div>
                                                  <div>Regards,</div>
                                                  <div><br>
                                                  </div>
                                                  <div>Fan</div>
                                                </div>
                                                <div class="gmail_extra"><br>
                                                  <br>
                                                  <div
                                                    class="gmail_quote">On
                                                    Wed, Jun 12, 2013 at
                                                    2:07 PM, Justin M
                                                    Wozniak <span
                                                      dir="ltr"><<a
                                                        moz-do-not-send="true"
href="mailto:wozniak@mcs.anl.gov" target="_blank">wozniak@mcs.anl.gov</a>></span>
                                                    wrote:<br>
                                                    <blockquote
                                                      class="gmail_quote"
                                                      style="margin:0 0
                                                      0
                                                      .8ex;border-left:1px
                                                      #ccc
                                                      solid;padding-left:1ex">
                                                      <div
                                                        bgcolor="#FFFFFF"
                                                        text="#000000">
                                                        <div>Hi<br>
                                                             I think the
                                                          issue may be
                                                          that we have
                                                          not tested
                                                          with SWIG
                                                          prior to
                                                          2.0.4.  Can
                                                          you update
                                                          SWIG to 2.0.4
                                                          or newer and
                                                          try again?  If
                                                          this is the
                                                          issue, I will
                                                          update the
                                                          installation
                                                          guides and
                                                          checks.  <br>
                                                              Thanks<br>
                                                              Justin
                                                          <div>
                                                          <div><br>
                                                          <br>
                                                          On 06/12/2013
                                                          10:45 AM, Fan
                                                          Zhang wrote:<br>
                                                          </div>
                                                          </div>
                                                        </div>
                                                        <blockquote
                                                          type="cite">
                                                          <div>
                                                          <div>
                                                          <div dir="ltr">
                                                          <div>Hi All,</div>
                                                          <div><br>
                                                          </div>
                                                          <div>I'm
                                                          trying to
                                                          install
                                                          Swift/T 0.3.0
                                                          on my macbook
                                                          pro.</div>
                                                          <div><br>
                                                          </div>
                                                          <div>When the
                                                          setup script
                                                          is building
                                                          turbine, it
                                                          gave the
                                                          following
                                                          errors:</div>
                                                          <div><br>
                                                          </div>
                                                          <div>"</div>
                                                          <div>
                                                          <div>  CC<span
style="white-space:pre-wrap"> </span>src/tcl/blob/SwiftBlob_wrap.o</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:126:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before ‘*’
                                                          token</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:127:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before
                                                          ‘swig_module’</div>
                                                          <div>In file
                                                          included from
src/tcl/blob/SwiftBlob_wrap.c:138:</div>
                                                          <div>src/tcl/blob/blob.h:54:


                                                          error:
                                                          expected ‘)’
                                                          before ‘bytes’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:144:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:156:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:168:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:180:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:192:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:203:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:


                                                          In function
                                                          ‘swig_delete_turbine_blob’:</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:215:


                                                          warning:
                                                          implicit
                                                          declaration of
                                                          function
                                                          ‘free’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:


                                                          At top level:</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:217:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before
                                                          ‘swig_turbine_blob_methods’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:220:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before
                                                          ‘swig_turbine_blob_attributes’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:225:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before ‘*’
                                                          token</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:227:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before
                                                          ‘_wrap_class_turbine_blob’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:229:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:242:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:255:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:267:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:278:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:289:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:301:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:313:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:325:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:337:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:349:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:361:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:373:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:386:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:399:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:412:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:423:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:436:


                                                          error:
                                                          expected ‘)’
                                                          before
                                                          ‘clientData’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:449:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before
                                                          ‘swig_commands’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:478:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before
                                                          ‘swig_variables’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:482:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before
                                                          ‘swig_constants’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:488:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before
                                                          ‘_swigt__p_turbine_blob’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:490:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before ‘*’
                                                          token</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:494:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before
                                                          ‘_swigc__p_turbine_blob’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:496:


                                                          error:
                                                          expected ‘=’,
                                                          ‘,’, ‘;’,
                                                          ‘asm’ or
                                                          ‘__attribute__’
                                                          before ‘*’
                                                          token</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:506:


                                                          error:
                                                          expected
                                                          identifier or
                                                          ‘(’ before
                                                          ‘return’</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:507:


                                                          error:
                                                          expected
                                                          identifier or
                                                          ‘(’ before ‘}’
                                                          token</div>
                                                          <div>src/tcl/blob/SwiftBlob_wrap.c:508:


                                                          error:
                                                          expected ‘)’
                                                          before ‘*’
                                                          token</div>
                                                          <div>make: ***
                                                          [src/tcl/blob/SwiftBlob_wrap.o]

                                                          Error 1</div>
                                                          <div>exm-setup.zsh:

                                                          turbine: make
                                                          FAILED</div>
                                                          </div>
                                                          <div>"</div>
                                                          <div> <br>
                                                          </div>
                                                          <div><br>
                                                          </div>
                                                          <div>Below is
                                                          the configure
                                                          command for
                                                          turbine:</div>
                                                          <div>"</div>
                                                          <div>./configure

                                                          --config-cache
                                                          --prefix=/Users/zhangfan/Documents/open-source-software/Active/exm-0.3.0/exm-install/turbine




                                                          --with-tcl=/usr/

--with-mpi=/opt/local
--with-c-utils=/Users/zhangfan/Documents/open-source-software/Active/exm-0.3.0/exm-install/c-utils--with-adlb=/Users/zhangfan/Documents/open-source-software/Active/exm-0.3.0/exm-install/lb<br>
                                                          </div>
                                                          <div>"</div>
                                                          <div><br>
                                                          </div>
                                                          <div>I have
                                                          mpich-3.0.4,
                                                          Swig 1.3.40,
                                                          Tcl 8.5
                                                          installed.
                                                          What could be
                                                          the problems?
                                                          Thanks a lot.</div>
                                                          <br
                                                          clear="all">
                                                          <div>Regards,</div>
                                                          <div><br>
                                                          </div>
                                                          <div>Fan</div>
                                                          -- <br>
                                                          The Applied
                                                          Software
                                                          Systems
                                                          Laboratory
                                                          (TASSL)<br>
                                                          Department of
                                                          Electrical and
                                                          Computer
                                                          Engineering<br>
                                                          Rutgers, The
                                                          State
                                                          University of
                                                          New Jersey<br>
                                                          Email: <a
                                                          moz-do-not-send="true"
href="mailto:zhangfan@cac.rutgers.edu" target="_blank">zhangfan@cac.rutgers.edu</a><br>
                                                          Personal web:
                                                          <a
                                                          moz-do-not-send="true"
href="http://sites.google.com/site/zhangfan198538" target="_blank">http://sites.google.com/site/zhangfan198538</a><br>
                                                          Lab web: <a
                                                          moz-do-not-send="true"
href="http://nsfcac.rutgers.edu/TASSL/" target="_blank">http://nsfcac.rutgers.edu/TASSL/</a>
                                                          </div>
                                                          <br>
                                                          <fieldset></fieldset>
                                                          <br>
                                                          </div>
                                                          </div>
                                                          <pre>_______________________________________________
ExM-user mailing list
<a moz-do-not-send="true" href="mailto:ExM-user@lists.mcs.anl.gov" target="_blank">ExM-user@lists.mcs.anl.gov</a>
<a moz-do-not-send="true" href="https://lists.mcs.anl.gov/mailman/listinfo/exm-user" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/exm-user</a><span><font color="#888888">
</font></span></pre>
                                                          <span><font
                                                          color="#888888">
                                                          </font></span></blockquote>
                                                        <span><font
                                                          color="#888888">
                                                          <br>
                                                          <br>
                                                          <pre cols="72">-- 
Justin M Wozniak
</pre>
                                                          </font></span></div>
                                                    </blockquote>
                                                  </div>
                                                  <br>
                                                  <br clear="all">
                                                  <div><br>
                                                  </div>
                                                  -- <br>
                                                  The Applied Software
                                                  Systems Laboratory
                                                  (TASSL)<br>
                                                  Department of
                                                  Electrical and
                                                  Computer Engineering<br>
                                                  Rutgers, The State
                                                  University of New
                                                  Jersey<br>
                                                  Email: <a
                                                    moz-do-not-send="true"
href="mailto:zhangfan@cac.rutgers.edu" target="_blank">zhangfan@cac.rutgers.edu</a><br>
                                                  Personal web: <a
                                                    moz-do-not-send="true"
href="http://sites.google.com/site/zhangfan198538" target="_blank">http://sites.google.com/site/zhangfan198538</a><br>
                                                  Lab web: <a
                                                    moz-do-not-send="true"
href="http://nsfcac.rutgers.edu/TASSL/" target="_blank">http://nsfcac.rutgers.edu/TASSL/</a>
                                                </div>
                                              </blockquote>
                                              <br>
                                              <br>
                                            </div>
                                          </div>
                                          <span><font color="#888888">
                                              <pre cols="72">-- 
Justin M Wozniak
</pre>
                                            </font></span></div>
                                      </blockquote>
                                    </div>
                                    <br>
                                    <br clear="all">
                                    <div><br>
                                    </div>
                                    -- <br>
                                    The Applied Software Systems
                                    Laboratory (TASSL)<br>
                                    Department of Electrical and
                                    Computer Engineering<br>
                                    Rutgers, The State University of New
                                    Jersey<br>
                                    Email: <a moz-do-not-send="true"
                                      href="mailto:zhangfan@cac.rutgers.edu"
                                      target="_blank">zhangfan@cac.rutgers.edu</a><br>
                                    Personal web: <a
                                      moz-do-not-send="true"
                                      href="http://sites.google.com/site/zhangfan198538"
                                      target="_blank">http://sites.google.com/site/zhangfan198538</a><br>
                                    Lab web: <a moz-do-not-send="true"
href="http://nsfcac.rutgers.edu/TASSL/" target="_blank">http://nsfcac.rutgers.edu/TASSL/</a>
                                  </div>
                                </blockquote>
                                <br>
                                <br>
                              </div>
                            </div>
                            <span><font color="#888888">
                                <pre cols="72">-- 
Justin M Wozniak
</pre>
                              </font></span></div>
                        </blockquote>
                      </div>
                      <br>
                      <br clear="all">
                      <div><br>
                      </div>
                      -- <br>
                      The Applied Software Systems Laboratory (TASSL)<br>
                      Department of Electrical and Computer Engineering<br>
                      Rutgers, The State University of New Jersey<br>
                      Email: <a moz-do-not-send="true"
                        href="mailto:zhangfan@cac.rutgers.edu"
                        target="_blank">zhangfan@cac.rutgers.edu</a><br>
                      Personal web: <a moz-do-not-send="true"
                        href="http://sites.google.com/site/zhangfan198538"
                        target="_blank">http://sites.google.com/site/zhangfan198538</a><br>
                      Lab web: <a moz-do-not-send="true"
                        href="http://nsfcac.rutgers.edu/TASSL/"
                        target="_blank">http://nsfcac.rutgers.edu/TASSL/</a>
                    </div>
                  </blockquote>
                  <br>
                  <br>
                </div>
              </div>
              <span class="HOEnZb"><font color="#888888">
                  <pre cols="72">-- 
Justin M Wozniak
</pre>
                </font></span></div>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        The Applied Software Systems Laboratory (TASSL)<br>
        Department of Electrical and Computer Engineering<br>
        Rutgers, The State University of New Jersey<br>
        Email: <a moz-do-not-send="true"
          href="mailto:zhangfan@cac.rutgers.edu" target="_blank">zhangfan@cac.rutgers.edu</a><br>
        Personal web: <a moz-do-not-send="true"
          href="http://sites.google.com/site/zhangfan198538"
          target="_blank">http://sites.google.com/site/zhangfan198538</a><br>
        Lab web: <a moz-do-not-send="true"
          href="http://nsfcac.rutgers.edu/TASSL/" target="_blank">http://nsfcac.rutgers.edu/TASSL/</a>
      </div>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Justin M Wozniak
</pre>
  </body>
</html>