Skip to content

Commit 2d23722

Browse files
authored
Merge pull request #323 from boegel/2025a
update common toolchains + toolchain support policy with `foss/2025a` and `intel/2025a`
2 parents 2422747 + f012511 commit 2d23722

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

docs/common-toolchains.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -171,27 +171,27 @@ most recent revision of the common toolchains at that time.
171171

172172
### Component versions in `foss` toolchain {: #common_toolchains_overview_foss }
173173

174-
| `foss` | *date* | *binutils* | *GCC* | *Open MPI* | *FlexiBLAS* | *OpenBLAS* | *LAPACK* | *ScaLAPACK* | *FFTW* |
175-
|---------|----------|------------|--------|------------|-------------|------------|------------------------|-------------|--------|
176-
| `2021a` | May '21 | 2.36.1 | 10.3.0 | 4.1.1 | 3.0.4 | 0.3.15 | (incl. with FlexiBLAS) | 2.1.0 | 3.3.9 |
177-
| `2021b` | Oct '21 | 2.37 | 11.2.0 | 4.1.1 | 3.0.4 | 0.3.18 | (incl. with FlexiBLAS) | 2.1.0 | 3.3.10 |
178-
| `2022a` | Jun '22 | 2.38 | 11.3.0 | 4.1.4 | 3.2.0 | 0.3.20 | (incl. with FlexiBLAS) | 2.2.0 | 3.3.10 |
179-
| `2022b` | Dec '22 | 2.39 | 12.2.0 | 4.1.4 | 3.2.1 | 0.3.21 | (incl. with FlexiBLAS) | 2.2.0 | 3.3.10 |
180-
| `2023a` | Jun '23 | 2.40 | 12.3.0 | 4.1.5 | 3.3.1 | 0.3.23 | (incl. with FlexiBLAS) | 2.2.0 | 3.3.10 |
181-
| `2023b` | Dec '23 | 2.40 | 13.2.0 | 4.1.6 | 3.3.1 | 0.3.24 | (incl. with FlexiBLAS) | 2.2.0 | 3.3.10 |
182-
| `2024a` | Aug '24 | 2.42 | 13.3.0 | 5.0.3 | 3.4.4 | 0.3.27 | (incl. with FlexiBLAS) | 2.2.0 | 3.3.10 |
174+
| `foss` | *date* | *binutils* | *GCC* | *Open MPI* | *FlexiBLAS* | *OpenBLAS* | *LAPACK* | *ScaLAPACK* | *FFTW* |
175+
|---------|-----------|------------|--------|------------|-------------|------------|------------------------|-------------|--------|
176+
| `2022a` | Jun '22 | 2.38 | 11.3.0 | 4.1.4 | 3.2.0 | 0.3.20 | (incl. with FlexiBLAS) | 2.2.0 | 3.3.10 |
177+
| `2022b` | Dec '22 | 2.39 | 12.2.0 | 4.1.4 | 3.2.1 | 0.3.21 | (incl. with FlexiBLAS) | 2.2.0 | 3.3.10 |
178+
| `2023a` | Jun '23 | 2.40 | 12.3.0 | 4.1.5 | 3.3.1 | 0.3.23 | (incl. with FlexiBLAS) | 2.2.0 | 3.3.10 |
179+
| `2023b` | Dec '23 | 2.40 | 13.2.0 | 4.1.6 | 3.3.1 | 0.3.24 | (incl. with FlexiBLAS) | 2.2.0 | 3.3.10 |
180+
| `2024a` | Aug '24 | 2.42 | 13.3.0 | 5.0.3 | 3.4.4 | 0.3.27 | (incl. with FlexiBLAS) | 2.2.0 | 3.3.10 |
181+
| `2024b` | *skipped* | - | - | - | - | - | - | - | - |
182+
| `2025a` | May '25 | 2.42 | 14.2.0 | 5.0.7 | 3.4.5 | 0.3.29 | (incl. with FlexiBLAS) | 2.2.2 | 3.3.10 |
183183

184184
### Component versions in `intel` toolchain {: #common_toolchains_overview_intel }
185185

