Skip to content

Commit 52389e3

Browse files
authored
Merge pull request #555 from laraPPr/update_available_software
include a64FX in overview
2 parents c653e80 + c64f9dd commit 52389e3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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="4">aarch64</th>
10+
<th colspan="5">aarch64</th>
1111
<th colspan="9">x86_64</th>
1212
</tr>
1313
<tr>
14-
<th colspan="3"></th>
14+
<th colspan="4"></th>
1515
<th colspan="1">nvidia</th>
1616
<th colspan="1"></th>
1717
<th colspan="3">amd</th>
@@ -31,6 +31,7 @@ This table gives an overview of all the available software in EESSI per specific
3131
<th colspan="1"></th>
3232
<th colspan="1"></th>
3333
<th colspan="1"></th>
34+
<th colspan="1"></th>
3435
</tr>
3536
</thead>
3637
</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']
32+
EXCLUDE_CPU_TARGETS = []
3333

3434

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

scripts/available_software/tests/data/test_md_template_detailed_science_sol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To start using science, load one of these modules using a `module load` command
4242
module load science/7.2.0
4343
```
4444

45-
*(This data was automatically generated on {{ generated_date }})*
45+
*(This data was automatically generated on {{ generated_date }})*
4646

4747
| |aarch64/generic|x86_64/amd/zen2|
4848
| :---: | :---: | :---: |

0 commit comments

Comments
 (0)