Skip to content

Commit f89023d

Browse files
Merge pull request #1835 from ndingle-arm/main
Updated ArmPL guide for 25.04.1 release
2 parents 4638bf8 + a46c313 commit f89023d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/install-guides/armpl.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,19 +122,19 @@ The instructions shown below are for deb based installers for GCC users.
122122
In a terminal, run the command shown below to download the Debian package:
123123

124124
```bash
125-
wget https://developer.arm.com/-/cdn-downloads/permalink/Arm-Performance-Libraries/Version_25.04/arm-performance-libraries_25.04_deb_gcc.tar
125+
wget https://developer.arm.com/-/cdn-downloads/permalink/Arm-Performance-Libraries/Version_25.04.1/arm-performance-libraries_25.04.1_deb_gcc.tar
126126
```
127127

128128
Use `tar` to extract the file and then change directory:
129129

130130
```bash
131-
tar xf arm-performance-libraries_25.04_deb_gcc.tar
131+
tar xf arm-performance-libraries_25.04.1_deb_gcc.tar
132132
```
133133

134134
Run the installation script as a super user:
135135

136136
```bash
137-
sudo ./arm-performance-libraries_25.04_deb/arm-performance-libraries_25.04_deb.sh --accept
137+
sudo ./arm-performance-libraries_25.04.1_deb/arm-performance-libraries_25.04.1_deb.sh --accept
138138
```
139139

140140
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
190190
The output should be similar to:
191191

192192
```output
193-
armpl/25.04.0_gcc
193+
armpl/25.04.1_gcc
194194
```
195195

196196
Load the appropriate module:
197197

198198
```console
199-
module load armpl/25.04.0_gcc
199+
module load armpl/25.04.1_gcc
200200
```
201201

202202
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

Comments
 (0)