GROMACS version 2020.3
[gromacs.git] / docs / release-notes / 2020 / 2020.3.rst
blob7866900805e1bb5fca9aa3e082e52de15deaa4a8
1 GROMACS 2020.3 release notes
2 ----------------------------
4 This version was released on July 9th, 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`.
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!
16 Fixes where mdrun could behave incorrectly
17 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19 Fixes for ``gmx`` tools
20 ^^^^^^^^^^^^^^^^^^^^^^^
22 Fix incorrect reading of certain older tpr files
23 """"""""""""""""""""""""""""""""""""""""""""""""
25 Certain older tpr files could be read incorrectly, usually leading to an exit
26 with a memory allocation error.
28 Fix segmentation fault with gmx lie
29 """""""""""""""""""""""""""""""""""
31 The tool would crash due to mismatching sizes of energy terms in the file and F_NRE.
33 :issue:`3547`
35 Fix matrix reading in gmx xpm2ps
36 """"""""""""""""""""""""""""""""
38 The tool would fail to read a matrix if no second matrix was provided.
40 :issue:`3551`
42 Fix uninitialized variable warnings in gmx hbond
43 """"""""""""""""""""""""""""""""""""""""""""""""
45 Tool would produce garbage due to using uninitialized memory.
47 :issue:`3550`
49 Actually fix gmx do_dssp
50 """"""""""""""""""""""""
52 The tool was still broken and gave incorrect results after the previous fix.
54 :issue:`3444`
56 Allow configuration of dssp default path
57 """"""""""""""""""""""""""""""""""""""""
59 Users can configure the default path for dssp using GMX_DSSP_PROGRAM_PATH.
61 :issue:`3520`
63 Avoid segmentation fault in gmx genrestr
64 """"""""""""""""""""""""""""""""""""""""
66 The tool could fail when running simple inputs due to memory access errors
67 caused by accessing free'd memory.
69 :issue:`3582`
71 Fixes that affect portability
72 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74 Update MSVC SIMD flags
75 """"""""""""""""""""""
76 Newly supported SIMD flags may improve performance on recent x86 running Windows.
78 Fix error with tinyxml2 linking
79 """""""""""""""""""""""""""""""
80 The signature for linking the external library was wrong.
82 Miscellaneous
83 ^^^^^^^^^^^^^
85 Updated message on using GPU with non-dynamical integrator
86 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""
87 The GPU implementation of PME and bonded forces requires dynamical integrator.
88 The message that informs user why using GPU for PME or bonded forces is not
89 supported with non-dynamical integrator was made more clear.