Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uenv init for Todi #152

Merged
merged 11 commits into from
Jul 8, 2024
6 changes: 4 additions & 2 deletions docs/models/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ srun -N 1 -c 12 --mem-per-cpu=20G spack install -v -j 12
- The resulting executable is not tested.
- Anything can go wrong

- Install latest `uenv` tool
- Get latest `uenv` tool, install and init
```shell
git clone [email protected]:eth-cscs/uenv.git && ./uenv/install --local
git clone [email protected]:eth-cscs/uenv.git
./uenv/install --local
uenv image repo
```

- Get `spack-c2sm` on the `uenv_ci` branch
Expand Down
Loading