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/deploy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,11 +106,11 @@ However, it is not desirable to build every recipe on every possible target syst
106
106
For example:
107
107
108
108
* 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
110
110
* Development builds only need to run on test and staging clusters
111
111
112
112
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.
114
114
115
115
### Permissions
116
116
@@ -215,13 +215,13 @@ However,
215
215
* access to some packages is restricted by applying access rules to the package path
216
216
* e.g. access to `uenv-sources/vasp` is restricted to members of the vasp6 group
217
217
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
219
219
220
220
* For example, only the `alps-uenv` pipeline has access to the VASP source code, while the [`uenv build`][ref-uenv-build] pipeline does not.
221
221
222
222
| Package | Access | Path | Notes | Contact |
223
223
|---------|--------|------|-------| ------- |
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|
225
225
|`namd`|`uenv-sources-csstaff`|`uenv-sources/namd`| NAMD requires an account to download the source code | Rocco Meli |
226
226
|`vasp`|`vasp6`, `cscs-uenv-admin`|`uenv-sources/vasp`| VASP requires a paid license to access source | Simon Frasch |
227
227
|`vmd`|`uenv-sources-csstaff`|`uenv-sources/vmd`| VMD requires an account to download the source code | Alberto Invernizzi |
0 commit comments