From fddbc9b73f0697ce9c5ea679de714f299265d7ac Mon Sep 17 00:00:00 2001 From: Carsten Kutzner Date: Tue, 16 Oct 2012 13:11:37 +0200 Subject: [PATCH] Removed obsolete hint in error message. GMX_RESET_COUNTER was removed from the code a long time ago. Change-Id: I2fb54995f1a6e211995ef0474bcdb36f5018550d --- src/tools/gmx_tune_pme.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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); -- 2.22.0