Restore wallcycle subcounter name to "Bonded F"
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 27 Feb 2015 14:02:04 +0000 (15:02 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 6 Mar 2015 13:32:23 +0000 (14:32 +0100)
This makes it easier to check for performance behaviour

Change-Id: Icb67bd75ee58fe280beb9f1cb123d0eeca229f09

src/gromacs/timing/wallcycle.c

index 7408a94449e1a8b8d964833f02b18eca9a22e76a..f11272ba4a1dff42dcb411b6506dcff1ebc5c9d4 100644 (file)
@@ -113,7 +113,7 @@ static const char *wcsn[ewcsNR] =
     "DD redist.", "DD NS grid + sort", "DD setup comm.",
     "DD make top.", "DD make constr.", "DD top. other",
     "NS grid local", "NS grid non-loc.", "NS search local", "NS search non-loc.",
-    "Listed F", "Nonbonded F", "Ewald F correction",
+    "Bonded F", "Nonbonded F", "Ewald F correction",
     "NB X buffer ops.", "NB F buffer ops."
 };