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
You can apply flters, for example show only uenv with the name `prgenv-gnu`:
142
+
You can apply filters, for example show only uenv with the name `prgenv-gnu`:
143
143
144
144
```console
145
145
$ uenv image ls prgenv-gnu
@@ -216,7 +216,7 @@ To add a uenv SquashFS file to a repo, so that it can be used with a [label][ref
216
216
[](){#ref-uenv-repo}
217
217
## Repositories
218
218
219
-
A repository is a directory that contains an sqlite databse`index.db` in the root, and an `images` sub-directory that contains the individual uenv that have been downloaded in directories.
219
+
A repository is a directory that contains an sqlite database`index.db` in the root, and an `images` sub-directory that contains the individual uenv that have been downloaded in directories.
220
220
221
221
```
222
222
repo
@@ -233,7 +233,7 @@ repo
233
233
### Creating and using repositories
234
234
235
235
A repo will automatically be created in your [Scratch path][ref-storage-scratch] attached to the cluster you are on when you first use uenv.
236
-
This _default repo_ is used by all calls to uenv, unless it is overriden using the options in this section.
236
+
This _default repo_ is used by all calls to uenv, unless it is overridden using the options in this section.
237
237
238
238
!!! question "Where is my repo?"
239
239
The Scratch filystem used depends on the cluster:
@@ -263,7 +263,7 @@ Note that the `--repo` flag goes between `uenv` and the command, `image ls` in t
263
263
264
264
The `uenv repo status` command provides information about a repository.
265
265
By default, `uenv repo status` will print information about the default repo.
266
-
To get the status of a diferent repo, provide it as an optional argument:
266
+
To get the status of a different repo, provide it as an optional argument:
267
267
268
268
The information provided includes:
269
269
@@ -273,7 +273,7 @@ The information provided includes:
273
273
274
274
Warnings are printed if:
275
275
276
-
* the repo is on a Lustre file system and contains unstriped imges;
276
+
* the repo is on a Lustre file system and contains unstriped images;
277
277
* the repo is in inconsistent state;
278
278
* or, if the repo database needs updating.
279
279
@@ -288,7 +288,7 @@ If a warning is printed, it is possible to fix the issues by running the [`repo
288
288
[](){#ref-uenv-repo-update}
289
289
### `uenv repo update`
290
290
291
-
The repo update comand can upgrade or fix issues in a repository, if needed.
291
+
The repo update command can upgrade or fix issues in a repository, if needed.
292
292
Currently two updates are applied:
293
293
294
294
- apply Lustre striping if the repo is on a Lustre file system and no striping has already been applied;
@@ -339,7 +339,7 @@ If only one argument is passed, the default repo is used as the source.
339
339
If migration is cancelled by the user, or by a system issue, it can be resumed with the same command, which will continue from where the migration was when canceled.
340
340
341
341
!!! note
342
-
In December 2025 the Scratch filesystem on Daint and Eiger will be moved to a newly-installed filesytem called Ritom.
342
+
In December 2025 the Scratch filesystem on Daint and Eiger will be moved to a newly-installed filesystem called Ritom.
343
343
344
344
When the transition occurs, you will see a warning message like the following:
Copy file name to clipboardExpand all lines: docs/software/uenv/using.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,9 +184,9 @@ The image can be a [label][ref-uenv-labels], the hash/id of the uenv, or a file:
184
184
185
185
!!! warning "do not use `uenv start` in scripts or `~/.bashrc`"
186
186
The `uenv start` command is only for creating interactive environments, because it creates an interactive shell.
187
-
For Slurm jobs, and use inside scripts, uset the `uenv run` and Slurm integration.
187
+
For Slurm jobs, and use inside scripts, use the `uenv run` and Slurm integration.
188
188
189
-
Because uenv start and run executbe commands in a new environment, they [can't be used in bashrc][ref-guides-terminal-bashrc] to configure your environment during login.
189
+
Because uenv start and run execute commands in a new environment, they [can't be used in bashrc][ref-guides-terminal-bashrc] to configure your environment during login.
190
190
See our guide for creating [convenient custom environments][ref-uenv-customenv] with uenv for alternatives to `module load` in your `~/.basrhc`.
191
191
192
192
@@ -339,7 +339,7 @@ Each uenv can provide more than one view.
339
339
The [`modules`][ref-uenv-views-modules] and [`spack`][ref-uenv-views-spack] are standard views provided by nearly all uenv.
340
340
341
341
To find a list of the views in a uenv, use the `uenv status` command when the uenv is running.
342
-
This is a little bit incovenient, and we will add a command for finding the views in a uenv without having to run it.
342
+
This is a little bit inconvenient, and we will add a command for finding the views in a uenv without having to run it.
343
343
344
344
!!! example "listing views in a uenv"
345
345
Use the following `uenv run` trick to list the views in a uenv:
0 commit comments