forked from EESSI/software-layer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'nessi.no-2023.06' of gh-nessi:NorESSI/software-layer in…
…to nessi.no-2023.06-EasyBuild/4.9.0/system
- Loading branch information
Showing
6 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# ARM CPU architecture specifications | ||
# Software path in EESSI | Vendor ID | List of defining CPU features | ||
"aarch64/neoverse-n1" "ARM" "asimd" # Ampere Altra | ||
"aarch64/neoverse-n1" "" "asimd" # AWS Graviton2 | ||
"aarch64/neoverse-v1" "ARM" "asimd svei8mm" | ||
"aarch64/neoverse-v1" "" "asimd svei8mm" # AWS Graviton3 | ||
"aarch64/neoverse_n1" "ARM" "asimd" # Ampere Altra | ||
"aarch64/neoverse_n1" "" "asimd" # AWS Graviton2 | ||
"aarch64/neoverse_v1" "ARM" "asimd svei8mm" | ||
"aarch64/neoverse_v1" "" "asimd svei8mm" # AWS Graviton3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# x86_64 CPU architecture specifications | ||
# Software path in EESSI | Vendor ID | List of defining CPU features | ||
"x86_64/intel/haswell" "GenuineIntel" "avx2 fma" # Intel Haswell, Broadwell | ||
"x86_64/intel/haswell" "GenuineIntel" "avx2 fma" # Intel Haswell | ||
"x86_64/intel/broadwell" "GenuineIntel" "avx2 fma rdseed adx" # Intel Broadwell | ||
"x86_64/intel/skylake_avx512" "GenuineIntel" "avx2 fma avx512f avx512bw avx512cd avx512dq avx512vl" # Intel Skylake, Cascade Lake | ||
"x86_64/amd/zen2" "AuthenticAMD" "avx2 fma" # AMD Rome | ||
"x86_64/amd/zen3" "AuthenticAMD" "avx2 fma vaes" # AMD Milan, Milan-X |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters