155ef8efe4cebebc882a564a395dfe84ab1f3601
[alexxy/gromacs.git] / docs / release-notes / 2020 / 2020.4.rst
1 GROMACS 2020.4 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.3 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 Fixes that affect portability
23 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
25 CUDA 11.0 supported
26 ^^^^^^^^^^^^^^^^^^^
27
28 A build with CUDA 11.0 now configures and passes tests.
29 Building with CUDA 11.0 means that hardware with CC 3.0 is no longer supported,
30 while CC 8.0 can now be used.
31
32 :issue:`3632`
33
34 Miscellaneous
35 ^^^^^^^^^^^^^
36
37 Fixes the unexpected change in molecule indexing in output after simulation
38 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
39
40 Molecule indices of repeat molecules are now again numbered consecutively as
41 expected (instead of all ``1``).
42
43 :issue:`3575`
44
45 Fix ``INTERFACE_INCLUDE_DIRECTORIES`` for ``libgromacs`` CMake target
46 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
47
48 :file:`libgromacs.cmake` was malformed, referencing non-existent directories.
49
50 :issue:`3592`