<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 15/10/2011 1:26 AM, vidhya sankar wrote:
    <blockquote
      cite="mid:1318602361.80102.YahooMailNeo@web95503.mail.in.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:times
        new roman, new york, times, serif;font-size:12pt">
        <div>Dear justin,&nbsp; thank you for your previous reply<br>
          <br>
          &nbsp;&nbsp; I am new user of plumed gromacs&nbsp; i am using the following
          file to do meta dynamics by taking ELSTPOT as CV . i have used
          the following files as plumed.dat file&nbsp; withe RESTART key word
          . But when i restart&nbsp; by actual procedure of Gromacs MD i have
          got&nbsp; the follwing error<br>
          <span style="font-weight: bold;">Reading checkpoint file
            state.cpt generated: Thu Oct 13 23:07:42 2011</span><br
            style="font-weight: bold;">
          <span style="font-weight: bold;">&nbsp; #PME-nodes mismatch,</span><br
            style="font-weight: bold;">
          <span style="font-weight: bold;">&nbsp;&nbsp;&nbsp; current program: -1</span><br
            style="font-weight: bold;">
          <span style="font-weight: bold;">&nbsp;&nbsp;&nbsp; checkpoint file: 0</span><br
            style="font-weight: bold;">
          <span style="font-weight: bold;">Gromacs binary or parallel
            settings not identical to previous run.</span><br
            style="font-weight: bold;">
          <span style="font-weight: bold;">Continuation is exact, but is
            not guaranteed to be binary identical.</span><br>
          <br>
          IS it error or not ?. What should i do to avoid this
          information ?<br>
          But still Gromacs MD is running continously&nbsp; i am getting
          output with updated output(COLVAR, HILL)&nbsp; . i am expectiong
          your valuable reply<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    See <a
      href="http://www.gromacs.org/Documentation/Terminology/Reproducibility">http://www.gromacs.org/Documentation/Terminology/Reproducibility</a><br>
    <br>
    Your current run is using mdrun -npme -1 (the default). Probably the
    former run was also, but zero was chosen by mdrun. The latter was
    recorded in the checkpoint file, and now mdrun is telling you that
    there may be some degree of discontinuity between the runs if you
    were to have changed something else that would lead to zero not
    being chosen this time (e.g. running on more nodes). If you specify
    the same suitable value each time for -npme, this warning will never
    occur.<br>
    <br>
    Mark<br>
  </body>
</html>