Skip to content

Commit 77e726c

Browse files
authored
Update 01-parallel-programming.md
1 parent bcbeac5 commit 77e726c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

intro-day/docs/01-parallel-programming.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,25 @@ Simple domains with different computational cost
239239
</div>
240240

241241

242+
# Current Supercomputers
243+
244+
- Large computer clusters
245+
- A lot of standard, high-end server hardware connected to each other
246+
- High-speed interconnect between compute nodes
247+
<div class=column>
248+
- Example: LUMI
249+
- 2064 CPU nodes<br>(~260,000 CPU cores in total)
250+
- 2978 GPU nodes<br>(~12,000 MI250X GPUs in total)
251+
</div>
252+
<div class=column>
253+
<center>
254+
![](img/lumi2.jpg){.center width=80%}
255+
<small> EuroHPC JU LUMI (HPE Cray EX) at CSC (2021–) </small>
256+
</center>
257+
</div>
258+
259+
260+
242261
# Lumi
243262

244263
![](img/lumi.png){.center width=50%}

0 commit comments

Comments
 (0)