|
14 | 14 | <meta charset="UTF-8"> |
15 | 15 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
17 | | - <title>MFC | Home</title> |
18 | | - <meta name="description" content="MFC is an exascale multiphysics CFD solver maintained by the research groups of Profs. Bryngelson and Colonius." /> |
19 | | - <meta name=”keywords” content="exascale, fluid dynamics, cfd, computational fluid dynamics, compressible, hpc, bryngelson, colonius, subgrid, multiphase, frontier, summit, el capitan, aurora, amd gpu, gpu, nvidia"/> |
| 17 | + <title>MFC | Exascale Multiphase Flow Solver</title> |
| 18 | + <meta name="description" content="MFC is an open-source exascale multiphase flow solver and 2025 Gordon Bell Prize Finalist. Scales to 200+ trillion grid points on 43,000+ GPUs." /> |
| 19 | + <meta name="keywords" content="exascale, fluid dynamics, cfd, computational fluid dynamics, compressible, hpc, bryngelson, colonius, subgrid, multiphase, frontier, summit, el capitan, aurora, amd gpu, gpu, nvidia, gordon bell"/> |
| 20 | + <meta property="og:title" content="MFC - Exascale Multiphase Flow Solver" /> |
| 21 | + <meta property="og:description" content="Open-source exascale multiphase flow solver. 2025 Gordon Bell Prize Finalist. Scales to 200+ trillion grid points on 43,000+ GPUs." /> |
| 22 | + <meta property="og:image" content="https://mflowcode.github.io/res/banner.png" /> |
| 23 | + <meta property="og:url" content="https://mflowcode.github.io" /> |
| 24 | + <meta property="og:type" content="website" /> |
| 25 | + <meta name="twitter:card" content="summary_large_image" /> |
20 | 26 | <script src="https://cdn.tailwindcss.com"></script> |
21 | 27 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
22 | 28 | <link rel="icon" type="image/x-icon" href="res/icon.ico"> |
23 | 29 | <script> |
24 | 30 | const sims = [ |
25 | | - { name: "Viscous Taylor-Green vortex", image: "res/simulations/h.png", computer: "Delta", accelerators: "128 A100s", walltime: "17h", source: "https://vimeo.com/1019922003?share=copy" }, |
26 | | - { name: "Shedding water droplet", image: "res/simulations/a.png", computer: "Summit", accelerators: "960 V100s", walltime: "4h", source: "https://player.vimeo.com/video/905208069" }, |
27 | | - { name: "Flow over an airfoil (vorticity)", image: "res/simulations/g.png", computer: "Delta", accelerators: "128 A100s", walltime: "19h", source: "https://vimeo.com/917305340/c05fd414c8?share=copy" }, |
| 31 | + { name: "Viscous Taylor-Green vortex", image: "res/simulations/h.png", computer: "Delta", accelerators: "128 A100s", walltime: "17h", source: "https://www.youtube.com/watch?v=7i2h08dlDQw" }, |
| 32 | + { name: "Shedding water droplet", image: "res/simulations/a.png", computer: "Summit", accelerators: "960 V100s", walltime: "4h", source: "https://www.youtube.com/watch?v=Gjj-qZkXcrg" }, |
| 33 | + { name: "Flow over an airfoil (vorticity)", image: "res/simulations/g.png", computer: "Delta", accelerators: "128 A100s", walltime: "19h", source: "https://www.youtube.com/watch?v=FvAgnBW59cY" }, |
28 | 34 | { name: "Cavitation fragments kidney stone", image: "res/simulations/d.png", computer: "Summit", accelerators: "576 V100s", walltime: "30 min", source: "https://doi.org/10.48550/arXiv.2305.09163" }, |
29 | | - { name: "Breakup of vibrated interface", image: "res/simulations/f.png", computer: "Summit", accelerators: "128 V100s", walltime: "4h", source: "https://player.vimeo.com/video/922022757" }, |
30 | | - { name: "Mach 2 flow over a sphere", image: "res/simulations/i.png", computer: "Phoenix", accelerators: "36 V100s", walltime: "30m", source: "https://vimeo.com/1020775531?share=copy" }, |
31 | | - { name: "Mach 2 shear layer", image: "res/simulations/j.png", computer: "Phoenix", accelerators: "32 V100s", walltime: "15m", source: "https://vimeo.com/1020775541?share=copy" }, |
| 35 | + { name: "Breakup of vibrated interface", image: "res/simulations/f.png", computer: "Summit", accelerators: "128 V100s", walltime: "4h", source: "https://www.youtube.com/watch?v=XQ3g1oSg8mc" }, |
| 36 | + { name: "Mach 2 flow over a sphere", image: "res/simulations/i.png", computer: "Phoenix", accelerators: "36 V100s", walltime: "30m", source: "https://www.youtube.com/watch?v=HQGSUvYEGqM" }, |
| 37 | + { name: "Mach 2 shear layer", image: "res/simulations/j.png", computer: "Phoenix", accelerators: "32 V100s", walltime: "15m", source: "https://www.youtube.com/watch?v=GtcdCHLmJO8" }, |
32 | 38 | { name: "Collapsing bubbles (pressure)", image: "res/simulations/b.png", computer: "Summit", accelerators: "216 V100s", walltime: "3h", source: "https://doi.org/10.48550/arXiv.2305.09163" }, |
33 | 39 | { name: "Collapsing bubbles (streamlines)", image: "res/simulations/c.png", computer: "Summit", accelerators: "216 V100s", walltime: "3h", source: "https://doi.org/10.48550/arXiv.2305.09163" }, |
34 | 40 | ]; |
35 | 41 |
|
36 | 42 | const scalings = [ |
37 | | - { image: "res/weakScaling/frontier.svg", label: "Oak Ridge Frontier (AMD MI250X GPUs)" }, |
38 | | - { image: "res/weakScaling/summit.svg", label: "Oak Ridge Summit (NVIDIA V100 GPUs)" }, |
| 43 | + { image: "res/weakScaling/weakscaling.png", label: "Weak scaling on El Capitan (MI300A), Frontier (MI250X), and Alps (GH200)" }, |
39 | 44 | ]; |
40 | 45 |
|
41 | 46 | document.addEventListener("DOMContentLoaded", () => { |
|
71 | 76 | `).join(""); |
72 | 77 |
|
73 | 78 | document.getElementById("ft-scaling").innerHTML = scalings.map(s => ` |
74 | | - <div class="flex md:w-2/6 flex-col text-white rounded bg-slate-900 rounded-b-lg"> |
| 79 | + <div class="flex md:w-2/6 mx-auto flex-col text-white rounded bg-slate-900 rounded-b-lg"> |
75 | 80 | <div class="flex-1 grid bg-white pb-2"> |
76 | 81 | <img class="place-self-center" src="${s.image}" alt="${s.label}"> |
77 | 82 | </div> |
|
118 | 123 | <div class="w-full flex flex-col gap-4"> |
119 | 124 | <img src="res/banner.png" class="h-20 md:h-24 mx-auto"> |
120 | 125 | </div> |
121 | | - <div class="w-full flex flex-col text-white text-md md:text-lg text-justify font-semibold"> |
| 126 | + <div class="w-full flex flex-col text-white text-md md:text-lg text-justify font-semibold gap-3"> |
122 | 127 | An exascale compressible multiphase and multiphysics flow code. |
| 128 | + <span class="text-amber-400 text-sm md:text-base font-bold"> |
| 129 | + 2025 Gordon Bell Prize Finalist - 200+ trillion grid points on 43,000+ GPUs |
| 130 | + </span> |
123 | 131 | </div> |
124 | 132 | </div> |
125 | 133 | <div class="flex mx-auto"> |
126 | | - <div class="justify-center grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-x-4 md:gap-x-8 text-md md:text-xl text-center text-white font-medium"> |
| 134 | + <div class="justify-center grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-x-4 md:gap-x-8 text-md md:text-xl text-center text-white font-medium"> |
127 | 135 | <a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://github.com/MFlowCode/MFC"> |
128 | 136 | <i class="pr-4 fa-brands fa-github"></i> |
129 | 137 | <span class="flex-1">GitHub</span> |
|
147 | 155 | <i class="pr-4 fa-solid fa-newspaper"></i> |
148 | 156 | <span class="flex-1">Papers</span> |
149 | 157 | </a> |
| 158 | + <a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://www.youtube.com/@MFCode" target="_blank"> |
| 159 | + <i class="pr-4 fa-brands fa-youtube"></i> |
| 160 | + <span class="flex-1">YouTube</span> |
| 161 | + </a> |
150 | 162 | </div> |
151 | 163 | </div> |
152 | 164 | </div> |
@@ -198,7 +210,7 @@ <h1 class="flex-1 flex flex-col justify-center gap-y-4"> |
198 | 210 | </div> |
199 | 211 | <div class="text-justify flex-1 text-xs md:text-sm text-neutral-300"> |
200 | 212 | Multiple federal sponsors have supported MFC development, including the US Department of Defense (DOD), the National Institutes of Health (NIH), the Department of Energy (DOE), and the National Science Foundation (NSF). |
201 | | - MFC computations use OLCF Frontier, Summit, and Wombat; LLNC LC Tuolumne and Lassen; and many ACCESS-CI systems |
| 213 | + MFC computations use OLCF Frontier, Summit, and Wombat; LLNL El Capitan, Tuolumne, and Lassen; and many ACCESS-CI systems |
202 | 214 | </div> |
203 | 215 | </div> |
204 | 216 | </body> |
|
0 commit comments