Skip to content

Commit 4cd861b

Browse files
committed
Fix typos
1 parent 7ba47ff commit 4cd861b

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

docs/accounts/account-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ After your password has been set, you will be redirected to a page where you log
3838

3939
![](../images/access/first-login.png)
4040

41-
From here you will need to set up [multi-factor authentification][ref-mfa-configure-otp] (MFA).
41+
From here you will need to set up [multi-factor authentication][ref-mfa-configure-otp] (MFA).
4242

4343
Once MFA has been configured, you will finally be redirected to the CSCS portal as shown:
4444

docs/services/cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Continuous Integration / Continuous Deployment (CI/CD)
33

44
!!! warning
5-
The CI/CD documention has not been fully ported from [the Knowledgebase](https://confluence.cscs.ch/x/UAXJMw).
5+
The CI/CD documentation has not been fully ported from [the Knowledgebase](https://confluence.cscs.ch/x/UAXJMw).
66
The information here is correct, but a lot of valuable information is still missing, please rather use at this
77
moment the [old documentation](https://confluence.cscs.ch/x/UAXJMw)
88

docs/services/firecrest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Version 2 is faster, easier to use, and more efficient in resource management th
2121

2222
!!! warning "Deprecation notice"
2323
If you're using **version 1**, we recommend you to port your applications to use the new version.
24-
We will communicate soon the exact date of the decomission of version 1 (not before Quarter 4 of 2025).
24+
We will communicate soon the exact date of the decommissioning of version 1 (not before Quarter 4 of 2025).
2525

2626
=== "Version 2"
2727

docs/services/jupyterlab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Each time you start a JupyterHub server, you need to do the following in the Jup
7272
!!! important "pass a [`julia`][ref-uenv-julia] uenv and the view `jupyter`."
7373

7474
At first time use of Julia within Jupyter, IJulia and one or more Julia kernel needs to be installed.
75-
Type the following command in a shell within JupyterHub to install IJulia, the default Julia kernel and, on systems whith Nvidia GPUs, a Julia kernel running under Nvidia Nsight Systems:
75+
Type the following command in a shell within JupyterHub to install IJulia, the default Julia kernel and, on systems with Nvidia GPUs, a Julia kernel running under Nvidia Nsight Systems:
7676
```console
7777
install_ijulia
7878
```
@@ -97,7 +97,7 @@ MPI for Python provides bindings of the Message Passing Interface (MPI) standard
9797

9898
MPI can be made available on Jupyter notebooks through [IPyParallel](https://github.com/ipython/ipyparallel). This is a Python package and collection of CLI scripts for controlling clusters for Jupyter: A set of servers that act as a cluster, called engines, is created and the code in the notebook's cells will be executed within them.
9999

100-
We provide the python package [`ipcmagic`](https://github.com/eth-cscs/ipcluster_magic) to make easier the mangement of IPyParallel clusters. `ipcmagic` can be installed by the user with
100+
We provide the python package [`ipcmagic`](https://github.com/eth-cscs/ipcluster_magic) to make easier the management of IPyParallel clusters. `ipcmagic` can be installed by the user with
101101

102102
```bash
103103
pip install ipcmagic-cscs

docs/software/uenv/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ By default, uenv will generate color output according to the following:
5555
The default repo location for downloaded uenv images.
5656
The repo is selected according to the following process:
5757

58-
* if the `--repo` CLI arguement overrides
58+
* if the `--repo` CLI argument is given, use that setting
5959
* else if `repo` is set in the config file, use that setting
6060
* else use the default value of `$SCRATCH/.uenv-images`

docs/software/uenv/deploy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ However, it is not desirable to build every recipe on every possible target syst
106106
For example:
107107

108108
* An ICON development environment would only be deployed on the weather and climate platform
109-
* A GROMACS recipe would not be deployed on the weather and climate platrofm
109+
* A GROMACS recipe would not be deployed on the weather and climate platform
110110
* Development builds only need to run on test and staging clusters
111111

112112
A YAML file `config.yaml` is maintained in the [github.com/eth-cscs/alps-uenv](https://github.com/eth-cscs/alps-uenv/blob/main/config.yaml) repository that maps
113-
recipes to deployed versions on mucroarchitectures.
113+
recipes to deployed versions on microarchitectures.
114114

115115
### Permissions
116116

@@ -215,13 +215,13 @@ However,
215215
* access to some packages is restricted by applying access rules to the package path
216216
* e.g. access to `uenv-sources/vasp` is restricted to members of the vasp6 group
217217

218-
Permissons to acces restricted resources is set on a per-pipeline basis
218+
Permissions to access restricted resources is set on a per-pipeline basis
219219

220220
* For example, only the `alps-uenv` pipeline has access to the VASP source code, while the [`uenv build`][ref-uenv-build] pipeline does not.
221221

222222
| Package | Access | Path | Notes | Contact |
223223
|---------|--------|------|-------| ------- |
224-
| `cray-mpich` | anonymous | `uenv-sources/cray-mpich` | `cray-mpich`, `cray-gtl`, `cray-pals`, `cray-mpi` | Simon Pintarelli, Benjamin Comming|
224+
| `cray-mpich` | anonymous | `uenv-sources/cray-mpich` | `cray-mpich`, `cray-gtl`, `cray-pals`, `cray-mpi` | Simon Pintarelli, Benjamin Cumming|
225225
| `namd` | `uenv-sources-csstaff` | `uenv-sources/namd` | NAMD requires an account to download the source code | Rocco Meli |
226226
| `vasp` | `vasp6`, `cscs-uenv-admin` | `uenv-sources/vasp` | VASP requires a paid license to access source | Simon Frasch |
227227
| `vmd` | `uenv-sources-csstaff` | `uenv-sources/vmd` | VMD requires an account to download the source code | Alberto Invernizzi |

docs/storage/filesystems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ A daily process removes files that have not been **accessed (either read or writ
315315
!!! warning "Do not artificially update the access time of files"
316316
It is not allowed to automatically or artificially update the access time of files to avoid the cleanup policy, and CSCS scans for these activities.
317317

318-
Please move data to a file system that is suitable for persistant storage instead.
318+
Please move data to a file system that is suitable for persistent storage instead.
319319

320320
In addition to the automatic deletion of old files, if occupancy exceeds 60% the following steps are taken to maintain performance of the file system:
321321

0 commit comments

Comments
 (0)