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
Copy file name to clipboardExpand all lines: docs/software/uenv/index.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,17 +47,25 @@ After logging into an [Alps cluster][ref-alps-clusters], you can quickly check t
47
47
$ uenv status
48
48
there is no uenv loaded
49
49
$ uenv --version
50
-
8.1.0
50
+
9.0.0
51
51
```
52
52
53
-
On Alps clusters the most recent version 8.1.0 is installed.
53
+
On Alps clusters the current versions are available
54
+
55
+
| version | description |
56
+
| -- | -- |
57
+
| 9.0.0 | currently installed on [Eiger][ref-cluster-eiger], [Daint][ref-cluster-daint], [Clariden][ref-cluster-clariden] and [Santis][ref-cluster-santis]|
58
+
| 9.0.1 | bug fix release that will be deployed mid November 2025 |
59
+
| 9.1.0 | feature release, currently being tested. Will be deployed late November 2025 |
54
60
55
61
??? warning "Out of date uenv version on Balfrin"
56
62
57
63
The uenv tool available on Balfrin is a different version than the one described below, and some commands will be different to those documented here.
58
64
59
65
Please refer to `uenv --help` for the correct usage on Balfrin.
60
66
67
+
This version willbe upgraded to 8.1.0 based on the Balfrinew image.
68
+
61
69
## Finding uenv
62
70
63
71
Uenv for programming environments, tools and applications are provided by CSCS on each Alps system.
0 commit comments