From d6215ccc0e125153a4bb4e9de0e83bbb143a757b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Hajgat=C3=B3?= Date: Mon, 17 Feb 2025 15:08:52 +0100 Subject: [PATCH] Add 2024a toolchain compatibility --- mkdocs/docs/HPC/troubleshooting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs/docs/HPC/troubleshooting.md b/mkdocs/docs/HPC/troubleshooting.md index 08f27434afd7..7fb94e3380c3 100644 --- a/mkdocs/docs/HPC/troubleshooting.md +++ b/mkdocs/docs/HPC/troubleshooting.md @@ -493,6 +493,9 @@ As a rule of thumb, toolchains in the same row are compatible with each other: | | | | | |----------------|--------------------------|-------------------------|-------------| +| GCCcore-14.2.0 | GCC-14.2.0 | gfbf-2025a/gompi-2025a | foss-2025a | +| GCCcore-13.3.0 | GCC-13.3.0 | gfbf-2024a/gompi-2024a | foss-2024a | +| GCCcore-13.3.0 | intel-compilers-2024.2.0 | iimkl-2024a/iimpi-2024a | intel-2024a | | GCCcore-13.2.0 | GCC-13.2.0 | gfbf-2023b/gompi-2023b | foss-2023b | | GCCcore-13.2.0 | intel-compilers-2023.2.1 | iimkl-2023b/iimpi-2023b | intel-2023b | | GCCcore-12.3.0 | GCC-12.3.0 | gfbf-2023a/gompi-2023a | foss-2023a |