Skip to content
Snippets Groups Projects
Commit 1f134ee2 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

added module/architecture change option

parent fe5ec898
No related branches found
No related tags found
No related merge requests found
Pipeline #29066 passed with warnings
...@@ -15,3 +15,24 @@ First stage of complementary systems implementation comprises of these partition ...@@ -15,3 +15,24 @@ First stage of complementary systems implementation comprises of these partition
- partition 5 – FPGA synthesis server - partition 5 – FPGA synthesis server
![](../img/cs1_1.png) ![](../img/cs1_1.png)
## Modules and Architecture Availability
Complementary systems list available modules automatically based on the detected architecture.
However, you can load one of the three modules -- `aarch64`, `avx2`, and `avx512` --
to reload the list of modules available for the respective architecture:
```console
[user@login.cs ~]$ ml architecture/aarch64
aarch64 modules + all modules
[user@login.cs ~]$ ml architecture/avx2
avx2 modules + all modules
[user@login.cs ~]$ ml architecture/avx512
avx512 modules + all modules
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment