Fix compile with Intel oneAPI 2021.2
[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 Fixes for ``gmx`` tools
20 ^^^^^^^^^^^^^^^^^^^^^^^
21
22 Fix grompp check for position restraints with absolute reference
23 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
24
25 Fixed that grompp with position restraints would always issue a warning about
26 using an absolute reference, even when an absolute reference was not used.
27
28 :issue:`3996`
29
30 Fix error when using VMD plugin
31 """""""""""""""""""""""""""""""
32
33 Tools would crash with a C++ library assertion because the plugin loading
34 code incorrectly tried to construct a string from nullptr.
35
36 :issue:`3055`
37
38 Fixes that affect portability
39 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40
41 Support for Intel oneAPI compiler 2021.2
42 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
43
44 Fixed compiler infinity math and MKL flags.
45
46 Miscellaneous
47 ^^^^^^^^^^^^^
48
49 Fix bond type in GROMOS force fields
50 """"""""""""""""""""""""""""""""""""
51
52 The bond type for C and +N in [ACE] was incorrect.
53
54 :issue:`3995`