Skip to content

Commit 1378bbc

Browse files
henryleberresbryngelson
authored andcommitted
Co-authored-by: Spencer Bryngelson <shb@gatech.edu>
1 parent 93465dc commit 1378bbc

File tree

2 files changed

+56
-14
lines changed

2 files changed

+56
-14
lines changed

docs/documentation/papers.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Papers
2+
3+
MFC: An open-source high-order multi-component, multi-phase, and multi-scale compressible flow solver. [S. H. Bryngelson, K. Schmidmayer, V. Coralic, K. Maeda, J. Meng, T. Colonius (2021) Computer Physics Communications **266**, 107396](https://doi.org/10.1016/j.cpc.2020.107396)
4+
5+
```bibtex
6+
@article{Bryngelson_2021,
7+
title = {{MFC: A}n open-source high-order multi-component, multi-phase, and multi-scale compressible flow solver},
8+
author = {Spencer H. Bryngelson and Kevin Schmidmayer and Vedran Coralic and Jomela C. Meng and Kazuki Maeda and Tim Colonius},
9+
journal = {Computer Physics Communications},
10+
doi = {10.1016/j.cpc.2020.107396},
11+
year = {2021},
12+
pages = {107396},
13+
}
14+
```
15+
16+
<br/>
17+
18+
Method for scalable and performant GPU-accelerated simulation of multiphase compressible flow. [A. Radhakrishnan, H. Le Berre, B. Wilfong, J.-S. Spratt, M. Rodriguez Jr., T. Colonius, S. H. Bryngelson (2024) Computer Physics Communications **302**, 109238](https://doi.org/10.1016/j.cpc.2024.109238)
19+
20+
```bibtex
21+
@article{Radhakrishnan_2024,
22+
title = {Method for portable, scalable, and performant {GPU}-accelerated simulation of multiphase compressible flow},
23+
author = {A. Radhakrishnan and H. {Le Berre} and B. Wilfong and J.-S. Spratt and M. {Rodriguez Jr.} and T. Colonius and S. H. Bryngelson},
24+
journal = {Computer Physics Communications},
25+
year = {2024},
26+
volume = {302},
27+
pages = {109238},
28+
doi = {10.1016/j.cpc.2024.109238}
29+
}
30+
```
31+
32+
<br/>
33+
34+
Supercomputing 22 (SC'22): Scalable GPU Accelerated Simulation of Multiphase Compressible Flow (A. Radhakrishnan, H. Le Berre, and S. H. Bryngelson). [Archive](https://sc22.supercomputing.org/proceedings/tech_poster/tech_poster_pages/rpost122.html) and [PDF](https://sc22.supercomputing.org/proceedings/tech_poster/poster_files/rpost122s3-file2.pdf).
35+
```bibtex
36+
@inproceedings{radhakrishnan22,
37+
title = {Scalable {GPU} accelerated simulation of multiphase compressible flow},
38+
author = {A. Radhakrishnan and H. {Le Berre} and S. H. Bryngelson},
39+
year = {2022},
40+
booktitle = {The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC)},
41+
address = {Dallas, TX, USA},
42+
pages = {1--3}
43+
}
44+
```

docs/index.html

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,16 @@
197197
this.computer = computer;
198198
}
199199
};
200-
201-
scalings = [
202-
new FScale("res/weakScaling/frontier.svg", "Oak Ridge Frontier"),
203-
new FScale("res/weakScaling/summit.svg", "Oak Ridge Summit")
204-
]
205200

201+
scalings = [
202+
new FScale("res/weakScaling/frontier.svg", "Oak Ridge Frontier (AMD MI250X GPUs)"),
203+
new FScale("res/weakScaling/summit.svg", "Oak Ridge Summit (NVIDIA V100 GPUs)")
204+
];
206205

207-
onHTML(() => {
206+
onHTML(() => {
208207
for (let scl of scalings) {
209208
let container = document.createElement("div");
210-
container.classList.add("flex", "flex-col", "text-white", "rounded", "bg-slate-900", "rounded-b-lg");
209+
container.classList.add("flex", "md:w-2/6", "flex-col", "text-white", "rounded", "bg-slate-900", "rounded-b-lg");
211210

212211
let topdiv = document.createElement("div");
213212
topdiv.classList.add("flex-1", "grid", "bg-white", "pb-2");
@@ -241,7 +240,6 @@
241240
document.getElementById("ft-scaling").appendChild(container);
242241
}
243242
});
244-
245243
</script>
246244
</head>
247245
<body class="flex flex-col min-h-screen bg-slate-900">
@@ -282,9 +280,9 @@
282280
<i class="pr-4 fa-solid fa-book"></i>
283281
<span class="flex-1">Documentation</span>
284282
</a>
285-
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://doi.org/10.1016/j.cpc.2020.107396">
283+
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/md_papers.html">
286284
<i class="pr-4 fa-solid fa-newspaper"></i>
287-
<span class="flex-1">Primary Paper</span>
285+
<span class="flex-1">Papers</span>
288286
</a>
289287
</div>
290288
</div>
@@ -297,7 +295,7 @@ <h1 class="flex-1 flex flex-col justify-center gap-y-4">
297295
<div class="text-xl md:text-2xl font-extrabold">
298296
Featured Simulations
299297
</div>
300-
298+
301299
<!--
302300
<div class="text-sm md:text-md text-justify">
303301
A small collection of visualizations of simulations completed using MFC.
@@ -308,13 +306,13 @@ <h1 class="flex-1 flex flex-col justify-center gap-y-4">
308306
<!-- ... -->
309307
</div>
310308
</div>
311-
<div class="weak-scaling flex-col gap-4">
309+
<div class="weak-scaling flex flex-col gap-4">
312310
<h1 class="flex-1 flex flex-col justify-center gap-y-4">
313311
<div class="text-xl md:text-2xl font-extrabold">
314312
Weak Scaling Results
315313
</div>
316314
</h1>
317-
<div id="ft-scaling" class="flex-1 grid grid-cols-1 md:grid-cols-2 gap-8">
315+
<div id="ft-scaling" class="flex-1 flex flex-col md:flex-row gap-8 md:justify-around">
318316
<!-- ... -->
319317
</div>
320318
</div>
@@ -324,7 +322,7 @@ <h1 class="flex-1 flex flex-col justify-center gap-y-4">
324322
Contributors
325323
</div>
326324
</h1>
327-
325+
328326
<div id="ft-contrib" class="rounded">
329327
<!-- ... -->
330328
</div>

0 commit comments

Comments
 (0)