Skip to content

Commit

Permalink
Merge pull request #185 from laraPPr/update_available_software
Browse files Browse the repository at this point in the history
add zen4 to overview.md
  • Loading branch information
casparvl authored Aug 1, 2024
2 parents 496c999 + d7985bb commit fcb1bb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/available_software/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ This table gives an overview of all the available software in EESSI per specific
<tr>
<th rowspan="3">Name</th>
<th colspan="3">aarch64</th>
<th colspan="5">x86_64</th>
<th colspan="6">x86_64</th>
</tr>
</tr>
<th colspan="3"></th>
<th colspan="1"></th>
<th colspan="2">amd</th>
<th colspan="3">amd</th>
<th colspan="2">intel</th>
</tr>
<tr>
Expand All @@ -23,6 +23,7 @@ This table gives an overview of all the available software in EESSI per specific
<th colspan="1">generic</th>
<th colspan="1">zen2</th>
<th colspan="1">zen3</th>
<th colspan="1">zen4</th>
<th colspan="1">haswell</th>
<th colspan="1">skylake_avx512</th>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion scripts/available_software/available_software.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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', 'x86_64/amd/zen4']
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx']


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

0 comments on commit fcb1bb6

Please sign in to comment.