444007c776902400667b187286fb47039e3699e9
[alexxy/gromacs.git] / docs / release-notes / 2020 / 2020.3.rst
1 GROMACS 2020.3 release notes
2 ----------------------------
3
4 This version was released on TODO, 2020. These release notes
5 document the changes that have taken place in GROMACS since the
6 previous 2020.2 version, to fix known issues. It also incorporates all
7 fixes made in version 2019.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 redmine, 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 segmentation fault with gmx lie
23 """""""""""""""""""""""""""""""""""
24
25 The tool would crash due to mismatching sizes of energy terms in the file and F_NRE.
26
27 :issue:`3547`
28
29 Fix matrix reading in gmx xpm2ps
30 """"""""""""""""""""""""""""""""
31
32 The tool would fail to read a matrix if no second matrix was provided.
33
34 :issue:`3551`
35
36 Fix uninitialized variable warnings in gmx hbond
37 """"""""""""""""""""""""""""""""""""""""""""""""
38
39 Tool would produce garbage due to using uninitialized memory.
40
41 :issue:`3550`
42
43 Actually fix gmx do_dssp
44 """"""""""""""""""""""""
45
46 The tool was still broken and gave incorrect results after the previous fix.
47
48 :issue:`3444`
49
50 Fixes that affect portability
51 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
52
53 Update MSVC SIMD flags
54 """"""""""""""""""""""
55 Newly supported SIMD flags may improve performance on recent x86 running Windows.
56
57 Fix error with tinyxml2 linking
58 """""""""""""""""""""""""""""""
59 The signature for linking the external library was wrong.
60
61 Miscellaneous
62 ^^^^^^^^^^^^^
63
64 Updated message on using GPU with non-dynamical integrator
65 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""
66 The GPU implementation of PME and bonded forces requires dynamical integrator.
67 The message that informs user why using GPU for PME or bonded forces is not
68 supported with non-dynamical integrator was made more clear.
69