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