Remove deprecated env. vars GMX_OCL_NB_ANA_EWALD etc
[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 platform
28 """"""""""""""""""""""""""""""""""""
29
30 This platform is nearly dead and is no longer supported. The KNL
31 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`