<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi,<br>
    <br>
    On 8/12/10 2:43 PM, Alan wrote:
    <blockquote
      cite="mid:AANLkTi=vDycoeMnNbZLt2+UjdSm3LZnunC2gkMWa8cow@mail.gmail.com"
      type="cite">Thanks Rossen,
      <div><br>
      </div>
      <div>&gt; <span class="Apple-style-span" style="font-family:
          arial,sans-serif; font-size: 13px; border-collapse: collapse;">Try
          it again with the latest release-4-5-branch, Erik added a lot
          of fixes.</span></div>
      <div><span class="Apple-style-span" style="font-family:
          arial,sans-serif; font-size: 13px; border-collapse: collapse;"><br>
        </span></div>
      <div>Indeed, when I did my report *was* with Erik's mods, which I
        am afraid, was what broke the compilation.</div>
      <div><br>
      </div>
      <div>I am using 'git log':</div>
      <div><br>
      </div>
      <div>
        <div>Author: Rossen Apostolov &lt;<a moz-do-not-send="true"
            href="mailto:rossen@cbr.su.se">rossen@cbr.su.se</a>&gt;</div>
        <div>Date:   Thu Aug 12 11:20:18 2010 +0200</div>
        <div><br>
        </div>
        <div>    Fixed a reverted version string in <a
            moz-do-not-send="true" href="http://configure.ac">configure.ac</a></div>
        <div><br>
        </div>
      </div>
    </blockquote>
    You have compiled the master branch.<br>
    <br>
    During the current release stage all development work and fixes
    first go in the release-4-5-patches branch, as I wrote. Later those
    fixes will be merged in the master.<br>
    <br>
    Since you have already cloned the repository, you should do:<br>
    <br>
    $ git checkout -t origin/release-4-5-patches<br>
    <br>
    This branch is under heavy development so it may not even compile
    sometimes. Do regular $ git pull to keep updated.<br>
    <blockquote
      cite="mid:AANLkTi=vDycoeMnNbZLt2+UjdSm3LZnunC2gkMWa8cow@mail.gmail.com"
      type="cite">
      <div>
        <div>BTW, is there simpler way to say the "revision number" in
          git like 'svn info'?</div>
      </div>
    </blockquote>
    If you run <br>
    <br>
    $ git log -n 1<br>
    commit 617c955b9154e2361b3240ede285f3094e5dc621<br>
    Author: Rossen Apostolov <a class="moz-txt-link-rfc2396E" href="mailto:rossen@cbr.su.se">&lt;rossen@cbr.su.se&gt;</a><br>
    Date:   Thu Aug 12 14:22:45 2010 +0200<br>
    <br>
        OpenMM: added support for AmberFF proper/improper torsion
    potentials.<br>
    <br>
    "commit" is the identifier that would roughly correspond to a
    "revision" in SVN, but the two systems have conceptual differences
    and the terms are not equivalent.<br>
    <br>
    Have a look at some tutorials on the web for a detailed description.<br>
    <br>
    Also, mdrun prints out information about the commit it was compiled
    from:<br>
    <br>
    $ mdrun<br>
    ...........<br>
    :-)  mdrun-gpu  (-:<br>
    <br>
    Back Off! I just backed up md.log to ./#md.log.1#<br>
    Getting Loaded...<br>
    Reading file topol.tpr, VERSION 4.5-beta3-dev-20100812-617c9 (single
    precision)<br>
    <br>
    "617c9" are the first characters of the commit (compare to the git
    log command above)<br>
    <br>
    Rossen<br>
  </body>
</html>