From d91562e30fae15c6358940dc1fc03eee615f6e49 Mon Sep 17 00:00:00 2001 From: Szilard Pall Date: Thu, 25 Feb 2010 22:10:28 +0100 Subject: [PATCH] fixed mdrun verbosity with OpenMM build --- src/kernel/mdrun.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kernel/mdrun.c b/src/kernel/mdrun.c index 26bd51f1ea..7d1759c5af 100644 --- a/src/kernel/mdrun.c +++ b/src/kernel/mdrun.c @@ -434,8 +434,6 @@ int main(int argc,char *argv[]) "HIDDENThe DD cell sizes in z" }, { "-gcom", FALSE, etINT,{&nstglobalcomm}, "Global communication frequency" }, - { "-v", FALSE, etBOOL,{&bVerbose}, - "Be loud and noisy" }, { "-compact", FALSE, etBOOL,{&bCompact}, "Write a compact log file" }, { "-seppot", FALSE, etBOOL, {&bSepPot}, @@ -470,6 +468,8 @@ int main(int argc,char *argv[]) "HIDDENReset the cycle counters after half the number of steps or halfway -maxh" }, #endif // args for both + { "-v", FALSE, etBOOL,{&bVerbose}, + "Be loud and noisy" }, { "-maxh", FALSE, etREAL, {&max_hours}, "Terminate after 0.99 times this time (hours)" }, }; -- 2.11.4.GIT