You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Information on this section is not yet complete nor final. It will be updated following the progress of the Alps system deployment at CSCS and C2SM's adaptation to this new system. Please use the [C2SM support forum :material-open-in-new:](https://github.com/C2SM/Tasks-Support/discussions){:target="_blank"} in case of questions regarding building ICON on Alps.
77
77
78
-
On Todi, Spack is also used to build ICON. However, these is no suitable `spack.yaml` file present for the Spack environment. Therefore, create a `spack.yaml` file and use the software stack upstream provided by the user environment.
78
+
On Todi, Spack is also used to build ICON. However, there is no suitable `spack.yaml` file present for the Spack environment. Therefore, create a `spack.yaml` file and use the software stack upstream provided by the user environment.
79
79
80
80
**1. Create a `spack.yaml` file**
81
81
82
-
From your ICON root folder:
82
+
Create the following files from the ICON build folder (different to the ICON root folder in case of a out-of-source build).
Please follow the instructions for Todi, but run the following before loading the ICON user-environment:
118
141
119
-
142
+
```bash
143
+
export CLUSTER_NAME=todi
144
+
```
120
145
121
146
## Run test case
122
147
In the *run* folder, you find many prepared test cases, which you can convert into run scripts. To generate the runscript of one of the experiment files, e.g. *mch_ch_lowres*, you can use the `make_runscripts` function.
0 commit comments