Clean bad auto-format in decidegpuusage doxygen comments
authorArtem Zhmurov <zhmurov@gmail.com>
Fri, 27 Dec 2019 10:19:52 +0000 (11:19 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Fri, 27 Dec 2019 11:44:33 +0000 (12:44 +0100)
Change-Id: Ia2ca1dcc138c920d54ce928889cfcad63fc3784b

src/gromacs/taskassignment/decidegpuusage.h

index b01aa97c4215164d4101731d5ba4e7aae5dae760..a1929f1c16fe335f6f341786ad61a3361b1a703f 100644 (file)
@@ -84,8 +84,8 @@ class MDAtoms;
  * \param[in]  userGpuTaskAssignment       The user-specified assignment of GPU tasks to device IDs.
  * \param[in]  emulateGpuNonbonded         Whether we will emulate GPU calculation of nonbonded interactions.
  * \param[in]  buildSupportsNonbondedOnGpu Whether GROMACS was built with GPU support.
- * \param[in]  nonbondedOnGpuIsUseful    Whether computing nonbonded interactions on a GPU is useful for this calculation.
- * \param[in]  numRanksPerSimulation     The number of ranks in each simulation.
+ * \param[in]  nonbondedOnGpuIsUseful      Whether computing nonbonded interactions on a GPU is useful for this calculation.
+ * \param[in]  numRanksPerSimulation       The number of ranks in each simulation.
  *
  * \returns    Whether the simulation will run nonbonded tasks on GPUs.
  *
@@ -109,9 +109,10 @@ bool decideWhetherToUseGpusForNonbondedWithThreadMpi(TaskTarget              non
  *
  * \param[in]  useGpuForNonbonded        Whether GPUs will be used for nonbonded interactions.
  * \param[in]  pmeTarget                 The user's choice for mdrun -pme for where to assign
- * long-ranged PME nonbonded interaction tasks. \param[in]  gpuIdsToUse               The compatible
- * GPUs that the user permitted us to use. \param[in]  userGpuTaskAssignment     The user-specified
- * assignment of GPU tasks to device IDs. \param[in]  hardwareInfo              Hardware information
+ *                                       long-ranged PME nonbonded interaction tasks.
+ * \param[in]  gpuIdsToUse               The compatible GPUs that the user permitted us to use.
+ * \param[in]  userGpuTaskAssignment     The user-specified assignment of GPU tasks to device IDs.
+ * \param[in]  hardwareInfo              Hardware information
  * \param[in]  inputrec                  The user input
  * \param[in]  mtop                      Global system topology
  * \param[in]  numRanksPerSimulation     The number of ranks in each simulation.