Skip to content

Commit 9f5d0ca

Browse files
authored
updated pint.bib using bibbot
1 parent a21c0bd commit 9f5d0ca

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

_bibliography/pint.bib

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7673,6 +7673,18 @@ @unpublished{ArrarasEtAl2025
76737673
year = {2025},
76747674
}
76757675

7676+
@article{ArrarásEtAl2025,
7677+
author = {Arrarás, Andrés and Gaspar, Francisco J. and Jimenez-Ciga, Iñigo and Portero, Laura},
7678+
doi = {10.1016/j.apnum.2025.07.012},
7679+
issn = {0168-9274},
7680+
journal = {Applied Numerical Mathematics},
7681+
month = {July},
7682+
publisher = {Elsevier BV},
7683+
title = {Space-time parallel solvers for reaction-diffusion problems forming Turing patterns},
7684+
url = {http://dx.doi.org/10.1016/j.apnum.2025.07.012},
7685+
year = {2025},
7686+
}
7687+
76767688
@article{BarmanEtAl2025,
76777689
author = {Barman, Abhishek and Khara, Biswajit and Ganapathysubramanian, Baskar and Sharma, Anupam},
76787690
doi = {10.1016/j.jcp.2025.114124},
@@ -7769,10 +7781,10 @@ @unpublished{EngwerEtAl2025
77697781

77707782
@techreport{FalgoutSchroder2025,
77717783
author = {Falgout, Robert D. and Schroder, Jacob B.},
7772-
title = {Parallel Time Integration – An Approaching Paradigm Shift for Scientific Computing},
77737784
institution = {Lawrence Livermore National Laboratory},
7774-
year = {2025},
7785+
title = {Parallel Time Integration – An Approaching Paradigm Shift for Scientific Computing},
77757786
url = {https://github.com/XBraid/xbraid/wiki/papers/pint-proof-2023.pdf},
7787+
year = {2025},
77767788
}
77777789

77787790
@article{FungEtAl2025,
@@ -8031,6 +8043,15 @@ @article{PeterssonEtAl2025b
80318043
year = {2025},
80328044
}
80338045

8046+
@unpublished{RoseEtAl2025,
8047+
abstract = {In the quest for highest performance in scientific computing, we present a novel framework that relies on high-bandwidth communication between GPUs in a compute cluster. The framework offers linear scaling of performance for explicit algorithms that is only limited by the size of the dataset and the number of GPUs. Slices of the dataset propagate in a ring of processes (GPUs) from one GPU, where they are processed, to the next, which results in a parallel-in-time parallelization. The user of the framework has to write GPU kernels that implement the algorithm and provide slices of the dataset. Knowledge about the underlying parallelization strategy is not required because the communication between processes is carried out by the framework. As a case study, molecular dynamics simulation based on the Lennard-Jones potential is implemented to measure the performance for a homogeneous fluid. Single node performance and strong scaling behavior of this framework is compared to LAMMPS, which is outperformed in the strong scaling case.},
8048+
author = {Martin Rose and Simon Homes and Lukas Ramsperger and Jose Gracia and Christoph Niethammer and Jadran Vrabec},
8049+
howpublished = {arXiv:2507.11289v1 [cs.DC]},
8050+
title = {Cyclic Data Streaming on GPUs for Short Range Stencils Applied to Molecular Dynamics},
8051+
url = {http://arxiv.org/abs/2507.11289v1},
8052+
year = {2025},
8053+
}
8054+
80348055
@article{SperryEtAl2025,
80358056
author = {Sperry, Mark Z. and Hwang, John T.},
80368057
doi = {10.1007/s11081-025-09967-y},
@@ -8141,3 +8162,12 @@ @unpublished{ZhangEtAl2025
81418162
url = {http://arxiv.org/abs/2502.02473v1},
81428163
year = {2025},
81438164
}
8165+
8166+
@unpublished{ZhongEtAl2025,
8167+
abstract = {This paper mainly studies a direct time-parallel algorithm for solving time-dependent differential equations of order 1 to 3. Different from the traditional time-stepping approach, we directly solve the all-at-once system from higher-order evolution equations by diagonalization the time discretization matrix $B$. Based on the connection between the characteristic equation and Chebyshev polynomials, we give explicit formulas for the eigenvector matrix $V$ of $B$ and its inverse $V^{-1}$ , and prove that $cond_2\left( V \right) =\mathcal{O} \left( n^3 \right)$, where $n$ is the number of time steps. A fast algorithm $B$ designed by exploring the structure of the spectral decomposition of $B$. Numerical experiments were performed to validate the acceleration performance of the fast spectral decomposition algorithm. The results show that the proposed fast algorithm achieves significant computational speedup.},
8168+
author = {Shun-Zhi Zhong and Yong-Liang Zhao},
8169+
howpublished = {arXiv:2507.05743v1 [math.NA]},
8170+
title = {A direct PinT algorithm for higher-order nonlinear equations},
8171+
url = {http://arxiv.org/abs/2507.05743v1},
8172+
year = {2025},
8173+
}

0 commit comments

Comments
 (0)