From f966dcdbe6be6f94b88347f47253dd6f6db0839f Mon Sep 17 00:00:00 2001 From: George Bisbas Date: Wed, 11 Dec 2024 13:36:32 +0000 Subject: [PATCH] Update citing.qmd --- citing.qmd | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/citing.qmd b/citing.qmd index 2146c76..86cd983 100644 --- a/citing.qmd +++ b/citing.qmd @@ -41,3 +41,16 @@ following papers. doi = {10.5194/gmd-12-1165-2019} } ``` + +Additionally, if you use Devito for distributed runs, you may want to cite the following paper as well: +```bibtex +@misc{bisbas2024automatedmpixcodegeneration, + title={Automated MPI-X code generation for scalable finite-difference solvers}, + author={George Bisbas and Rhodri Nelson and Mathias Louboutin and Fabio Luporini and Paul H. J. Kelly and Gerard Gorman}, + year={2024}, + eprint={2312.13094}, + archivePrefix={arXiv}, + primaryClass={cs.DC}, + url={https://arxiv.org/abs/2312.13094}, +} +```