Skip to content

Commit

Permalink
Use todi for spack sysconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Dec 18, 2024
1 parent 36188fc commit a6b029d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/models/icon/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit a6b029d

Please sign in to comment.