From 4ad3a50bf1a2186e624c1c377e4081cf63587790 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Wed, 6 Dec 2023 20:58:27 +0100 Subject: [PATCH] Fix link --- doc.zih.tu-dresden.de/docs/software/compilers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/compilers.md b/doc.zih.tu-dresden.de/docs/software/compilers.md index 05f644cc3..65438aaa1 100644 --- a/doc.zih.tu-dresden.de/docs/software/compilers.md +++ b/doc.zih.tu-dresden.de/docs/software/compilers.md @@ -69,7 +69,7 @@ The following matrix shows proper compiler flags for the architectures at the ZI | HPC System | Architecture | GCC | Intel | PGI | |------------|--------------------|----------------------|----------------------|-----| -| [`Alpha Centauri`](../jobs_and_resources/alpha.md) | AMD Rome | `-march=znver2` | `-march=core-avx2` | `-tp=zen` | +| [`Alpha Centauri`](../jobs_and_resources/alpha_centauri.md) | AMD Rome | `-march=znver2` | `-march=core-avx2` | `-tp=zen` | | [`Barnard`](../jobs_and_resources/barnard.md) | AMD Sapphire Rapids | `-march=znver2` | `-march=core-avx2` | `-tp=zen` | | [`Julia`](../jobs_and_resources/julia.md) | Intel Cascade Lake | `-march=cascadelake` | `-march=cascadelake` | `-tp=skylake` | | [`Power9`](../jobs_and_resources/power9.md) | IBM Power9 | `-march=znver2` | `-march=core-avx2` | `-tp=zen` | -- GitLab