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
The output above shows that there are 12 uenv (`prgenv-gnu`, `namd` , `cp2k` and `arbor`).
98
+
The output above lists all of the uenv that are available on the current system ([Eiger][ref-cluster-eiger] in this case).
99
+
The search can be refined by providing a [label][ref-uenv-labels].
100
+
101
+
??? example "using labels to refine search"
102
+
```bash
103
+
# find all uenv with name prgenv-gnu
104
+
uenv image find prgenv-gnu
105
+
106
+
# find all uenv with name and version prgenv-gnu/24.11
107
+
uenv image find prgenv-gnu/24.11
108
+
109
+
# find all uenv available for daint
110
+
uenv image find @daint
111
+
112
+
# find all prgenv-gnu uenv available on a cluster
113
+
uenv image find prgenv-gnu@daint
114
+
115
+
# find all uenv in the service namespace with name myenv
116
+
uenv image find service::myenv
117
+
```
118
+
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].
100
121
101
122
## Downloading uenv
102
123
103
-
!!! note
104
-
In order to pull uenv images, a local directory for storing the images must first be created,
105
-
otherwise you will receive an error message that the repository does not exist.
124
+
??? note "Using uenv for the first time on Balfrin and Eiger"
125
+
With the old version of uenv installed on Balfrin and Eiger, before downloading your first image, a local directory for storing the images must first be created, otherwise you will receive an error message that the repository does not exist.
106
126
107
127
To create a repo in the default location, use the following command:
108
128
@@ -163,7 +183,7 @@ Tokens are created by CSCS, and stored on SCRATCH in a file that only users who
163
183
```
164
184
165
185
!!! note
166
-
As of March 2025, the only restricted software is VASP.
186
+
As of June 2025, the only restricted software is VASP.
167
187
168
188
!!! note
169
189
Better token management is under development - tokens will be stored in a central location and will be easier to use.
@@ -224,12 +244,12 @@ This is very useful for interactive sessions, for example if you want to work in
224
244
SHELL=`which zsh` uenv start ...
225
245
```
226
246
227
-
!!! warning "C Shell / tcsh users"
247
+
??? warning "C Shell / tcsh users"
228
248
uenv is tested extensively with bash (the default shell), and zsh. C shell is not tested properly, and we will not make significant changes to uenv to maintain support for C shell.
229
249
230
250
If your are one of the handful of users using `tcsh` (C shell) and you want to use uenv, we strongly recommend creating a request at the [CSCS service desk](https://jira.cscs.ch/plugins/servlet/desk) to change to either bash or zsh as your default.
231
251
232
-
!!! warning "Failed to unshare the mount namespace"
252
+
??? warning "Failed to unshare the mount namespace"
233
253
234
254
If you get the following error message when starting a uenv:
0 commit comments