@@ -14,19 +14,23 @@ interface or from the command-line.
1414
1515Linaro Forge is available on Alps through a [ uenv] [ ref-uenv ] .
1616The name of the uenv image is ` linaro-forge ` , and the available versions can be
17- determined using the ` uenv image find ` command, for example:
17+ determined using the ` uenv image find ` command.
1818
19- ```
20- > uenv --version
21- 7.0.0
19+ ??? example
2220
23- > uenv image find linaro-forge
24- uenv arch system id size(MB) date
25- linaro-forge/24.1.1:v1 gh200 daint e0e79f5c3e6a8ee0 365 2025-02-12
21+ Available `linaro-forge` uenv
2622
27- > uenv image pull linaro-forge/24.1.1:v1
28- pulling e0e79f5c3e6a8ee0 100.00% --- 365/365 (0.00 MB/s)
29- ```
23+ ```
24+ > uenv --version
25+ 7.0.0
26+
27+ > uenv image find linaro-forge
28+ uenv arch system id size(MB) date
29+ linaro-forge/24.1.1:v1 gh200 daint e0e79f5c3e6a8ee0 365 2025-02-12
30+
31+ > uenv image pull linaro-forge/24.1.1:v1
32+ pulling e0e79f5c3e6a8ee0 100.00% --- 365/365 (0.00 MB/s)
33+ ```
3034
3135This uenv is configured to be mounted in the ` /user-tools ` path so that
3236they can be used alongside application and development uenv mounted at
@@ -143,40 +147,41 @@ Next, configure a connection to the target system.
143147Open the * Remote Launch* menu and click on * configure* then * Add* .
144148Examples of the settings are below.
145149
146- === "Daint"
147-
148- | Field | Value |
149- | ----------- | --------------------------------------- |
150- | Connection | `daint` |
151- 152- | Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
153-
154- === "Santis"
155-
156- | Field | Value |
157- | ----------- | --------------------------------------- |
158- | Connection | `santis` |
159- 160- | Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
161- | Private Key | `$HOME/.ssh/cscs-key` |
162-
163- === "Clariden"
164-
165- | Field | Value |
166- | ----------- | --------------------------------------- |
167- | Connection | `clariden` |
168- 169- | Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
170- | Private Key | `$HOME/.ssh/cscs-key` |
171-
172- === "Eiger"
173-
174- | Field | Value |
175- | ----------- | --------------------------------------- |
176- | Connection | `eiger` |
177- 178- | Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
179- | Private Key | `$HOME/.ssh/cscs-key` |
150+ ??? example
151+
152+ === "Daint"
153+
154+ | Field | Value |
155+ | ----------- | --------------------------------------- |
156+ | Connection | `daint` |
157+ 158+ | Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
159+
160+ === "Santis"
161+
162+ | Field | Value |
163+ | ----------- | --------------------------------------- |
164+ | Connection | `santis` |
165+ 166+ | Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
167+
168+ === "Clariden"
169+
170+ | Field | Value |
171+ | ----------- | --------------------------------------- |
172+ | Connection | `clariden` |
173+ 174+ | Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
175+
176+ === "Eiger"
177+
178+ | Field | Value |
179+ | ----------- | --------------------------------------- |
180+ | Connection | `eiger` |
181+ 182+ | Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
183+
184+ [ // ] : < > ( | Private Key | `$HOME/.ssh/cscs-key` | )
180185
181186Some notes on the examples above:
182187
0 commit comments