Skip to content

Commit 1ae2f54

Browse files
committed
Update headers for ISC
1 parent 02a7497 commit 1ae2f54

36 files changed

Lines changed: 262 additions & 202 deletions

File tree

.etc/deploy-material.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rsync --archive --exclude=".*" --verbose ../ judac:/p/project/training2313/common/material/
1+
rsync --archive --exclude="*minified.pdf" --exclude="tut*" --exclude=".*" --verbose ../ judac:/p/project/training2313/common/material/

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
tut102-multi-gpu.tar.gz
2-
*-sc22.pdf
2+
*-sc22.pdftut*

03-H_Multi_GPU_Parallelization/.master/Instructions.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# SC22 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
7+
"# ISC23 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
88
"\n",
9-
"- Time: Monday, 14 November 2022 8:30AM - 5PM CST\n",
10-
"- Location: D163, Kay Bailey Hutchison Convention Center Dallas\n",
9+
"- Time: Sunday, 21 May 2023 9:00 - 18:00 CEST\n",
10+
"- Location: Hall Y8, Congress Center Hamburg, Germany\n",
1111
"- Program Link:\n",
12-
" https://sc22.supercomputing.org/presentation/?id=tut102&sess=sess196\n",
12+
" https://app.swapcard.com/widget/event/isc-high-performance-2023/planning/UGxhbm5pbmdfMTIyMDc5OA==\n",
1313
"\n",
1414
"## Hands-On 3: Multi-GPU Parallelization with CUDA-aware MPI\n",
1515
"\n",
@@ -71,7 +71,7 @@
7171
" size + 1 rows\n",
7272
"- Adapt the computation of (`iy_start_global`)"
7373
],
74-
"id": "3d05d696-bb33-451b-82b6-267d89b2bbec"
74+
"id": "c9546c58-9fec-4bb4-9d7f-1eaa1c686c7b"
7575
}
7676
],
7777
"nbformat": 4,

03-H_Multi_GPU_Parallelization/.master/Instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# SC22 Tutorial: Efficient Distributed GPU Programming for Exascale
1+
# ISC23 Tutorial: Efficient Distributed GPU Programming for Exascale
22

3-
- Time: Monday, 14 November 2022 8:30AM - 5PM CST
4-
- Location: D163, Kay Bailey Hutchison Convention Center Dallas
3+
- Time: Sunday, 21 May 2023 9:00 - 18:00 CEST
4+
- Location: Hall Y8, Congress Center Hamburg, Germany
55
- Program Link:
6-
https://sc22.supercomputing.org/presentation/?id=tut102&sess=sess196
6+
https://app.swapcard.com/widget/event/isc-high-performance-2023/planning/UGxhbm5pbmdfMTIyMDc5OA==
77

88
## Hands-On 3: Multi-GPU Parallelization with CUDA-aware MPI
99

03-H_Multi_GPU_Parallelization/solutions/Instructions.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# SC22 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
7+
"# ISC23 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
88
"\n",
9-
"- Time: Monday, 14 November 2022 8:30AM - 5PM CST\n",
10-
"- Location: D163, Kay Bailey Hutchison Convention Center Dallas\n",
9+
"- Time: Sunday, 21 May 2023 9:00 - 18:00 CEST\n",
10+
"- Location: Hall Y8, Congress Center Hamburg, Germany\n",
1111
"- Program Link:\n",
12-
" https://sc22.supercomputing.org/presentation/?id=tut102&sess=sess196\n",
12+
" https://app.swapcard.com/widget/event/isc-high-performance-2023/planning/UGxhbm5pbmdfMTIyMDc5OA==\n",
1313
"\n",
1414
"## Hands-On 3: Multi-GPU Parallelization with CUDA-aware MPI\n",
1515
"\n",
@@ -71,7 +71,7 @@
7171
" size + 1 rows\n",
7272
"- Adapt the computation of (`iy_start_global`)"
7373
],
74-
"id": "3d05d696-bb33-451b-82b6-267d89b2bbec"
74+
"id": "c9546c58-9fec-4bb4-9d7f-1eaa1c686c7b"
7575
}
7676
],
7777
"nbformat": 4,

03-H_Multi_GPU_Parallelization/solutions/Instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# SC22 Tutorial: Efficient Distributed GPU Programming for Exascale
1+
# ISC23 Tutorial: Efficient Distributed GPU Programming for Exascale
22

3-
- Time: Monday, 14 November 2022 8:30AM - 5PM CST
4-
- Location: D163, Kay Bailey Hutchison Convention Center Dallas
3+
- Time: Sunday, 21 May 2023 9:00 - 18:00 CEST
4+
- Location: Hall Y8, Congress Center Hamburg, Germany
55
- Program Link:
6-
https://sc22.supercomputing.org/presentation/?id=tut102&sess=sess196
6+
https://app.swapcard.com/widget/event/isc-high-performance-2023/planning/UGxhbm5pbmdfMTIyMDc5OA==
77

