580ef631a373f50839e0344d252424e58a974a0f
[alexxy/gromacs.git] / docs / release-notes / 2022 / major / performance.rst
1 Performance improvements
2 ^^^^^^^^^^^^^^^^^^^^^^^^
3
4 .. Note to developers!
5    Please use """"""" to underline the individual entries for fixed issues in the subfolders,
6    otherwise the formatting on the webpage is messed up.
7    Also, please use the syntax :issue:`number` to reference issues on GitLab, without the
8    a space between the colon and number!
9
10 Dynamic pairlist generation for energy minimization
11 """""""""""""""""""""""""""""""""""""""""""""""""""
12
13 With energy minimization, the pairlist, and domain decomposition when running
14 in parallel, is now performed when at least one atom has moved more than the
15 half the pairlist buffer size. The pairlist used to be constructed every step.
16
17 Nonbonded free-energy kernels use SIMD
18 """"""""""""""""""""""""""""""""""""""
19
20 Free energy calculation performance is improved by making the nonbonded free-energy
21 kernels SIMD accelerated. On AVX2-256 these kernels are 4 to 8 times as fast.
22 This should give a noticeable speed-up for most systems, especially if the
23 perturbed interaction calculations were a bottleneck. This is particularly the
24 case when using GPUs, where the performance improvement of free-energy runs is
25 up to a factor of 3.
26
27 :issue:`2875`
28 :issue:`742`