-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathallnews.html
628 lines (361 loc) · 34.5 KB
/
allnews.html
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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>News - Comp. Physics @ GT</title>
<meta name="description" content="Compuational Physics Group at Georgia Tech CSE">
<link rel="stylesheet" href="/assets/main.css">
<link rel="canonical" href="/allnews.html">
<link rel="shortcut icon" type ="image/x-icon" href="/favicon.ico">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="preconnect" href="https://player.vimeo.com">
<link rel="preconnect" href="https://i.vimeocdn.com">
<link rel="preconnect" href="https://f.vimeocdn.com">
<!-- Global site tag (gtag.js) - Google Analytics 4 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BKG8WP924R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BKG8WP924R');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5KBZDTG');</script>
<!-- End Google Tag Manager -->
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>News | Comp. Physics @ GT</title>
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="News" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Compuational Physics Group at Georgia Tech CSE" />
<meta property="og:description" content="Compuational Physics Group at Georgia Tech CSE" />
<link rel="canonical" href="/allnews.html" />
<meta property="og:url" content="/allnews.html" />
<meta property="og:site_name" content="Comp. Physics @ GT" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="News" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Compuational Physics Group at Georgia Tech CSE","headline":"News","url":"/allnews.html"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5KBZDTG"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar sticky-top navbar-expand-md navbar-dark bg-dark justify-content-center">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="/favicon.ico" width="30" height="30" style="margin-right:5px" class="d-inline-block align-top" alt="">
Comp. Physics @ GT
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/papers">Papers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/research">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/teaching">Teaching</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/software">Software</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/hardware">Hardware</a>
</li>
<!-- <a class="nav-link" href="/GSCS22">GSCS22</a> -->
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div id="textid" class="col-sm-12">
<h2 id="news">News</h2>
<div class="jumbotron">
<p><b>28 January, 2025</b></p>
<p>Spencer is at PNNL, a DOE lab., this week. He is giving a seminar on solving PDEs with quantum devices. Thank you <a href="https://www.pnnl.gov/science/staff/staff_info.asp?staff_num=10102">Xianyu Li</a> and <a href="https://home.uni-leipzig.de/~jmuelmen/index.html">Johannes Muelmenstaedt</a> for the kind invitation!</p>
<p><b>27 January, 2025</b></p>
<p>In exascale supercomputing news, our group was granted a DAT (dedicated access time) for 100% of LLNL El Capitan (40K+ GPUs) for one day. This time was used to measure the performance of <a href="https://mflowcode.github.io/">MFC</a>, our flagship open source solver, and evaluate the readiness of the El Capitan system before it moves to the classified network. Further, our OLCF Frontier allocation was renewed into FY25. Our work with the JSC JUPITER team continues, who manage Europe’s first exascale supercomputer and early access systems.</p>
<p><b>8 January, 2025</b></p>
<p>The <a href="https://arxiv.org/abs/2302.04227" target="_blank">pIMR</a> manuscript appears on arXiv! We devise a parsimonious scheme for high-fidelity material inference that cuts the cost of experimentation or simulation by two orders of magnitude. With this, we enable material characterization in tractable time. In collaboration with Michigan, Brown, and UT Austin.</p>
<p><b>28 November, 2024</b></p>
<p>Our paper on quantum solves of the Navier-Stokes equations using current quantum devices was accepted to Comptuters & Fluids! Congrats to Ph.D. student Jack Song and our collaborators at GTRI! You can view it <a href="https://doi.org/10.1016/j.compfluid.2024.106507" target="_blank">here</a>.</p>
<p><b>24 November, 2024</b></p>
<p>Our group is at <a href="https://dfd-meeting.aps.org/">APS DFD</a> this week. Say hi and consider checking out some of our talks on multiphase flow, FSI, particle-laden flow, material characterization, and more! (most easily found via <a href="https://meetings.aps.org/Meeting/DFD24/PersonIndex/4610">here</a> and searching <i>Bryngelson</i>.)</p>
<p><b>16 November, 2024</b></p>
<p>Spencer is speaking at <a href="https://www.stem-trek.org/2024/03/17/artsc24/">ART@SC24</a> today on HPC for PDE solves and large-scale training.</p>
<p><b>14 November, 2024</b></p>
<p>Our project ExaMFlow, based on <a href="https://github.com/mflowcode/mfc">MFC</a>, is participating in JUREAP, the <a href="https://www.fz-juelich.de/en/ias/jsc/jupiter">JUPITER</a> Research and Early Access Program. ExaMFlow received the JUREAP certificate for scaling efficiency and node performance, with potential to use a significant part of the JUPITER Booster system and the first European exascale supercomputer, starting January 2025.</p>
<p><b>13 November, 2024</b></p>
<p>We will be at <a href="https://sc24.supercomputing.org/">SC24</a> here in Atlanta next week. Our work includes cell-resolved simulations of aneurysms and exascale compressible flow methods. More <a href="https://sites.gatech.edu/research/sc-2024/">here</a> and <a href="https://sc24.conference-program.com/presenter/?uid=478593">here</a>.</p>
<p><b>10 October, 2024</b></p>
<p>The group is awarded ACCESS-CI Accelerate annual allocation of 3M credits (equivalent to 45K A100 GPU hours) for developing sub-grid physics models!</p>
<p><b>20 September, 2024</b></p>
<p>Our work on a fully quantum lattice algorithm for solving the Navier-Stokes equations was <a href="https://doi.org/10.1116/5.0217675" target="_blank">recently published in AVS Quantum Science</a>. Congrats to Sriharsha and Jack! We appreciate the collaboration with Bryan Gard (GTRI), Eugene Dumitrescu (ORNL), and Alex Alexeev (GT ME).</p>
<p><b>19 September, 2024</b></p>
<p>New paper on the use of the adjoint to compute averaged closure operators in turbulent flow <a href="https://link.aps.org/doi/10.1103/PhysRevFluids.9.094606" target="_blank">was published in Physical Review Fluids</a>! In collaboration with Jessie Liu and Ali Mani (Stanford), Florian Schäfer (GT), and Tamer Zaki (Hopkins).</p>
<p><b>18 September, 2024</b></p>
<p>Our Supercomputing (SC) paper from the WACCPD workshop was accepted. It is now <a href="https://arxiv.org/abs/2409.10729" target="_blank">on arXiv</a>. We show how to achieve performant compute kernels on AMD GPU devices via OpenACC offloading, and use them to scale to all of OLCF Frontier. Congrats to Ben, Anand, and Henry! and thanks to our collaborators, Steve Abbot at HPE/Cray and Reuben Budiardja at Oak Ridge!</p>
<p><b>17 September, 2024</b></p>
<p>Our preprint, <a href="https://arxiv.org/abs/2409.09217" target="_blank">Rational-WENO</a>, appears on arXiv. We construct a scheme that achieves near 5th order accuracy from a three-point stencil. In collaboration with Google Research and TU Munich.</p>
<p><b>13 September, 2024</b></p>
<p>The group is awarded an <a href="https://allocations.access-ci.org/allocations-policy#maximize-access-projects" target="_blank">ACCESS-CI Maximize</a> allocation, the largest offered by the NSF. It amounts to 225K GPU hours and focuses on algorithms for direct simulation of compressible and multiphase flow.</p>
<p><b>4 September, 2024</b></p>
<p>Tianyi’s manuscript on inferring rheological properties via Bayesian optimal design and bubble dynamics <a href="https://arxiv.org/abs/2409.00011" target="_blank">is now on arXiv</a>!</p>
<p><b>1 September, 2024</b></p>
<p>We start a collaborative effort with the <a href="https://bhamla.gatech.edu/" target="_blank">Bhamla Lab</a> on bio-inspired propulsion! Acknowledgement to DARPA for the funding.</p>
<p><b>31 August, 2024</b></p>
<p>Ph.D. student Ben Wilfong is a recipient of the 2024-25 CRNCH Fellowship for application optimization on superchip architectures. Congrats!</p>
<p><b>28 August, 2024</b></p>
<p>Our work with Sandia National Labs received a funding renewal. We are working on two-phase hydrodynamic instability and direct simulation.</p>
<p><b>26 August, 2024</b></p>
<p>Presenting our work on sub-grid cavitation models and their computation on exascale machines at <a href="https://www.ictam2024.org/" target="_blank">ICTAM2024</a> in Korea this week!</p>
<p><b>21 August, 2024</b></p>
<p>We achieve the first performance result of <a href="https://mflowcode.github.io" target="_blank">MFC</a> on the <a href="https://www.amd.com/en/products/accelerators/instinct/mi300/mi300a.html" target="_blank">AMD MI300A</a> superchip that will populate <a href="https://asc.llnl.gov/exascale/el-capitan" target="_blank">LLNL El Capitan</a>. We see a 2-times speedup over the AMD MI250X in OLCF Frontier.</p>
<p><b>16 August, 2024</b></p>
<p>Dimiti Adam joins the group as a Ph.D. student. Welcome!</p>
<p><b>29 July, 2024</b></p>
<p>We will be at AIAA Aviation this week! On Thursday, Ben and Haocheng are presenting their papers on <a href="https://arc.aiaa.org/doi/10.2514/6.2024-4480" target="_blank">two-phase interfacial instabilities</a> and <a href="https://arc.aiaa.org/doi/10.2514/6.2024-4391" target="_blank">sound generation through mildly misfit earplugs</a>.</p>
<p><b>10 July, 2024</b></p>
<p>Spencer gives a seminar at the US Naval Research Lab on exascale simulation of multiphase, shock-laden, and reacting flows.</p>
<p><b>1 July, 2024</b></p>
<p><a href="https://mflowcode.github.io" target="_blank">MFC</a> accepted into <a href="https://www.fz-juelich.de/en/ias/jsc/jupiter" target="_blank">JUREAP</a> Phase 1, the JUIPTER Exascale Early Access Program at JSC.</p>
<p><b>26 June, 2024</b></p>
<p>Presenting our work on exascale multiphase flow simulation at <a href="https://sites.psu.edu/icnmmf5/" target="_blank">ICNMMF5</a> in Reykjavik, Iceland!</p>
<p><b>4 June, 2024</b></p>
<p>Jack’s manuscript on solving the Navier-Stokes equations on actual (IBM) quantum devices <a href="https://arxiv.org/abs/2406.00280" target="_blank">is now on arXiv</a>!</p>
<p><b>3 June, 2024</b></p>
<p>Presenting our work on stochastic modeling of cavitation inception at CAV2024 in Crete, Greece; say hello if you catch me!</p>
<p><b>21 May, 2024</b></p>
<p>Work starts on our new contract with LLNL on regularization of kinetic-based PDEs. Looking forward to the collaboration!</p>
<p><b>12 May, 2024</b></p>
<p>Our paper, <a href="https://doi.org/10.1016/j.cpc.2024.109238" target="_blank">Method for portable, scalable, and performant GPU-accelerated simulation of multiphase compressible flow</a>, was accepted to Computer Physics Communications. Congrats to Anand, Henry, and Ben!</p>
<p><b>9 May, 2024</b></p>
<p>Congratulations to Jesus and Ben, who passed their Ph.D. qualifying exams!</p>
<p><b>6 May, 2024</b></p>
<p>Subrahmanyam, resident sickle cell dynamics expert, graduates with his BSCS and heads to a snazzy industry gig. Congratulations, Sub!</p>
<p><b>4 May, 2024</b></p>
<p>Max starts his NVIDIA summer internship. Congrats, Max!</p>
<p><b>8 April, 2024</b></p>
<p>Congraulations to Suzan on winning the PURA Salary Award for research this summer, and Anshuman on our latest publication: <a href="https://openreview.net/pdf?id=5psgQEHn6t" target="_blank">Neural networks can be FLOP-efficient integrators of 1D oscillatory integrands</a>.</p>
<p><b>4 March, 2024</b></p>
<p>We are at the <a href="https://march.aps.org/" target="_blank">2024 APS March Meeting</a>! We have talks on simulating fluid flow <a href="https://march.aps.org/sessions/K49/9" target="_blank">on quantum devices</a> as well as <a href="https://march.aps.org/sessions/T58/4" target="_blank">exascale machines like Frontier</a>.</p>
<p><b>23 February, 2024</b></p>
<p>Dr. Tianyi Chu joins the group as a postdoc. Welcome, Tianyi!</p>
<p><b>19 February, 2024</b></p>
<p>Spencer gains coutesy appointment in Georgia Tech’s <a href="https://www.me.gatech.edu" target="_blank">Woodruff School of Mechanical Engineering</a>.</p>
<p><b>13 February, 2024</b></p>
<p><a href="https://mflowcode.github.io" target="_blank">MFC</a> has been accepted to the second round of the Oak Ridge Frontier Hackathon! MFC scales to 100% of the world’s largest computer, but extracting maximum performance still needs attention. We look forward to working on it!</p>
<p><b>9 February, 2024</b></p>
<p>Spencer gives an invited talk at the <a href="https://crnch.gatech.edu/crnch-summit-2024/" target="_blank">2024 CRNCH Summit</a> on CFD on an existing IBM quantum device. Great event!</p>
<p><b>1 February, 2024</b></p>
<p>Spencer gave a (virtual) talk for NSWC Carderock on solving flow problems with current quantum devices. Thanks for the invitation!</p>
<p><b>28 January, 2024</b></p>
<p>ONR funded a 3-year grant to our group, collaborative with Prof. Suresh Menon (AE) on solid fuel propellants and CFD. Looking forward to it!</p>
<p><b>26 January, 2024</b></p>
<p>ONR funded a MURI on solid fuel ramjets and high-enthalpy flows to Georgia Tech with co-PIs Suresh and Spencer, among others. PI Greg Young (VT). Looking forward to the collaboration!</p>
<p><b>23 January, 2024</b></p>
<p>Sriharsha’s work on quantum algorithms is now posted <a href="https://arxiv.org/abs/2401.12248" target="_blank">on arXiv</a>. He develops algorithm improvements and exposed parallelization for fluid flow problems on quantum devices with reduced gate counts.</p>
<p><b>19 January, 2024</b></p>
<p>The group welcomes Lian Xiang, who joins as an undergraduate researcher from Physics! She is working on near-term quantum algorithms for fluid flow problems.</p>
<p><b>22 December, 2023</b></p>
<p>Our paper on <a href="https://doi.org/10.1016/j.jcp.2023.112721" target="_blank">Fast Macroscopic Forcing</a> was published in the Journal of Computational Physics. Joint work with <a href="https://f-t-s.github.io/" target="_blank">Florian Schäfer</a>, Jessie Liu, and <a href="https://manigroup.stanford.edu/" target="_blank">Ali Mani</a>.</p>
<p><b>14 December, 2023</b></p>
<p>Our paper on <a href="https://doi.org/10.1016/j.cpc.2023.109052" target="_blank">RoseNNa</a> was published by Computer Physics Communications. Congrats, Ajay!</p>
<p><b>7 December, 2023</b></p>
<p>Spencer gives a virtual talk for Google Research, Applied Science. Thanks for the invite, <a href="https://research.google/people/qingwang/" target="_blank">Qing Wang</a>!</p>
<p><b>5 December, 2023</b></p>
<p>Congratulations to group undergraduate researcher Subramanyam on winning a PURA Salary Award for Spring semester research!</p>
<p><b>19 November, 2023</b></p>
<p>Anand, Jesus, Spencer, and Sriharsha are at <a href="https://www.2023apsdfd.org/" target="_blank">APS DFD</a> in Washington, DC. Our talks are <a href="https://meetings.aps.org/Meeting/DFD23/PersonIndex/4447" target="_blank">here</a>. Say hi if you see us!</p>
<p><b>6 November, 2023</b></p>
<p>Spencer gave a talk on stochastic sub-grid models at the <a href="https://insieme.stanford.edu/multiphaseflows" target="_blank">Workshop on Compressible Multiphase Flows</a> hosted by Stanford University. Thanks to the organizers, <a href="https://profiles.stanford.edu/ali-mani" target="_blank">Ali</a> and <a href="https://engineering.buffalo.edu/mechanical-aerospace/people/faculty/d-salac.html" target="_blank">David</a>, for the invite!</p>
<p><b>16 October, 2023</b></p>
<p>Manuscript on non-local closure operator recovery submitted and <a href="https://arxiv.org/abs/2310.08763" target="_blank">on the arXiv</a>. Joint work with Jessie Liu and Ali Mani (Stanford), Tamer Zaki (Johns Hopkins), and Florian Schäfer(GT).</p>
<p><b>3 October, 2023</b></p>
<p>The group was accepted to the <a href="https://www.olcf.ornl.gov/calendar/frontier-hackathon-october-2023/" target="_blank">Frontier Hackathon</a> as we prepare to run MFC at exascale on OLCF Frontier.</p>
<p><b>25 September, 2023</b></p>
<p>Spencer, <a href="https://f-t-s.github.io/" target="_blank">Florian</a>, and Stanford colleague <a href="https://manigroup.stanford.edu/" target="_blank">Ali Mani</a> organized a minisymposium at the latest <a href="https://www.utep.edu/engineering/mmlde/" target="_blank">IACM MMLDE conference</a> in El Paso, Texas. Collaborator Jessie Liu (Stanford) presented our ongoing work on a targeted nonlocal closure recovery scheme via adjoint macroscopic forcing.</p>
<p><b>17 September, 2023</b></p>
<p>Jack and Spencer are at <a href="https://qce.quantum.ieee.org/2023/" target="_blank">IEEE International Conference on Quantum Computing and Engineering</a>! Jack is <a href="https://qce.quantum.ieee.org/2023/tutorials-program/#overview-tut27" target="_blank">giving a tutorial</a> on solving PDEs using quantum computers (material is open source, <a href="https://github.com/comp-physics/qce23-qpde-tutorial" target="_blank">here</a>).</p>
<p><b>14 September, 2023</b></p>
<p>Spencer is giving a seminar at the University of Illinois at Urbana-Champaign on Friday September 14, do <a href="https://calendars.illinois.edu/detail/2791?eventId=33462362" target="_blank">join us</a> or say hi if you are around!</p>
<p><b>6 September, 2023</b></p>
<p>Spencer <a href="http://www2.me.gatech.edu/www/calendar/view_seminar.asp?speaker=Spencer%20Bryngelson&startDate=9/6/2023&startTime=1:00%20PM" target="_blank">gave a seminar</a> for the Georgia Tech Woodruff School of Mechanical Engineering.</p>
<p><b>31 July, 2023</b></p>
<p>Ajay’s neural net. inference library, <a href="https://github.com/comp-physics/rosenna" target="_blank">roseNNa</a>, is now also described <a href="https://arxiv.org/pdf/2307.16322.pdf" target="_blank">in this manuscript</a>!</p>
<p><b>6 July, 2023</b></p>
<p>Congraulations to group Ph.D. student Haocheng Yu, who passed his qualifying exam today!</p>
<p><b>5 July, 2023</b></p>
<p>Congratulations to the <a href="https://www.vip.gatech.edu/teams/vwp" target="_blank">VIP Student Cluster Competition team</a> for being accepted to the IndySCC competition!</p>
<p><b>25 June, 2023</b></p>
<p>Our preprint on the fast macroscopic forcing method is <a href="https://arxiv.org/abs/2306.13625" target="_blank">on arXiv!</a> A collaborative effort with <a href="https://f-t-s.github.io/" target="_blank">Florian Schäfer</a> (Gatech) and Jessie Liu and <a href="https://manigroup.stanford.edu/" target="_blank">Ali Mani</a> (Stanford).</p>
<p><b>17 June, 2023</b></p>
<p>Congratulations to research scientist Dr. Bryan Gard on winning GTRI IRAD of the Year award! For work with the group on quantum algorithms for PDEs and CFD.</p>
<p><b>13 June, 2023</b></p>
<p>Paper on electrodynamic drops <a href="https://doi.org/10.1016/j.jcp.2023.112248" target="_blank">published in JCP</a>.</p>
<p><b>06 June, 2023</b></p>
<p>Spencer gave the OpenACC Webinar today. Will update this post with the recording.</p>
<p><b>16 May, 2023</b></p>
<p>We posted our preprint on a strategy for performant simulation of multiphase flows approaching exascale <a href="https://arxiv.org/abs/2305.09163" target="_blank">on arXiv!</a></p>
<p><b>15 May, 2023</b></p>
<p>Our preprint on a lattice-based quantum algorithm for fluid flows is now <a href="https://arxiv.org/abs/2305.07148" target="_blank">on arXiv!</a> Fun continued collaboration with ORNL and GTRI.</p>
<p><b>3 May, 2023</b></p>
<p>Congratulations to Fatima Ezahra Chrit on a successful Ph.D. defense!</p>
<p><b>21 April, 2023</b></p>
<p><a href="https://www.nvidia.com/en-us/data-center/h100/" target="_blank">NVIDIA H100s</a> finally arrive in the lab!</p>
<p><b>13 April, 2023</b></p>
<p>Congratulations to Qi Zeng for winnning the 2023 Outstanding Undergraduate Researcher Award from the College of Computing and Ansh Gupta for winning a PURA Salary award for this summer!</p>
<p><b>9 April, 2023</b></p>
<p>Spencer and Anand travel to Kobe, Japan to present their papers at <a href="http://www.jsmf.gr.jp/icmf2022/" target="_blank">ICMF23</a>.</p>
<p><b>13 March, 2023</b></p>
<p>Anand and Henry’s work on near-exascale compressible CFD was presented at the APS March Meeting <a href="https://meetings.aps.org/Meeting/MAR23/Session/F60" target="_blank">in a focus session.</a></p>
<p><b>26 January, 2023</b></p>
<p>The <a href="https://crnch.gatech.edu/content/crnch-summit" target="_blank">2023 CRNCH Summit</a> is Feb 2-3! Many members of the CPG are presenting posters and many great external scientists giving talks! SHB moderating the SciML panel. (update: <a href="https://comp-physics.group/images/conferences/crnch23.jpg" target="_blank">photo here</a>)</p>
<p><b>24 January, 2023</b></p>
<p>Spencer is giving a talk on competitive optimization methods at the next <a href="https://www.librom.net/ddps.html" target="_blank">Lawrence Livermore DDPS Webinar</a>. (Update: <a href="https://www.youtube.com/watch?v=zm-iF1FtkLE" target="_blank">video here</a>)</p>
<p><b>22 January, 2023</b></p>
<p>Qi Zeng and Yash Kothari’s <a href="https://arxiv.org/abs/2204.11144" target="_blank">CPINNs work</a> accepted to ICLR 2023! Joint with <a href="https://f-t-s.github.io/" target="_blank">Florian Schäfer</a>.</p>
<p><b>11 January, 2023</b></p>
<p>The <a href="https://www.openhackathons.org/s/siteevent/a0C5e000005V6AoEAK/se000150" target="_blank">Georgia Tech Open Hackathon</a> official started! SHB organizing with NVIDIA. (story <a href="https://www.cc.gatech.edu/news/researchers-optimize-hpc-software-interdisciplinary-hackathon" target="_blank">here</a>)</p>
<p><b>11 January, 2023</b></p>
<p><a href="https://doi.org/10.1016/j.jcp.2023.111917" target="_blank">Paper</a> on sub-grid moment methods for fully-coupled cavitating flows published in JCP.</p>
<p><b>02 January, 2023</b></p>
<p>Group awarded subcontract from Sandia National Lab on bubbly flows. We look forward to the collaboration!</p>
<p><b>28 December, 2022</b></p>
<p><a href="https://dx.doi.org/10.1016/j.jcp.2022.111870" target="_blank">Paper</a> on numerics for the 7-equation model with Prof. Menon and Achyut Panchal of GT AE accepted to JCP!</p>
<p><b>22 November, 2022</b></p>
<p>CPG attended APS DFD! Were on 10 abstracts in one way or another. Spencer had fun chairing the <a href="https://comp-physics.group/images/conferences/apsdfd22/qc-session.jpg" target="_blank">quantum computing session (standing room only!)</a>, where Fatima gave an excellent talk.</p>
<p><b>18 November, 2022</b></p>
<p>Ajay Bati pushes the first public release of <a href="https://github.com/comp-physics/roseNNa" target="_blank">roseNNa</a>, a fast, portable, and minimally-intrusive neural network inference library for use with Fortran and C.</p>
<p><b>15 November, 2022</b></p>
<p>We are at <a href="https://sc22.supercomputing.org/" target="_blank">SC22</a> where Anand and Henry are presenting <a href="https://sc22.supercomputing.org/presentation/?id=rpost122&sess=sess273" target="_blank">their work</a>! <a href="https://comp-physics.group/images/conferences/sc22.jpg" target="_blank">Here’s</a> a photo of us.</p>
<p><b>13 October, 2022</b></p>
<p>We posted our preprint on a spectral method for electrodynamic flows in drops <a href="https://arxiv.org/pdf/2210.04957.pdf" target="_blank">on the arXiv!</a> Awesome outcome from a collaboration with Hossein and <a href="http://stokeslet.ucsd.edu/" target="_blank">Prof. David Saintillan</a> at UCSD (who has the coolest website subdomain).</p>
<p><b>12 October, 2022</b></p>
<p>SHB gave talks at GT Aero and GT Applied and Computational Math. Thanks to Professors Cristina Riso and Wenjing Liao for the invitations!</p>
<p><b>20 September, 2022</b></p>
<p>Preprint on application performance on ARM+GPU supercomputers submitted and <a href="https://arxiv.org/abs/2209.09731" target="_blank">posted on the arXiv!</a> Anand and Henry contributed the MFC portion.</p>
<p><b>24 August, 2022</b></p>
<p>NVIDIA awards the group four <a href="https://www.nvidia.com/en-us/networking/products/data-processing-unit/" target="_blank">BlueField2 DPUs</a>!</p>
<p><b>18 August, 2022</b></p>
<p>Congrats to Ph.D. student Jack Song on winning a <a href="https://crnch.gatech.edu/" target="_blank">CRNCH</a> fellowship to work on quantum computing for PDEs!</p>
<p><b>14 August, 2022</b></p>
<p>Spencer and <a href="https://f-t-s.github.io/" target="_blank">Florian Schäfer</a> return from the <a href="https://comp-physics.group/images/ctr.jpg" target="_blank">Stanford CTR Summer Program</a>. Very productive time, thanks to <a href="https://profiles.stanford.edu/ali-mani" target="_blank">Ali Mani</a> and Jessie Liu for hosting us!</p>
<p><b>8 August, 2022</b></p>
<p>Ben Wilfong joins the group as a PhD student! He’s working on multiphase computational fluid dynamics.</p>
<p><b>5 August, 2022</b></p>
<p>Spencer named a <a href="https://ctl.gatech.edu/faculty/groups/1969" target="_blank">Class of 1969 Teaching Fellow</a> and a <a href="https://faculty.gatech.edu/faculty-writing-scholars" target="_blank">Georgia Tech Faculty Writing Scholar</a>.</p>
<p><b>22 June, 2022</b></p>
<p>AMD donates an <a href="https://www.cc.gatech.edu/news/new-hardware-brings-students-closer-exascale-computing" target="_blank">MI200-series GPU server</a> to the group!</p>
<p><b>9 June, 2022</b></p>
<p>Ph.D. student Fatima Chrit and incoming freshman Sriharsha Kocherla have their first conference abstract on quantum algorithms for fluid flows accepted to <a href="https://tqc2022-conference.iquist.illinois.edu/" target="_blank">TQC 2022</a>!</p>
<p><b>28 May, 2022</b></p>
<p>Spencer wins <a href="https://www.orau.org/news/releases/2022/orau-awards-36-research-grants-totalling-180,000-to-junior-faculty-at-its-member-universities.html" target="_blank">Powe Junior Faculty Enhancement Award</a> from Oak Ridge National Lab.</p>
<p><b>14 May, 2022</b></p>
<p>Group wins GT Seed Grant for quantum simulation!</p>
<p><b>4 May, 2022</b></p>
<p>Ph.D. students <a href="https://comp-physics.group/images/conferences/GTQA22/fatima-gtqa.jpg" target="_blank">Fatima Chrit</a> and <a href="https://comp-physics.group/images/conferences/GTQA22/austin-gtqa.jpg" target="_blank">Austin Adams</a> presented their work on quantum algorithms and compiler backends at the GT Quantum Alliance Workshop!</p>
<p><b>25 Apr, 2022</b></p>
<p>Congratulations to Qi Zeng on his first conference paper, which was accepted to an ICLR workshop! It’s arXived <a href="https://arxiv.org/abs/2204.11144" target="_blank">here</a>.</p>
<p><b>15 Apr, 2022</b></p>
<p>Spencer gives talks at <a href="https://www.math.emory.edu/events/seminars/seminar.php?SEMID=1456" target="_blank">Emory</a> and <a href="https://semte.engineering.asu.edu/">Arizona State Universities</a>. Thanks to Professors Veneziani and Xi (Emory) and Kim (ASU) for hosting!</p>
<p><b>13 Apr, 2022</b></p>
<p>Undergraduates Ajay Bati and Qi Zeng gave great talks at the <a href="https://symposium.urop.gatech.edu/" target="blank">Annual GT Undergraduate Research Symposium</a>, well done!</p>
<p><b>26 Mar, 2022</b></p>
<p>Spencer visits Brown, MIT, and Harvard. Thanks to Professors Rodriguez, Sapsis, and Koumoutsakos for hosting!</p>
<p><b>1 Mar, 2022</b></p>
<p>Ajay Bati joins our group. He’s working on deploying neural network models in HPC settings!</p>
<p><b>21 Feb, 2022</b></p>
<p><a href="https://comp-physics.group/GSCS22/" target="blank">GSCS22</a> was this past Saturday! It was sponsored by COC CSE.</p>
<p><b>4 Feb, 2022</b></p>
<p>The <a href="https://crnch.gatech.edu/content/crnch-summit" target="_blank">2022 CRNCH Summit</a> finished today! Spencer gave an invited talk on quantum computing for CFD, <a href="https://mediaspace.gatech.edu/media/CRNCH+Summit+2022+-+Spencer+Bryngleson+-+Quantum+Computing+for+Continuum+Mechanics/1_23u8ou36" target="_blank">video here</a>.</p>
<p><b>27 Jan, 2022</b></p>
<p>The inaugaural <a href="https://www.gpuhackathons.org/event/georgia-tech-gpu-hackathon-2022" target="_blank">GT HPC Hackathon</a> wrapped up today! Thank you to the mentors, participants, and sponsors NVIDIA and Oak Ridge National Lab.</p>
<p><b>29 Dec, 2021</b></p>
<p>Preprint on moment-based closures for cavitating flows is <a href="https://arxiv.org/abs/2112.14172" target="_blank">now on arXiv.</a></p>
<p><b>9 Dec, 2021</b></p>
<p>GTRI Scientist Bryan Gard awarded IRAD to work with our group for 2022 on quantum algorithms!</p>
<p><b>10 Nov, 2021</b></p>
<p>Henry Le Berre (CS) joins the group!</p>
<p><b>3 Nov, 2021</b></p>
<p>Fatima Chrit (advised by A. Alexeev in ME) and Jesus Arias (advised with L. Sankar in AE) are working with our group! Their research is funded in part by GTQA and GTRI.</p>
<p><b>4 Oct, 2021</b></p>
<p>Joint work with MIT SAND group on stable high-order QBMMs <a href="https://arxiv.org/abs/2110.01374" target="_blank">is now on arXiv!</a></p>
<p><b>14 Sept, 2021</b></p>
<p>Spencer gave an invited talk on GPU acceleration of multiphase CFD at <a href="https://www.openacc.org/events/openacc-summit-2021" target="_blank">OpenACC summit!</a> Watch it <a href="https://youtu.be/DgX6ssX2yrg" target="_blank">here</a>.</p>
<p><b>1 Sept, 2021</b></p>
<p>Girish Ganesan (GPU computing) and Sriharsha Kocherla (quantum algorithms) joined the group!</p>
<p><b>15 August, 2021</b></p>
<p>Anand Radhakrishnan (multiphase flow models) and Scott Sims (multiscale time-steppers) joined the group!</p>
<p><b>20 April, 2021</b></p>
<p>Jean’s data assimilation paper was accepted to JMPS, <a href="https://doi.org/10.1016/j.jmps.2021.104455" target="_blank">see it here!</a></p>
<p><b>5 November, 2020</b></p>
<p>Paper on QBMMlib <a href="https://www.sciencedirect.com/science/article/pii/S2352711020303289" target="_blank">was published by SoftwareX</a>. It’s open access, check it out!</p>
<p><b>13 August, 2020</b></p>
<p><a href="https://arxiv.org/abs/2008.05063" target="_blank">Preprint</a> released on QBMMlib, our <a href="https://github.com/comp-physics/QBMMlib" target="_blank">open-source solver</a> for quadrature moment methods!</p>
<p><b>11 August, 2020</b></p>
<p><a href="https://arxiv.org/abs/2008.04410" target="_blank">Preprint</a> submitted on data assimilation for rheometric data!</p>
<p><b>22 May, 2020</b></p>
<p><a href="https://dx.doi.org/10.1017/jfm.2020.432" target="_blank">Paper</a> on near-crevice bubble collapse with N. Adam’s TU Munich group accepted to JFM!</p>
<p><b>2 May, 2020</b></p>
<p><a href="https://dx.doi.org/10.1016/j.cpc.2020.107396" target="_blank">MFC paper</a> accepted to Computer Physics Communications!</p>
</div>
</div>
</div>
</div>
<br/>
<section id="footer">
<div class="container-footer">
<div class="panel-footer">
<div class="row">
<div class="col-sm-3">
<h5>About</h5>
<p><a href="https://cse.gatech.edu/" target="_blank">School of CSE</a><br/> <a href="https://cc.gatech.edu/" target="_blank">College of Computing</a><br/> Georgia Tech
</p>
</div>
<div class="col-sm-3">
<h5>Information</h5>
<p><a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope fa-1x"></i> Email Spencer</a> <br/> <a href="/vacancies.html"><i class="fa fa-users fa-1x"></i> Explore openings</a> <br/> <a href="https://github.com/sbryngelson/academic-website-template"><i class="fab fa-github fa-1x"></i> Site template</a>
</p>
</div>
<div class="col-sm-6">
<!-- <h5>Coordinates</h5> -->
<p><br/> <img src='/images/logopic/logo3.png' width=90% title='This logo was designed by Sydney Bryngelson!'>
</p>
</div>
</div>
<center><p>Last updated on Jan 29, 2025</br>
© 2021-2025 Computational Physics @ GT </p></center>
</div>
</div>
</div>
<script src="/assets/javascript/bootstrap/jquery.min.js"></script>
<!-- <script src="/assets/javascript/popper/dist/umd/popper.min.js"></script> -->
<script src="/assets/javascript/bootstrap/bootstrap.bundle.min.js"></script>
<!-- <script src="/assets/javascript/shb.js"></script> -->
</body>
</html>