Prune change-management.rst and update links.
[alexxy/gromacs.git] / docs / release-notes / 2020 / major / deprecated-functionality.rst
1 .. _anticipated-changes:
2
3 .. Note to developers!
4    Please use """"""" to underline the individual entries for fixed issues in the subfolders,
5    otherwise the formatting on the webpage is messed up.
6    Also, please use the syntax :issue:`number` to reference issues on GitLab, without the
7    a space between the colon and number!
8
9 Changes anticipated to |Gromacs| 2020 functionality
10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11
12 Functionality deprecated in |Gromacs| 2020
13 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
15 Support for 32bit architectures
16 """""""""""""""""""""""""""""""
17 :issue:`3252` There are no current or planned large scale resources using 32bit architectures,
18 and we have no ability to properly test and evaluate them.
19
20 Free-energy soft-core power 48
21 """"""""""""""""""""""""""""""
22 :issue:`3253` Free-energy soft-core power 48 is almost never used and is therefore deprecated.
23
24 Support for Armv7
25 """""""""""""""""
26 :issue:`2990` There are several issues with current code for the architecture, and we don't
27 have the resources for support and fix issues related to it. As the architecture has no
28 large HPC impact it is thus deprecated.
29
30 Functionality deprecated in |Gromacs| 2019
31 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
32
33 Generation of virtual sites to replace aromatic rings in standard residues
34 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
35 :issue:`3254` These are thought to produce artefacts under some circumstances
36 (unpublished results), were never well tested, are not widely used,
37 and we need to simplify pdb2gmx.
38
39 Benchmarking options only available with ``gmx benchmark``
40 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
41 :issue:`3255` Options such as ``-confout``, ``-resethway``, ``-resetstep`` are not
42 intended for use by regular mdrun users, so making them only available
43 with a dedicated tool is more clear. Also, this permits us to customize
44 defaults for e.g. writing files at the end of a simulation part in ways
45 that suit the respective mdrun and benchmark use cases, so ``-confout``
46 will no longer be required.
47
48 ``gmx mdrun -nsteps``
49 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
50 :issue:`3256` The number of simulation steps described by the .tpr file can be
51 changed with ``gmx convert-tpr``, or altered in .mdp file before the
52 call to ``gmx grompp``. The convenience of this mdrun option was
53 outweighted by the doubtful quality of its implementation, no clear
54 record in the log file, and lack of maintenance.