diff --git a/doc.zih.tu-dresden.de/docs/software/compilers.md b/doc.zih.tu-dresden.de/docs/software/compilers.md index 774f11a10b5083a9aaf35e936a5dd84860de6f8e..25ae9c7cf1ab13b5825b5649de301459a529587e 100644 --- a/doc.zih.tu-dresden.de/docs/software/compilers.md +++ b/doc.zih.tu-dresden.de/docs/software/compilers.md @@ -71,7 +71,7 @@ The following matrix shows proper compiler flags for the architectures at the ZI |------------|--------------------|----------------------|----------------------|-----| | [`Alpha Centauri`](../jobs_and_resources/alpha_centauri.md) | AMD Rome | `-march=znver2` | `-march=core-avx2` | `-tp=zen2` | | [`Barnard`](../jobs_and_resources/hardware_overview.md#barnard) | Intel Sapphire Rapids | `-march=sapphirerapids` | `-march=core-sapphirerapids` | | -| [`Capella`](../jobs_and_resources/capella.md)| AMD ||| +| [`Capella`](../jobs_and_resources/capella.md) | AMD Genoa | `-march=znver4` | | `-tp=zen4` | | [`Julia`](../jobs_and_resources/julia.md) | Intel Cascade Lake | `-march=cascadelake` | `-march=cascadelake` | `-tp=cascadelake` | | [`Romeo`](../jobs_and_resources/romeo.md) | AMD Rome | `-march=znver2` | `-march=core-avx2` | `-tp=zen2` | | All x86 | Host's architecture | `-march=native` | `-xHost` or `-march=native` | `-tp=host` |