Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/available_software/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This table gives an overview of all the available software in EESSI per specific
<thead>
<tr>
<th rowspan="3">Name</th>
<th colspan="4">aarch64</th>
<th colspan="5">aarch64</th>
<th colspan="9">x86_64</th>
</tr>
<tr>
<th colspan="3"></th>
<th colspan="4"></th>
<th colspan="1">nvidia</th>
<th colspan="1"></th>
<th colspan="3">amd</th>
Expand All @@ -31,6 +31,7 @@ This table gives an overview of all the available software in EESSI per specific
<th colspan="1"></th>
<th colspan="1"></th>
<th colspan="1"></th>
<th colspan="1"></th>
</tr>
</thead>
</table>
2 changes: 1 addition & 1 deletion scripts/available_software/available_software.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06"

# some CPU targets are excluded for now, because software layer is too incomplete currently
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx']
EXCLUDE_CPU_TARGETS = []


# --------------------------------------------------------------------------------------------------------
Expand Down
Loading