Skip to content

Commit 2fa544f

Browse files
authored
Merge pull request #469 from bedroge/add_icelake_cclake
Add Intel Cascade Lake and Ice Lake
2 parents 54a8b10 + 01d631d commit 2fa544f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/available_software/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ This table gives an overview of all the available software in EESSI per specific
88
<tr>
99
<th rowspan="3">Name</th>
1010
<th colspan="4">aarch64</th>
11-
<th colspan="7">x86_64</th>
11+
<th colspan="9">x86_64</th>
1212
</tr>
1313
<tr>
1414
<th colspan="3"></th>
1515
<th colspan="1">nvidia</th>
1616
<th colspan="1"></th>
1717
<th colspan="3">amd</th>
18-
<th colspan="3">intel</th>
18+
<th colspan="5">intel</th>
1919
</tr>
2020
<tr>
2121
<th colspan="1"></th>
@@ -29,6 +29,8 @@ This table gives an overview of all the available software in EESSI per specific
2929
<th colspan="1"></th>
3030
<th colspan="1"></th>
3131
<th colspan="1"></th>
32+
<th colspan="1"></th>
33+
<th colspan="1"></th>
3234
</tr>
3335
</thead>
3436
</table>

docs/software_layer/cpu_targets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ In the 2023.06 version of the EESSI repository, the following CPU microarchitect
1111
* `x86_64/amd/zen3`: AMD Milan, Milan-X
1212
* `x86_64/amd/zen4`: AMD Genoa, Genoa-X, Bergamo, Siena
1313
* `x86_64/intel/haswell`: Intel Haswell, Broadwell
14-
* `x86_64/intel/skylake_avx512`: Intel Skylake, Cascade Lake, Ice Lake, Cooper Lake
14+
* `x86_64/intel/skylake_avx512`: Intel Skylake
15+
* `x86_64/intel/cascadelake`: Intel Cascade Lake, Cooper Lake
16+
* `x86_64/intel/icelake`: Intel Ice Lake
1517
* `x86_64/intel/sapphirerapids`: Intel Sapphire Rapids, Emerald Rapids
1618

1719
The names of these CPU targets correspond to the names used by [archspec](https://github.com/archspec/archspec).

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', 'x86_64/intel/cascadelake', 'x86_64/intel/icelake']
32+
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx']
3333

3434

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

0 commit comments

Comments
 (0)