Skip to content

Commit e5d52a6

Browse files
authored
Merge pull request #436 from trz42/add_nvidia_grace
add NVIDIA Grace to software overview
2 parents 501e4fd + 6de4fad commit e5d52a6

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/available_software/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This table gives an overview of all the available software in EESSI per specific
77
<thead>
88
<tr>
99
<th rowspan="3">Name</th>
10-
<th colspan="3">aarch64</th>
10+
<th colspan="4">aarch64</th>
1111
<th colspan="7">x86_64</th>
1212
</tr>
1313
</tr>
14-
<th colspan="3"></th>
14+
<th colspan="4"></th>
1515
<th colspan="1"></th>
1616
<th colspan="3">amd</th>
1717
<th colspan="3">intel</th>
@@ -20,6 +20,7 @@ This table gives an overview of all the available software in EESSI per specific
2020
<th colspan="1">generic</th>
2121
<th colspan="1">neoverse_n1</th>
2222
<th colspan="1">neoverse_v1</th>
23+
<th colspan="1">nvidia/grace</th>
2324
<th colspan="1">generic</th>
2425
<th colspan="1">zen2</th>
2526
<th colspan="1">zen3</th>

docs/software_layer/cpu_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ In the 2023.06 version of the EESSI repository, the following CPU microarchitect
55
* `aarch64/generic`: fallback for Arm 64-bit CPUs (like Raspberri Pi, etc.)
66
* `aarch64/neoverse_n1`: AWS Graviton 2, Ampere Altra, ...
77
* `aarch64/neoverse_v1`: AWS Graviton 3
8+
* `aarch64/nvidia/grace`: NVIDIA Grace
89
* `x86_64/generic`: fallback for older Intel + AMD CPUs (like Intel Sandy Bridge, ...)
910
* `x86_64/amd/zen2`: AMD Rome
1011
* `x86_64/amd/zen3`: AMD Milan, Milan-X

scripts/available_software/available_software.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06"
2929

3030
# some CPU targets are excluded for now, because software layer is too incomplete currently
31-
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'aarch64/nvidia', 'x86_64/intel/cascadelake', 'x86_64/intel/icelake']
31+
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'x86_64/intel/cascadelake', 'x86_64/intel/icelake']
3232

3333

3434
# --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)