Skip to content

Commit 831a5ad

Browse files
authored
Merge pull request #448 from laraPPr/add_nvidia_grace
Add nvidia grace
2 parents ff131ff + ac71498 commit 831a5ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/available_software/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ 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>
1414
<th colspan="3"></th>
15+
<th colspan="1">nvidia</th>
1516
<th colspan="1"></th>
1617
<th colspan="3">amd</th>
1718
<th colspan="3">intel</th>
@@ -27,6 +28,7 @@ This table gives an overview of all the available software in EESSI per specific
2728
<th colspan="1"></th>
2829
<th colspan="1"></th>
2930
<th colspan="1"></th>
31+
<th colspan="1"></th>
3032
</tr>
3133
</thead>
3234
</table>

scripts/available_software/available_software.py

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

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

3434

3535
# --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)