From a6b029da26347a271dd24797cb8a18f4fe1e9a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Wed, 18 Dec 2024 11:39:10 +0100 Subject: [PATCH] Use todi for spack sysconfig --- docs/models/icon/usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/models/icon/usage.md b/docs/models/icon/usage.md index b60f824d..4a261332 100644 --- a/docs/models/icon/usage.md +++ b/docs/models/icon/usage.md @@ -89,7 +89,7 @@ Create the following files from the ICON build folder (different to the ICON roo For CPU compilation: -=== "config/cscs/spack/v0.21.1.3/santis_cpu_nvhpc/spack.yaml" +=== "config/cscs/spack/v0.21.1.3/todi_cpu_nvhpc/spack.yaml" ```yaml spack: @@ -107,7 +107,7 @@ For CPU compilation: For GPU compilation: -=== "config/cscs/spack/v0.21.1.3/santis_gpu_nvhpc/spack.yaml" +=== "config/cscs/spack/v0.21.1.3/todi_gpu_nvhpc/spack.yaml" ```yaml spack: @@ -137,7 +137,7 @@ git clone --depth 1 --recurse-submodules --shallow-submodules -b ${SPACK_TAG} ht # Build ICON cd /path/to/icon-build-folder -spack env activate -d config/cscs/spack/${SPACK_TAG}/santis_gpu_nvhpc +spack env activate -d config/cscs/spack/${SPACK_TAG}/todi_gpu_nvhpc spack install ```