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
curl "https://developer.arm.com/packages/ACfL%3A${NAME}-${VERSION_ID/%.*/}/${VERSION_CODENAME}/Release.key"| sudo tee /etc/apt/trusted.gpg.d/developer-arm-com.asc
158
160
echo"deb https://developer.arm.com/packages/ACfL%3A${NAME}-${VERSION_ID/%.*/}/${VERSION_CODENAME}/ ./"| sudo tee /etc/apt/sources.list.d/developer-arm-com.list
159
161
sudo apt update
160
162
```
161
163
162
164
The ACfL Ubuntu package repository is now ready to use.
163
165
164
-
### Install ACfL
166
+
####Install ACfL
165
167
166
168
Download and install Arm Compiler for Linux with:
167
169
168
170
```bash { target="ubuntu:latest" }
169
171
sudo apt install acfl
170
172
```
171
173
174
+
### Amazon Linux 2023
175
+
176
+
Arm Compiler for Linux is available to install with either the `dnf` or `yum` system package manager.
177
+
178
+
#### Install ACfL from the Amazon Linux 2023 package repository
179
+
180
+
Install ACfL and prerequisites from the Amazon Linux 2023 `rpm` package repository with `dnf`:
181
+
182
+
```bash
183
+
sudo dnf update
184
+
sudo dnf install 'dnf-command(config-manager)' procps psmisc make environment-modules
Arm Compiler for Linux uses environment modules to dynamically modify your user environment. Refer to the [Environment Modules documentation](https://lmod.readthedocs.io/en/latest/#id) for more information.
@@ -178,17 +232,17 @@ Set up the environment, for example, in your `.bashrc` and add module files.
@@ -217,7 +271,7 @@ Arm Compiler for Linux is available with the [Spack](https://spack.io/) package
217
271
218
272
See the [Arm Compiler for Linux and Arm PL now available in Spack](https://community.arm.com/arm-community-blogs/b/high-performance-computing-blog/posts/arm-compiler-for-linux-and-arm-pl-now-available-in-spack) blog for full details.
219
273
220
-
### Setup Spack
274
+
### Set up Spack
221
275
222
276
Clone the Spack repository and add `bin` directory to the path:
223
277
@@ -248,7 +302,7 @@ If you wish to install just the Arm Performance Libraries, use:
0 commit comments