5617053e1dfaf32d38e195b0dff15bf75d03a3f4
[alexxy/gromacs.git] / docs / release-notes / 2020 / 2020.1.rst
1 GROMACS 2020.1 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 version, to fix known issues. It also incorporates all
7 fixes made in version 2019.5 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 Fix fatal error with mdrun -multidir with more than 1 rank per simulation
20 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
21
22 :issue:`3296`
23
24 Avoid mdrun assertion failure when running with shells and update on a GPU
25 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
26
27 A check for shells has been added in the mdrun task assignment code,
28 so that mdrun falls back to CPU or produces a clear error message
29 when attempting to run with shells and update on a GPU.
30
31 :issue:`3303`
32
33 Allow large prime factors in the mdrun MPI rank count
34 """""""""""""""""""""""""""""""""""""""""""""""""""""
35
36 The domain decomposition would refuse to run with large prime factors
37 in the MPI rank count even when the grid was specified by the user.
38
39 :issue:`3336`
40
41 Fixes for ``gmx`` tools
42 ^^^^^^^^^^^^^^^^^^^^^^^
43
44 Fixes that affect portability
45 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
46
47 Add support for ICC NextGen
48 """""""""""""""""""""""""""
49
50 Add support for Intel Compiler based on LLVM technology.
51 To compile GROMACS with this compiler use ``CXX=icpc CXXFLAGS=-qnextgen cmake``.
52
53 Miscellaneous
54 ^^^^^^^^^^^^^
55