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
Using the `--accept` switch you automatically accept the End User License Agreement and the packages are installed to the `/opt/arm` directory.
@@ -190,13 +190,13 @@ module avail
190
190
The output should be similar to:
191
191
192
192
```output
193
-
armpl/25.04.0_gcc
193
+
armpl/25.04.1_gcc
194
194
```
195
195
196
196
Load the appropriate module:
197
197
198
198
```console
199
-
module load armpl/25.04.0_gcc
199
+
module load armpl/25.04.1_gcc
200
200
```
201
201
202
202
You can now compile and test the examples included in the `/opt/arm/<armpl_dir>/examples/`, or `<install_dir>/<armpl_dir>/examples/` directory, if you have installed to a different location than the default.
0 commit comments