X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=blobdiff_plain;f=src%2Fgromacs%2Ftaskassignment%2Fdecidegpuusage.h;fp=src%2Fgromacs%2Ftaskassignment%2Fdecidegpuusage.h;h=693804efd1c3fb1d79c98a1b1817af3df109aca6;hp=76b6f40042a0fec1ecd7bcec55482aec9d3ac72d;hb=f96b513f23d608e7f3138875937c031f255f49c3;hpb=34d6029f0f7e1b521b148eae4164d02e28911db5 diff --git a/src/gromacs/taskassignment/decidegpuusage.h b/src/gromacs/taskassignment/decidegpuusage.h index 76b6f40042..693804efd1 100644 --- a/src/gromacs/taskassignment/decidegpuusage.h +++ b/src/gromacs/taskassignment/decidegpuusage.h @@ -243,7 +243,8 @@ bool decideWhetherToUseGpusForPme(bool useGpuForNonbonded, * * \param[in] useGpuForPme PME task assignment, true if PME task is mapped to the GPU. * \param[in] pmeFftTarget The user's choice for -pmefft for where to assign the FFT - * work of the PME task. \param[in] inputrec The user input record + * work of the PME task. + * \param[in] inputrec The user input record * */ PmeRunMode determinePmeRunMode(bool useGpuForPme, const TaskTarget& pmeFftTarget, const t_inputrec& inputrec);