fixed mdrun verbosity with OpenMM build
authorSzilard Pall <pszilard@cbr.su.se>
Thu, 25 Feb 2010 21:10:28 +0000 (22:10 +0100)
committerRossen Apostolov <rossen@cbr.su.se>
Thu, 11 Mar 2010 12:37:09 +0000 (13:37 +0100)
src/kernel/mdrun.c

index 26bd51f1ea3b899db5b950be72a8ec7bba40b210..7d1759c5af4df6e29618ce641ddc03870abdb36a 100644 (file)
@@ -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)" },
   };