X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ftiming%2Fwallcycle.c;h=3b0d90663631b29e7e15b6844e771ef653781a02;hb=19d3c2e5d0c401eb59010960d11a18b6ba2c54c6;hp=ae26c2cec4c0492ba6cdf92071587029d90d4709;hpb=a349e4beffcbe43be945226384d2a590b27263f0;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/timing/wallcycle.c b/src/gromacs/timing/wallcycle.c index ae26c2cec4..3b0d906636 100644 --- a/src/gromacs/timing/wallcycle.c +++ b/src/gromacs/timing/wallcycle.c @@ -34,21 +34,22 @@ * To help us fund GROMACS development, we humbly ask that you cite * the research papers on the package. Check out http://www.gromacs.org. */ -#include "gromacs/timing/wallcycle.h" +#include "gmxpre.h" -#ifdef HAVE_CONFIG_H -#include -#endif +#include "wallcycle.h" -#include +#include "config.h" -#include "gromacs/utility/smalloc.h" -#include "gmx_fatal.h" -#include "md_logging.h" -#include "gromacs/utility/cstringutil.h" +#include +#include +#include "gromacs/legacyheaders/md_logging.h" +#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/timing/cyclecounter.h" +#include "gromacs/utility/cstringutil.h" +#include "gromacs/utility/fatalerror.h" #include "gromacs/utility/gmxmpi.h" +#include "gromacs/utility/smalloc.h" /* DEBUG_WCYCLE adds consistency checking for the counters. * It checks if you stop a counter different from the last @@ -109,7 +110,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.", - "Bonded F", "Nonbonded F", "Ewald F correction", + "Listed F", "Nonbonded F", "Ewald F correction", "NB X buffer ops.", "NB F buffer ops." };