-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalks.html
More file actions
256 lines (229 loc) · 13.9 KB
/
Copy pathtalks.html
File metadata and controls
256 lines (229 loc) · 13.9 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Talks - Shamrock</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<img src="_static/logo.png" alt="Shamrock Logo" class="logo">
<span class="logo-text">Shamrock</span>
</div>
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="talks.html">Talks</a></li>
<li><a href="https://github.com/Shamrock-code/Shamrock" class="github-btn">
<i class="fab fa-github"></i> GitHub
</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Talks Hero -->
<section class="publications-hero">
<div class="container">
<h1 class="publications-title">Talks</h1>
<p class="publications-subtitle">
A collection of talks about Shamrock from conferences and workshops
</p>
</div>
</section>
<!-- Talks Grid -->
<section class="talks-section">
<div class="container">
<div class="talks-grid">
<div class="talk-card">
<div class="talk-heading">
<h3 class="talk-title">Updates on the Shamrock code</h3>
<span class="talk-badge">Invited</span>
</div>
<p class="talk-conference">Phantom Workshop 2026</p>
<p class="talk-author">by T. David--Cléris</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/65xrT5fSFa0?si=41Thrw6yzHoj_IqF" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="talk-card">
<h3 class="talk-title">Update on SYCL Usage in the Shamrock Framework and Exascale Scalability</h3>
<p class="talk-conference">IWOCL 2026</p>
<p class="talk-author">by T. David--Cléris</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/vcXG2lCB9S0?si=fFglNYcs4CcCCIAv" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="talk-card">
<h3 class="talk-title">Beyond a PhD Code: The Rise of the Shamrock</h3>
<p class="talk-conference">Phantom Workshop 2025</p>
<p class="talk-author">by T. David--Cléris</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/R4YIg5SaahE?si=OihHCXO88kJ-5RPU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="talk-card">
<h3 class="talk-title">Shamrock tutorial at the Phantom Workshop</h3>
<p class="talk-conference">Phantom Workshop 2025</p>
<p class="talk-author">by T. David--Cléris</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GmrD1WZnKNs?si=Rf3TZvWfjZyE2IDD" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="talk-card">
<h3 class="talk-title">The Shamrock moment</h3>
<p class="talk-conference">Phantom Workshop 2025</p>
<p class="talk-author">by G. Laibe</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/H3cu5JuJ3sA?si=K1m7Q5qmmE4AoyQX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="talk-card">
<h3 class="talk-title">Towards exascale simulations of warped, magnetized discs with Shamrock</h3>
<p class="talk-conference">Phantom Workshop 2025</p>
<p class="talk-author">by Y. Lapeyre</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/o3AEwFHmj50?si=vjGrm8ZbDerrNH-l" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="talk-card">
<h3 class="talk-title">Shamrock: Exascale Hydrodynamics for Astrophysics Using SYCL</h3>
<p class="talk-conference">IWOCL 2025</p>
<p class="talk-author">by T. David--Cléris</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/zhDgNGiAKPY?si=1rEhAJUubE5EDwM_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Talks without recordings -->
<section class="talks-section">
<div class="container">
<h2 class="section-title">Talks without recordings</h2>
<div class="talks-grid">
<div class="talk-card">
<h3 class="talk-title">Shamrock: Scaling SPH to Exascale for Astrophysics Using SYCL</h3>
<p class="talk-conference">PASC25 — Minisymposium Presentation</p>
<p class="talk-session">MS6F — Application Perspective on SYCL, a Modern Programming Model for Performance and Portability</p>
<p class="talk-date">Wednesday, June 18, 2025 · 15:30 – 16:00 CEST</p>
<p class="talk-author">by T. David--Cléris</p>
</div>
<div class="talk-card">
<div class="talk-heading">
<h3 class="talk-title">Shamrock: Hydrodynamics for Astrophysics, from a laptop to Exascale</h3>
<span class="talk-badge">Invited</span>
</div>
<p class="talk-conference">Journées SF2A 2025</p>
<p class="talk-session">S07 — Atelier calcul haute performance et simulations numériques</p>
<p class="talk-date">2 July 2025</p>
<p class="talk-author">by T. David--Cléris</p>
</div>
<div class="talk-card">
<div class="talk-heading">
<h3 class="talk-title">Updates on Shamrock and experiences on exascale supercomputers</h3>
<span class="talk-badge">Invited</span>
</div>
<p class="talk-conference">ASNUM 2025 — Journées de l'Action Spécifique Numérique</p>
<p class="talk-date">17 December 2025 · Grenoble, France</p>
<p class="talk-author">by T. David--Cléris</p>
</div>
<div class="talk-card">
<h3 class="talk-title">An exponential solver for Multifluid Dust and Gas Hydrodynamics in Dyablo and Shamrock</h3>
<p class="talk-conference">ASNUM 2025 — Journées de l'Action Spécifique Numérique</p>
<p class="talk-date">17 December 2025 · Grenoble, France</p>
<p class="talk-author">by L. Sewanou</p>
</div>
<div class="talk-card">
<div class="talk-heading">
<h3 class="talk-title">Shamrock: Astrophysics from a laptop to exascale</h3>
<span class="talk-badge">Invited</span>
</div>
<p class="talk-conference">SPiCE 2 Workshop</p>
<p class="talk-date">18 March 2026 · Lyon, France</p>
<p class="talk-author">by T. David--Cléris</p>
</div>
<div class="talk-card">
<div class="talk-heading">
<h3 class="talk-title">Shamrock: A multi-method & multi-GPU scalable framework</h3>
<span class="talk-badge">Invited</span>
</div>
<p class="talk-conference"><a href="https://ramses-sno-2025.sciencesconf.org/?lang=en" target="_blank" rel="noopener noreferrer">RAMSES SNO days 2025</a></p>
<p class="talk-date">24 November 2025</p>
<p class="talk-author">by T. David--Cléris</p>
</div>
<div class="talk-card">
<h3 class="talk-title">SPH Simulations towards the exascale</h3>
<p class="talk-conference"><a href="https://asnum2022.sciencesconf.org/" target="_blank" rel="noopener noreferrer">ASNUM 2022 — Journées de l'ASNUM</a></p>
<p class="talk-date">15 December 2022</p>
<p class="talk-author">by T. David--Cléris</p>
</div>
</div>
</div>
</section>
<!-- Additional Videos -->
<section class="talks-section">
<div class="container">
<h2 class="section-title">Additional Videos</h2>
<div class="talks-grid">
<div class="talk-card">
<h3 class="talk-title">Discs at 1 billion particles with Shamrock</h3>
<p class="talk-author">by T. David--Cléris</p>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/hXw8xORKCLc?si=HIUx7yjyIEzbLCg9" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<img src="_static/logo.png" alt="Shamrock Logo" class="footer-logo-img">
<span>Shamrock</span>
</div>
<p>An open-source, multi-GPU hydrodynamics framework for astrophysics. Scales seamlessly from laptops to exascale supercomputers.</p>
<div class="social-links">
<a href="https://github.com/Shamrock-code/Shamrock" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://discord.gg/Q69s5buyr5" aria-label="Discord">
<i class="fab fa-discord"></i>
</a>
</div>
</div>
<div class="footer-section">
<!--
<h4>Documentation</h4>
<ul>
<li><a href="https://shamrock-code.github.io/Shamrock/mkdocs/usermanual/quickstart/">Quick Start</a></li>
<li><a href="https://shamrock-code.github.io/Shamrock/mkdocs/usermanual/install/">Installation</a></li>
<li><a href="https://shamrock-code.github.io/Shamrock/mkdocs/usermanual/usage/">User Manual</a></li>
<li><a href="https://shamrock-code.github.io/Shamrock/mkdocs/usermanual/first_simulation/">First Simulation</a></li>
</ul>
-->
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Shamrock. All rights reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>