Skip to content

Commit f33b507

Browse files
committed
Update publication.
1 parent 02147c8 commit f33b507

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,20 @@ If you have a code that is differentiated with a serial AD tool and parallelize
2626
## Publication
2727

2828
For further details about OpDiLib's design, features and modes of operation, please refer to our publication
29-
[Event-Based Automatic Differentiation of OpenMP with OpDiLib](https://arxiv.org/abs/2102.11572).
29+
[Event-Based Automatic Differentiation of OpenMP with OpDiLib](https://doi.org/10.1145/3570159).
3030
If you use OpDiLib in one of your applications and write a paper, please cite us!
3131

3232
~~~~{.txt}
33-
@misc{BluehdornSG2021,
33+
@article{BluehdornSG2021,
3434
title = {{Event-Based Automatic Differentiation of OpenMP with OpDiLib}},
3535
author = {Bl{\"u}hdorn, Johannes and Sagebaum, Max and Gauger, Nicolas R.},
36-
url = {https://arxiv.org/abs/2102.11572},
37-
year = {2021},
38-
note={Preprint arXiv:2102.11572}
36+
doi = {10.1145/3570159},
37+
year = {2022},
38+
month = {nov},
39+
journal = {ACM Transactions on Mathematical Software},
40+
publisher = {Association for Computing Machinery},
41+
address = {New York, NY, USA},
42+
note = {Just Accepted}
3943
}
4044
~~~~
4145

0 commit comments

Comments
 (0)