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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,14 +52,14 @@ $ uenv --version
52
52
53
53
On Alps clusters the most recent version 8.1.0 is installed.
54
54
55
-
??? warning "out of date uenv version on Eiger and Balfrin"
55
+
??? warning "Out of date uenv version on Eiger and Balfrin"
56
56
57
57
The uenv tool available on Eiger and Balfrin is a different version than the one described below, and some commands will be different to those documented here.
58
58
59
59
!!! note
60
60
This note only applies to the current `eigen.cscs.ch` deployment.
61
61
62
-
The new [`eigen.alps.cscs.ch`][ref-cluster-eiger] deployment has version 8.1.0 of uenv installed.
62
+
The new [`eiger.alps.cscs.ch`][ref-cluster-eiger] deployment has version 8.1.0 of uenv installed.
63
63
64
64
Please refer to `uenv --help` for the correct usage on these systems.
65
65
@@ -98,7 +98,7 @@ The available uenv images are stored in a registry, that can be queried using th
98
98
The output above lists all of the uenv that are available on the current system ([Eiger][ref-cluster-eiger] in this case).
99
99
The search can be refined by providing a [label][ref-uenv-labels].
100
100
101
-
??? example "using labels to refine search"
101
+
??? example "Using labels to refine search"
102
102
```bash
103
103
# find all uenv with name prgenv-gnu
104
104
uenv image find prgenv-gnu
@@ -117,7 +117,7 @@ The search can be refined by providing a [label][ref-uenv-labels].
117
117
```
118
118
119
119
!!! info
120
-
All uenv commands that take a [label][ref-uenv-labels] as an arguement use the same flexible syntax [label descriptions][ref-uenv-labels-examples].
120
+
All uenv commands that take a [label][ref-uenv-labels] as an argument use the same flexible syntax [label descriptions][ref-uenv-labels-examples].
0 commit comments