Merge commit d30f2cb6 from release-2020 into master
[alexxy/gromacs.git] / src / gromacs / timing / wallcycle.cpp
index 59a55b8bd1ae5ca52e4b40a47f1317d0c729ddfb..9c5ff6e63a14e61b42dc3371e0874d083b7a6da1 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2008, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2016,2017,2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017,2018,2019,2020, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -132,6 +132,7 @@ static const char* wcn[ewcNR] = { "Run",
                                   "Reduce GPU PME F",
                                   "Wait GPU NB nonloc.",
                                   "Wait GPU NB local",
+                                  "Wait GPU state copy",
                                   "NB X/F buffer ops.",
                                   "Vsite spread",
                                   "COM pull force",
@@ -168,6 +169,7 @@ static const char* wcsn[ewcsNR] = {
     "Launch NB GPU tasks",
     "Launch Bonded GPU tasks",
     "Launch PME GPU tasks",
+    "Launch state copy",
     "Ewald F correction",
     "NB X buffer ops.",
     "NB F buffer ops.",