-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy path.zenodo.json
More file actions
54 lines (47 loc) · 2.85 KB
/
.zenodo.json
File metadata and controls
54 lines (47 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"creators": [
{
"orcid": "0000-0002-5699-1793",
"affiliation": "Sandia National Laboratories",
"name": "Garcia de Gonzalo, Simon"
},
{
"orcid": "0000-0002-7150-2505",
"affiliation": "Jülich Supercomputing Centre",
"name": "Herten, Andreas"
},
{
"orcid": "0000-0002-6015-8788",
"affiliation": "NVIDIA",
"name": "Hrywniak, Markus"
},
{
"orcid": "0000-0002-5240-3317",
"affiliation": "NVIDIA",
"name": "Kraus, Jiri"
},
{
"orcid": "0000-0002-9670-5296",
"affiliation": "FernUni Hagen",
"name": "Oden, Lena"
},
{
"orcid": "0000-0003-1433-9198",
"affiliation": "NVIDIA",
"name": "Appelhans, David"
}
],
"title": "Efficient Distributed GPU Programming for Exascale",
"publication_date": "2025-11-16",
"description": "<p>Over the past decade, GPUs became ubiquitous in HPC installations around the world, delivering the majority of performance of some of the largest supercomputers, steadily increasing the available compute capacity. Finally, four exascale systems are deployed (Frontier, Aurora, El Capitan, JUPITER), using GPUs as the core computing devices for this era of HPC. To take advantage of these GPU-accelerated systems with tens of thousands of devices, application developers need to have the proper skills and tools to understand, manage, and optimize distributed GPU applications. In this tutorial, participants will learn techniques to efficiently program large-scale multi-GPU systems. While programming multiple GPUs with MPI is explained in detail, also advanced tuning techniques and complementing programming models like NCCL and NVSHMEM are presented. Tools for analysis are shown and used to motivate and implement performance optimizations. The tutorial teaches fundamental concepts that apply to GPU-accelerated systems of any vendor in general, taking the NVIDIA platform as an example. It is a combination of lectures and hands-on exercises, using the JUPITER system for interactive learning and discovery.</p>",
"notes": "Slides and exercises of tutorial presented at SC25 (The International Conference for High Performance Computing, Networking, Storage, and Analysis 2025); https://sc25.conference-program.com/presentation/?id=tut113&sess=sess252",
"access_right": "open",
"conference_title": "SC 2025",
"conference_acronym": "SC25",
"conference_dates": "16 November-21 November 2025",
"conference_place": "St. Louis, Missouri, USA",
"conference_url": "https://sc25.supercomputing.org/",
"conference_session": "Tutorials",
"conference_session_part": "Day 1",
"upload_type": "lesson"
}