Skip to content

Commit 11797b0

Browse files
Merge pull request #2688 from devitocodes/add_ieee_link
misc: Switch mpi-x pub to ieee link
2 parents 358d047 + 753fddf commit 11797b0

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

CITATION.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,19 @@ If you publish results using Devito, we would be grateful if you would cite the
3636
```
3737

3838
Additionally, if you use Devito for distributed runs, you may want to cite the following paper as well:
39+
3940
```bibtex
4041
@misc{bisbas2024automatedmpixcodegeneration,
41-
title={Automated MPI-X code generation for scalable finite-difference solvers},
42-
author={George Bisbas and Rhodri Nelson and Mathias Louboutin and Fabio Luporini and Paul H. J. Kelly and Gerard Gorman},
43-
year={2024},
44-
eprint={2312.13094},
45-
archivePrefix={arXiv},
46-
primaryClass={cs.DC},
47-
url={https://arxiv.org/abs/2312.13094},
42+
title={Automated MPI-X code generation for scalable finite-difference solvers},
43+
author={Bisbas, George and Nelson, Rhodri and Louboutin, Mathias and Luporini, Fabio and Kelly, Paul H.J. and Gorman, Gerard},
44+
booktitle={2025 IEEE International Parallel and Distributed Processing Symposium (IPDPS)},
45+
title={Automated MPI-X Code Generation for Scalable Finite-Difference Solvers},
46+
year={2025},
47+
volume={},
48+
number={},
49+
pages={689-701},
50+
keywords={Codes;Source coding;Parallel processing;Throughput;Mathematical models;Hybrid power systems;DSL;Kernel;Tuning;Finite difference methods;DSLs;finite-difference method;symbolic computation;stencil computation;MPI;distributed-memory parallelism;compilation;high-performance computing;CPUs;GPUs},
51+
doi={10.1109/IPDPS64566.2025.00067}
4852
}
4953
```
5054

0 commit comments

Comments
 (0)