Prune change-management.rst and update links.
[alexxy/gromacs.git] / docs / release-notes / 2020 / major / portability.rst
1 Portability
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 Added support for Hygon Dhyana CPU architecture
11 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
12 Support for hardware detection and related heuristics has been implemented
13 for the Hygon Dhyana derived from the first-gen AMD Zen which it shares most
14 of its architectural details with.
15
16 Enabled PME offload support with OpenCL on NVIDIA and Intel GPUs
17 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
18 Thanks to portability improvements, the previously disabled PME OpenCL offload
19 is now enabled also on NVIDIA and Intel GPUs.
20
21 Fixed building on Solaris with GCC
22 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
23 GROMACS now builds on Solaris with GCC (tested on illumos distribution
24 openindiana, "Hipster" rolling release, using GCC 5, 6, 7, and 8).