Fix reporting of quadrupole moment
[alexxy/gromacs.git] / docs / release-notes / 2021 / 2021.3.rst
1 GROMACS 2021.3 release notes
2 ----------------------------
3
4 This version was released on TODO, 2021. These release notes
5 document the changes that have taken place in GROMACS since the
6 previous 2021.2 version, to fix known issues. It also incorporates all
7 fixes made in version 2020.6 and earlier, which you can find described
8 in the :ref:`release-notes`.
9
10 .. Note to developers!
11    Please use """"""" to underline the individual entries for fixed issues in the subfolders,
12    otherwise the formatting on the webpage is messed up.
13    Also, please use the syntax :issue:`number` to reference issues on GitLab, without the
14    a space between the colon and number!
15
16 Fixes where mdrun could behave incorrectly
17 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18
19 Fixes for ``gmx`` tools
20 ^^^^^^^^^^^^^^^^^^^^^^^
21
22 Fix gmx nmr -viol option
23 """"""""""""""""""""""""
24
25 The tool would previously fail with a cryptic error.
26 Also enforces that this option is exclusive with other analysis modes.
27
28 :issue:`4060`
29
30 Fixed gmx dipoles -quad option
31 """"""""""""""""""""""""""""""
32
33 The tool now reports correct values.
34
35 :issue:`4080`
36
37 Fixes that affect portability
38 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39
40 Check that necessary python modules are available
41 """""""""""""""""""""""""""""""""""""""""""""""""
42
43 The source code validation could otherwise fail a build with cryptic errors.
44
45 :issue:`3985`
46
47 Miscellaneous
48 ^^^^^^^^^^^^^
49
50 Removed performance loss in the mdrun domain decomposition
51 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""
52
53 With 16 or more so-called PP MPI ranks, the domain decomposition
54 repartitioning could incur large performance overheads due to a sub-optimally
55 sized hash table. This has now been fixed.
56
57 :issue:`4054`