397ed3df3f41a6f7036c270851f1e532ca4a717f
[alexxy/gromacs.git] / docs / release-notes / 2021 / 2021.2.rst
1 GROMACS 2021.2 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.1 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 Removed a potential race condition with GPU update
20 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21
22 Fixed possible (but so far unobserved) race condition in coordinate copy when
23 using GPU update with dipole moment calculation.
24
25 :issue:`4024`
26
27 Fixes for ``gmx`` tools
28 ^^^^^^^^^^^^^^^^^^^^^^^
29
30 Fix incorrect behaviour with single residue chains in pdb2gmx
31 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
32
33 The code for chcking for cyclic molecules could lead to single residue chains
34 incorrectly to be assigned as circular molecules.
35
36 :issue:`4029`
37
38 Fix grompp check for position restraints with absolute reference
39 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
40
41 Fixed that grompp with position restraints would always issue a warning about
42 using an absolute reference, even when an absolute reference was not used.
43
44 :issue:`3996`
45
46 Fix error when using VMD plugin
47 """""""""""""""""""""""""""""""
48
49 Tools would crash with a C++ library assertion because the plugin loading
50 code incorrectly tried to construct a string from nullptr.
51
52 :issue:`3055`
53
54 Fixes that affect portability
55 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
56
57 Support for Intel oneAPI compiler 2021.2
58 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
59
60 Fixed compiler infinity math and MKL flags.
61
62 Fix Apple OpenCL build
63 """"""""""""""""""""""
64
65 :issue:`4008`
66
67 Miscellaneous
68 ^^^^^^^^^^^^^
69
70 Fix bond type in GROMOS force fields
71 """"""""""""""""""""""""""""""""""""
72
73 The bond type for C and +N in [ACE] was incorrect.
74
75 :issue:`3995`