Skip to content

Commit b5f3bc0

Browse files
committed
deploy: 6b22060
1 parent 3d2cd35 commit b5f3bc0

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

references/index.html

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,6 +1626,101 @@ <h2 id="year2024" class="year">2024 <span class="count-stat"></span></h2>
16261626
</div>
16271627

16281628

1629+
</div>
1630+
</li>
1631+
<li><div class="bibtex-entry-container">
1632+
<div>
1633+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
1634+
<div class="row">
1635+
<div class="col-md-12 ref-label label label-default">
1636+
MuralikrishnanEtAl2024
1637+
</div>
1638+
</div>
1639+
</div>
1640+
1641+
<div class="bibtex-ref-entry">
1642+
<span id="MuralikrishnanEtAl2024">S. Muralikrishnan and R. Speck, “ParaPIF: A Parareal Approach for Parallel-in-Time Integration of Particle-in-Fourier schemes,” arXiv:2407.00485v1 [math.NA], 2024 [Online]. Available at: <a href="http://arxiv.org/abs/2407.00485v1" target="_blank">http://arxiv.org/abs/2407.00485v1</a></span>
1643+
</div>
1644+
1645+
1646+
<div class="row mt-4">
1647+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
1648+
<div class="btn-group btn-group-xs" role="group">
1649+
1650+
<button class="button" data-toggle="modal" data-target="#modalMuralikrishnanEtAl2024Bibtex" aria-expanded="false"
1651+
aria-controls="modalMuralikrishnanEtAl2024Bibtex">
1652+
BibTeX
1653+
</button>
1654+
1655+
</div>
1656+
<div class="btn-group btn-group-xs" role="group">
1657+
1658+
<button class="button" data-toggle="modal" data-target="#modalMuralikrishnanEtAl2024Abstract" aria-expanded="false"
1659+
aria-controls="modalMuralikrishnanEtAl2024Abstract">
1660+
Abstract
1661+
</button>
1662+
1663+
</div>
1664+
</div>
1665+
</div>
1666+
</div>
1667+
1668+
<div class="modal" id="modalMuralikrishnanEtAl2024Bibtex" tabindex="-1" role="dialog"
1669+
aria-labelledby="modalMuralikrishnanEtAl2024BibtexTitle" aria-hidden="true">
1670+
<div class="modal-background">
1671+
<div class="modal-card">
1672+
<div class="modal-content">
1673+
<header class="modal-card-head">
1674+
<div class="modal-card-head-content">
1675+
<div>
1676+
<p class="modal-card-title" id="modalMuralikrishnanEtAl2024BibtexTitle">
1677+
BibTeX entry <code>MuralikrishnanEtAl2024</code>
1678+
</p>
1679+
</div>
1680+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1681+
aria-hidden="true">&times;</span></button>
1682+
</div>
1683+
</header>
1684+
<section class="modal-card-body">
1685+
<pre class="abstract">@unpublished{MuralikrishnanEtAl2024,
1686+
author = {Muralikrishnan, Sriramkrishnan and Speck, Robert},
1687+
howpublished = {arXiv:2407.00485v1 [math.NA]},
1688+
title = {ParaPIF: A Parareal Approach for Parallel-in-Time Integration of Particle-in-Fourier schemes},
1689+
url = {http://arxiv.org/abs/2407.00485v1},
1690+
year = {2024}
1691+
}
1692+
</pre>
1693+
</section>
1694+
</div>
1695+
</div>
1696+
</div>
1697+
</div>
1698+
1699+
1700+
<div class="modal" id="modalMuralikrishnanEtAl2024Abstract" tabindex="-1" role="dialog"
1701+
aria-labelledby="modalMuralikrishnanEtAl2024AbstractTitle" aria-hidden="true">
1702+
<div class="modal-background">
1703+
<div class="modal-card">
1704+
<div class="modal-content">
1705+
<header class="modal-card-head">
1706+
<div class="modal-card-head-content">
1707+
<div>
1708+
<p class="modal-card-title" id="modalMuralikrishnanEtAl2024AbstractTitle">
1709+
Abstract for BibTeX entry <code>MuralikrishnanEtAl2024</code>
1710+
</p>
1711+
</div>
1712+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1713+
aria-hidden="true">&times;</span></button>
1714+
</div>
1715+
</header>
1716+
<section class="modal-card-body">
1717+
We propose ParaPIF, a parareal based time parallelization scheme for the particle-in-Fourier (PIF) discretization of the Vlasov-Poisson system used in kinetic plasma simulations. Our coarse propagators are based on the coarsening of the numerical discretization scheme combined with, if possible, temporal coarsening rather than coarsening of particles and/or Fourier modes, which are not possible or effective for PIF schemes. Specifically, we use PIF with a coarse tolerance for nonuniform FFTs or even the standard particle-in-cell schemes as coarse propagators for the ParaPIF algorithm. We state and prove the convergence of the algorithm and verify the results numerically with Landau damping, two-stream instability, and Penning trap test cases in 3D-3V. We also implement the space-time parallelization of the PIF schemes in the open-source, performance-portable library IPPL and conduct scaling studies up to 1536 A100 GPUs on the JUWELS booster supercomputer. The space-time parallelization utilizing the ParaPIF algorithm for the time parallelization provides up to 4-6 times speedup compared to spatial parallelization alone and achieves a push rate of around 1 billion particles per second for the benchmark plasma mini-apps considered.
1718+
</section>
1719+
</div>
1720+
</div>
1721+
</div>
1722+
</div>
1723+
16291724
</div>
16301725
</li>
16311726
<li><div class="bibtex-entry-container">

0 commit comments

Comments
 (0)