186-
| `intel` | *date* | *binutils* | *GCC* | *Intel compilers* | *Intel MPI* | *Intel MKL* |
187-
|---------|----------|------------|--------|-------------------|-------------|-------------|
188-
| `2021a` | May '21 | 2.36.1 | 10.3.0 | 2021.2.0 | 2021.2.0 | 2021.2.0 |
189-
| `2021b` | Oct '21 | 2.37 | 11.2.0 | 2021.4.0 | 2021.4.0 | 2021.4.0 |
190-
| `2022a` | Jun '22 | 2.38 | 11.3.0 | 2022.1.0 | 2021.6.0 | 2022.1.0 |
191-
| `2022b` | Dec '22 | 2.39 | 12.2.0 | 2022.2.1 | 2021.7.1 | 2022.2.1 |
192-
| `2023a` | Jun '23 | 2.40 | 12.3.0 | 2023.1.0 | 2021.9.1 | 2023.1.0 |
193-
| `2023b` | Dec '23 | 2.40 | 13.2.0 | 2023.2.1 | 2021.10.1 | 2023.2.0 |
194-
| `2024a` | Aug '24 | 2.42 | 13.3.0 | 2024.2.0 | 2021.13.0 | 2024.2.0 |
186+
| `intel` | *date* | *binutils* | *GCC* | *Intel compilers* | *Intel MPI* | *Intel MKL* |
187+
|---------|-----------|------------|--------|-------------------|-------------|-------------|
188+
| `2022a` | Jun '22 | 2.38 | 11.3.0 | 2022.1.0 | 2021.6.0 | 2022.1.0 |
189+
| `2022b` | Dec '22 | 2.39 | 12.2.0 | 2022.2.1 | 2021.7.1 | 2022.2.1 |
190+
| `2023a` | Jun '23 | 2.40 | 12.3.0 | 2023.1.0 | 2021.9.1 | 2023.1.0 |
191+
| `2023b` | Dec '23 | 2.40 | 13.2.0 | 2023.2.1 | 2021.10.1 | 2023.2.0 |
192+
| `2024a` | Aug '24 | 2.42 | 13.3.0 | 2024.2.0 | 2021.13.0 | 2024.2.0 |
193+
| `2024b` | *skipped* | - | - | - | - | - |
194+
| `2025a` | May '25 | 2.42 | 14.2.0 | 2025.1.1 | 2021.15.0 | 2025.1.0 |
195195

196196
## Overview of common toolchains (deprecated versions) {: #common_toolchains_overview_deprecated }
197197

@@ -212,6 +212,8 @@ most recent revision of the common toolchains at that time.
212212
| `2019b` | Sept '19 | 2.32 | 8.3.0 | 3.1.4 | *(none)* | 0.3.7 | (incl. with OpenBLAS) | 2.0.2 | 3.3.8 |
213213
| `2020a` | May '20 | 2.34 | 9.3.0 | 4.0.3 | *(none)* | 0.3.9 | (incl. with OpenBLAS) | 2.1.0 | 3.3.8 |
214214
| `2020b` | Nov '20 | 2.35 | 10.2.0 | 4.0.5 | *(none)* | 0.3.12 | (incl. with OpenBLAS) | 2.1.0 | 3.3.8 |
215+
| `2021a` | May '21 | 2.36.1 | 10.3.0 | 4.1.1 | 3.0.4 | 0.3.15 | (incl. with FlexiBLAS) | 2.1.0 | 3.3.9 |
216+
| `2021b` | Oct '21 | 2.37 | 11.2.0 | 4.1.1 | 3.0.4 | 0.3.18 | (incl. with FlexiBLAS) | 2.1.0 | 3.3.10 |
215217

216218
*(components marked with* \* *were patched)*
217219

@@ -232,6 +234,8 @@ most recent revision of the common toolchains at that time.
232234
| `2019b` | Sept '19 | 2.32 | 8.3.0 | 2019.5.281 | 2018.5.288 | 2019.5.281 |
233235
| `2020a` | May '20 | 2.34 | 9.3.0 | 2020.1.217 | 2019.7.217 | 2020.1.217 |
234236
| `2020b` | Nov '20 | 2.35 | 10.2.0 | 2020.4.304 | 2019.9.304 | 2020.4.304 |
237+
| `2021a` | May '21 | 2.36.1 | 10.3.0 | 2021.2.0 | 2021.2.0 | 2021.2.0 |
238+
| `2021b` | Oct '21 | 2.37 | 11.2.0 | 2021.4.0 | 2021.4.0 | 2021.4.0 |
235239

236240
## Customizing common toolchains {: #common_toolchains_customizing }
237241

docs/policies/toolchains.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ collection is added via the [robot search path][robot_search_path].
2525
As of September 2024 (EasyBuild 4.9.4) the latest toolchain generation is `2024a`.
2626

2727
* Supported:
28+
* 2025a (GCC 14.2.0)
2829
* 2024a (GCC 13.3.0)
2930
* 2023b (GCC 13.2.0)
3031
* 2023a (GCC 12.3.0)
3132
* 2022b (GCC 12.2.0)
3233
* 2022a (GCC 11.3.0)
33-
* 2021b (GCC 11.2.0)
34-
* Deprecated: 2021a (GCC 10.3.0), 2020b (GCC 10.2.0)
35-
* Archived (and unsupported): 2020a (GCC 9.3.0), and older
34+
* Deprecated: 2021b (GCC 11.2.0), 2021a (GCC 10.3.0)
35+
* Archived (and unsupported): 2020b (GCC 10.2.0), and older

0 commit comments

Comments
 (0)