88
## Hands-On 3: Multi-GPU Parallelization with CUDA-aware MPI
99

03-H_Multi_GPU_Parallelization/solutions/advanced/Instructions.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# SC22 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
7+
"# ISC23 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
88
"\n",
9-
"- Time: Monday, 14 November 2022 8:30AM - 5PM CST\n",
10-
"- Location: D163, Kay Bailey Hutchison Convention Center Dallas\n",
9+
"- Time: Sunday, 21 May 2023 9:00 - 18:00 CEST\n",
10+
"- Location: Hall Y8, Congress Center Hamburg, Germany\n",
1111
"- Program Link:\n",
12-
" https://sc22.supercomputing.org/presentation/?id=tut102&sess=sess196\n",
12+
" https://app.swapcard.com/widget/event/isc-high-performance-2023/planning/UGxhbm5pbmdfMTIyMDc5OA==\n",
1313
"\n",
1414
"## Hands-On 3: Multi-GPU Parallelization with CUDA-aware MPI\n",
1515
"\n",
@@ -71,7 +71,7 @@
7171
" size + 1 rows\n",
7272
"- Adapt the computation of (`iy_start_global`)"
7373
],
74-
"id": "3d05d696-bb33-451b-82b6-267d89b2bbec"
74+
"id": "c9546c58-9fec-4bb4-9d7f-1eaa1c686c7b"
7575
}
7676
],
7777
"nbformat": 4,

03-H_Multi_GPU_Parallelization/solutions/advanced/Instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# SC22 Tutorial: Efficient Distributed GPU Programming for Exascale
1+
# ISC23 Tutorial: Efficient Distributed GPU Programming for Exascale
22

3-
- Time: Monday, 14 November 2022 8:30AM - 5PM CST
4-
- Location: D163, Kay Bailey Hutchison Convention Center Dallas
3+
- Time: Sunday, 21 May 2023 9:00 - 18:00 CEST
4+
- Location: Hall Y8, Congress Center Hamburg, Germany
55
- Program Link:
6-
https://sc22.supercomputing.org/presentation/?id=tut102&sess=sess196
6+
https://app.swapcard.com/widget/event/isc-high-performance-2023/planning/UGxhbm5pbmdfMTIyMDc5OA==
77

88
## Hands-On 3: Multi-GPU Parallelization with CUDA-aware MPI
99

03-H_Multi_GPU_Parallelization/tasks/Instructions.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"source": [
77
"# ISC23 Tutorial: Efficient Distributed GPU Programming for Exascale\n",
88
"\n",
9-
"- Time: Monday, 14 November 2022 8:30AM - 5PM CST\n",
10-
"- Location: D163, Kay Bailey Hutchison Convention Center Dallas\n",
9+
"- Time: Sunday, 21 May 2023 9:00 - 18:00 CEST\n",
10+
"- Location: Hall Y8, Congress Center Hamburg, Germany\n",
1111
"- Program Link:\n",
12-
" https://sc22.supercomputing.org/presentation/?id=tut102&sess=sess196\n",
12+
" https://app.swapcard.com/widget/event/isc-high-performance-2023/planning/UGxhbm5pbmdfMTIyMDc5OA==\n",
1313
"\n",
1414
"## Hands-On 3: Multi-GPU Parallelization with CUDA-aware MPI\n",
1515
"\n",
@@ -71,7 +71,7 @@
7171
" size + 1 rows\n",
7272
"- Adapt the computation of (`iy_start_global`)"
7373
],
74-
"id": "3d05d696-bb33-451b-82b6-267d89b2bbec"
74+
"id": "c9546c58-9fec-4bb4-9d7f-1eaa1c686c7b"
7575
}
7676
],
7777
"nbformat": 4,

03-H_Multi_GPU_Parallelization/tasks/Instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ISC23 Tutorial: Efficient Distributed GPU Programming for Exascale
22

3-
- Time: Monday, 14 November 2022 8:30AM - 5PM CST
4-
- Location: D163, Kay Bailey Hutchison Convention Center Dallas
3+
- Time: Sunday, 21 May 2023 9:00 - 18:00 CEST
4+
- Location: Hall Y8, Congress Center Hamburg, Germany
55
- Program Link:
6-
https://sc22.supercomputing.org/presentation/?id=tut102&sess=sess196
6+
https://app.swapcard.com/widget/event/isc-high-performance-2023/planning/UGxhbm5pbmdfMTIyMDc5OA==
77

88
## Hands-On 3: Multi-GPU Parallelization with CUDA-aware MPI
99

0 commit comments

Comments
 (0)