From: Carsten Kutzner Date: Tue, 16 Oct 2012 11:11:37 +0000 (+0200) Subject: Removed obsolete hint in error message. X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=fddbc9b73f0697ce9c5ea679de714f299265d7ac;p=alexxy%2Fgromacs.git Removed obsolete hint in error message. GMX_RESET_COUNTER was removed from the code a long time ago. Change-Id: I2fb54995f1a6e211995ef0474bcdb36f5018550d --- diff --git a/src/tools/gmx_tune_pme.c b/src/tools/gmx_tune_pme.c index 5420558f21..ab8ddaab9f 100644 --- a/src/tools/gmx_tune_pme.c +++ b/src/tools/gmx_tune_pme.c @@ -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);