Improve SimulationWorkload doxygen
authorSzilárd Páll <pall.szilard@gmail.com>
Fri, 1 Nov 2019 15:35:13 +0000 (16:35 +0100)
committerArtem Zhmurov <zhmurov@gmail.com>
Sun, 3 Nov 2019 09:46:11 +0000 (10:46 +0100)
Change-Id: I0e4f6433d497b177b4dcc383b708ce8e91bb32e1

src/gromacs/mdtypes/simulation_workload.h

index 1f11329234ba0fd61fbacad7f0c62357f1bdb90b..1c4d46c7e1439f7583b05015fba2ae1f67546753 100644 (file)
@@ -131,10 +131,13 @@ class DomainLifetimeWorkload
  * \brief Manage what computation is required during the simulation.
  *
  * Holds information on the type of workload constant for the entire
- * simulation.
+ * simulation, and independent of the particle interactions handled
+ * on any specific domain.
  *
  * An object of this type is constructed at the beginning of the
  * simulation and is expected to not change.
+ * Additionally, the initialization is uniform across ranks of a
+ * simulation, even with MPMD decomposition and separate PME ranks.
  */
 class SimulationWorkload
 {