Remove support for Intel classic compiler
[alexxy/gromacs.git] / docs / release-notes / 2022 / major / portability.rst
1 Portability
2 ^^^^^^^^^^^
3
4 Intel classic compiler (icc/icpc) no longer supported
5 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
6
7 We now support the Intel clang-based compiler from oneAPI (icx/icpx)
8 instead. Please use it, or gcc.
9
10 :issue:`3893`