22Intel Compilers
33===============
44
5- .. admonition :: Warning: page not updated for current Triton
6- :class: warning, triton-v2-apps
7-
8- This page hasn't been updated since Triton was completely upgraded
9- in May 2024. The software might not be installed and the old
10- information below might not work anymore (or might need adapting).
11- If you need this software, :ref: `open an issue <issuetracker >` and
12- tell us so we can reinstall/update it.
13-
145Intel provides their own compiler suite which is popular in HPC settings.
15- This suite contains compilers for C (``icc ``), C++ (``icpc ``) and Fortran (``ifc ``).
6+ This suite contains compilers for C (``icx ``), C++ (``icpx ``) and Fortran (``ifx ``).
167
178Previously this suite was licensed, but nowadays Intel provides it for free as a part of
189their
@@ -29,11 +20,14 @@ Choosing a GCC for Intel compilers
2920~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3021
3122Intel uses many tools from the GCC suite and thus it is recommended to
32- load a ``gcc ``-module with it:
23+ have a ``gcc ``-module loaded with it:
3324
3425.. code-block :: bash
3526
36- module load gcc/8.4.0 intel-oneapi-compilers/2021.4.0
27+ module load triton/2024.1-gcc gcc/12.3.0 intel-oneapi-compilers/2023.2.1
28+
29+ Intel compilers from ``triton/2025.1-intel `` environment and newer make the relevant
30+ gcc available automatically.
3731
3832See :doc: `GCC page </triton/apps/gcc >` for more information on available GCC compilers.
3933
@@ -42,32 +36,15 @@ See :doc:`GCC page </triton/apps/gcc>` for more information on available GCC com
4236Current installations
4337---------------------
4438
45- There are various Intel compiler versions installed as modules.
46-
47- .. csv-table ::
48- :delim: |
49- :header-rows: 1
50-
51- Intel compiler version | Module
52- 2021.2.0 | intel-oneapi-compilers/2021.2.0
53- 2021.3.0 | intel-oneapi-compilers/2021.3.0
54- 2021.4.0 | intel-oneapi-compilers/2021.4.0
55-
56- If you need a different version of these compilers, please send a request through the :ref: `issue tracker <issuetracker >`.
57-
58- Old installations
59- -----------------
60-
61- These installations will work, but they are not actively updated.
39+ There are various Intel compiler versions installed as modules.
40+ To make them available, you need to first load the appropriate software stack module.
6241
6342.. csv-table ::
6443 :delim: |
6544 :header-rows: 1
6645
67- Intel compiler version | Module
68- 2019.3 with Intel MPI | intel-parallel-studio/cluster.2019.3-intelmpi
69- 2019.3 | intel-parallel-studio/cluster.2019.3
70- 2020.0 with Intel MPI | intel-parallel-studio/cluster.2020.0-intelmpi
71- 2020.0 | intel-parallel-studio/cluster.2020.0
46+ Intel compiler version | Module | Software stack
47+ 2023.2.1 | intel-oneapi-compilers/2023.2.1 | triton/2024.1-gcc
48+ 2025.0.0 | intel-oneapi-compilers/2025.0.0 | triton/2025.1-intel
7249
73- Other old installations are not recommended .
50+ If you need a different version of these compilers, please send a request through the :ref: ` issue tracker < issuetracker >` .
0 commit comments