Reimplement constant acceleration groups
[alexxy/gromacs.git] / docs / release-notes / 2022 / major / removed-functionality.rst
1 Removed functionality
2 ^^^^^^^^^^^^^^^^^^^^^
3
4 .. Note to developers!
5    Please use """"""" to underline the individual entries for fixed issues in the subfolders,
6    otherwise the formatting on the webpage is messed up.
7    Also, please use the syntax :issue:`number` to reference issues on GitLab, without the
8    a space between the colon and number!
9
10 Removed mdrun-only build configuration
11 """"""""""""""""""""""""""""""""""""""
12
13 The need for the mdrun-only build of |Gromacs| has expired, as it has
14 the same set of dependencies as regular |Gromacs|. It was deprecated
15 in GROMACS 2021. Removing it will simplify maintenance, testing,
16 documentation, installation, and teaching new users.
17
18 :issue:`3808`
19
20 Removed support for x86 MIC, ARMv7, Sparc64 HPC-ACE, and IBM VMX SIMD
21 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
22
23 These platforms are dead in HPC and so are no longer supported. The
24 KNL platform is unaffected by this change.
25
26 :issue:`3891`
27
28 Removed deprecated environment variables
29 """"""""""""""""""""""""""""""""""""""""
30
31 The following environment variables were removed after being deprecated
32 in favor of better-named alternatives:
33
34 * ``GMX_CUDA_NB_ANA_EWALD`` and ``GMX_OCL_NB_ANA_EWALD`` (use ``GMX_GPU_NB_ANA_EWALD``)
35 * ``GMX_CUDA_NB_TAB_EWALD`` and ``GMX_OCL_NB_TAB_EWALD`` (use ``GMX_GPU_NB_TAB_EWALD``)
36 * ``GMX_CUDA_NB_EWALD_TWINCUT`` and ``GMX_OCL_NB_EWALD_TWINCUT`` (use ``GMX_GPU_NB_EWALD_TWINCUT``)
37
38 :issue:`3803`
39
40 Removed the ability for gmx wham to read .pdo files
41 """""""""""""""""""""""""""""""""""""""""""""""""""
42
43 Files in .pdo format were written by |Gromacs| versions prior to 4.0.
44 That is so long ago that being able to read them is no longer
45 relevant, so this capability was deprecated in version 2021. If you do
46 need to read such files, please use an older version of |Gromacs|.