Skip to content

Commit 59d8fcd

Browse files
committed
Update more aux files
1 parent b503f90 commit 59d8fcd

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

.archive.mk

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# Changelog:
77
# * Nov 2022: The archive is extracted again, then slides.pdf is removed if a patched slides-sc22.pdf is found (which includes an SC22 slide 0 title slide); and then repackaged
88
.PHONY: all
9-
all: tut140-multi-gpu.tar.gz
9+
all: tut104-multi-gpu.tar.gz
1010

11-
SOURCES=$(shell gfind . -maxdepth 1 -mindepth 1 -not -path "./.*" -not -name "tut140-multi-gpu.tar.gz" -printf '%P\n' | sort -h)
11+
SOURCES=$(shell gfind . -maxdepth 1 -mindepth 1 -not -path "./.*" -not -name "tut104-multi-gpu.tar.gz" -printf '%P\n' | sort -h)
1212

13-
tut140-multi-gpu.tar.gz: $(shell find . -not -name "tut140-multi-gpu.tar.gz")
13+
tut104-multi-gpu.tar.gz: $(shell find . -not -name "tut104-multi-gpu.tar.gz")
1414
sed -i '1 i***Please check GitHub repo for latest version of slides: https://github.com/FZJ-JSC/tutorial-multi-gpu/ ***\n' README.md
15-
tar czf $@ --transform 's,^,SC23-tut140-Multi-GPU/,' --exclude=".*" $(SOURCES)
15+
tar czf $@ --transform 's,^,ISC24-tut104-Multi-GPU/,' --exclude=".*" $(SOURCES)
1616
tar xf $@
1717
rm $@
18-
find SC23-tut140-Multi-GPU/ -not -path './.*' -iname 'slides-*.pdf' -execdir rm slides.pdf \;
19-
tar czf $@ SC23-tut140-Multi-GPU
20-
rm -rf SC23-tut140-Multi-GPU
18+
find ISC24-tut104-Multi-GPU/ -not -path './.*' -iname 'slides-*.pdf' -execdir rm slides.pdf \;
19+
tar czf $@ ISC24-tut104-Multi-GPU
20+
rm -rf ISC24-tut104-Multi-GPU
2121
sed -i '1,2d' README.md

.zenodo.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929

3030
"title": "Efficient Distributed GPU Programming for Exascale",
3131

32-
"publication_date": "2023-11-13",
32+
"publication_date": "2024-05-12",
3333

34-
"description": "<p>Over the past years, GPUs became ubiquitous in HPC installations around the world, delivering the majority of performance of some of the largest supercomputers (e.g. Summit, Sierra, JUWELS Booster). This trend continues in the recently deployed and upcoming Pre-Exascale and Exascale systems (LUMI, Leonardo; Frontier, Perlmutter): GPUs are chosen as the core computing devices to enter this next era of HPC.</p><p>To take advantage of future GPU-accelerated systems with tens of thousands of devices, application developers need to have the propers 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 in general, taking the NVIDIA platform as an example. It is a combination of lectures and hands-on exercises, using one of Europe’s fastest supercomputers, JUWELS Booster, for interactive learning and discovery.</p>",
34+
"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 (e.g. Summit, Sierra, JUWELS Booster). This trend continues in the recently deployed and upcoming Pre-Exascale and Exascale systems (JUPITER, LUMI, Leonardo; El Capitan, Frontier, Aurora): GPUs are chosen as the core computing devices to enter this next era of HPC. To take advantage of future GPU-accelerated systems with tens of thousands of devices, application developers need to have the propers 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 in general, taking the NVIDIA platform as an example. It is a combination of lectures and hands-on exercises, using one of Europe’s fastest supercomputers, JUWELS Booster, for interactive learning and discovery.</p>",
3535

36-
"notes": "Slides and exercises of tutorial presented at SC23 (The International Conference for High Performance Computing, Networking, Storage, and Analysis); https://sc23.supercomputing.org/presentation/?id=tut140&sess=sess242",
36+
"notes": "Slides and exercises of tutorial presented at ISC24 (ISC High Performance 2024); https://app.swapcard.com/widget/event/isc-high-performance-2024/planning/UGxhbm5pbmdfMTgyNTY0MQ==",
3737

3838
"access_right": "open",
3939

40-
"conference_title": "The International Conference for High Performance Computing, Networking, Storage, and Analysis 2023",
41-
"conference_acronym": "SC23",
42-
"conference_dates": "12 - 17 Nov 2023",
43-
"conference_place": "Denver, CO, USA",
44-
"conference_url": "https://sc23.supercomputing.org/",
40+
"conference_title": "ISC High Performance 2024",
41+
"conference_acronym": "ISC24",
42+
"conference_dates": "12 May-16 May 2024",
43+
"conference_place": "Hamburg, Germany",
44+
"conference_url": "https://www.isc-hpc.com/",
4545
"conference_session": "Tutorials",
46-
"conference_session_part": "Day 2",
46+
"conference_session_part": "Day 1",
4747

4848
"upload_type": "lesson"
4949
}

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ keywords:
4747
- NVSHMEM
4848
- Distributed Programming
4949
license: MIT
50-
version: '4.0-isc23'
51-
date-released: '2023-05-21'
50+
version: '6.0-isc24'
51+
date-released: '2024-05-16'

0 commit comments

Comments
 (0)