Removed obsolete hint in error message.
authorCarsten Kutzner <ckutzne@gwdg.de>
Tue, 16 Oct 2012 11:11:37 +0000 (13:11 +0200)
committerCarsten Kutzner <ckutzne@gwdg.de>
Tue, 16 Oct 2012 11:16:10 +0000 (13:16 +0200)
GMX_RESET_COUNTER was removed from the code a long time ago.

Change-Id: I2fb54995f1a6e211995ef0474bcdb36f5018550d

src/tools/gmx_tune_pme.c

index 5420558f21dd99c799821c7abfc3090609af427e..ab8ddaab9f8b819d902d62df4c9d631c2ac77700 100644 (file)
@@ -1530,12 +1530,7 @@ static void do_the_tests(
     if (bResetProblem)
     {
         sep_line(fp);
-        fprintf(fp, "WARNING: The cycle and time step counters could not be reset\n"
-                    "properly. The reason could be that mpirun did not manage to\n"
-                    "export the environment variable GMX_RESET_COUNTER. You might\n"
-                    "have to give a special switch to mpirun for that.\n"
-                    "Alternatively, you can manually set GMX_RESET_COUNTER to the\n"
-                    "value normally provided by -presteps.");
+        fprintf(fp, "WARNING: The cycle and time step counters could not be reset properly. ");
         sep_line(fp);
     }
     sfree(command);