Skip to content

Commit 65b6ed3

Browse files
committed
add paper to README
1 parent 381820c commit 65b6ed3

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ scorep is a module that allows tracing of python scripts using [Score-P](https:/
2121
- [Compatibility](#compatibility)
2222
* [Working](#working)
2323
* [Not Working](#not-working)
24+
- [Citing](#citing)
2425
- [Acknowledgments](#acknowledgments)
2526

26-
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
27+
<!-- <small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small> -->
2728

2829
# Install
2930
You need at least Score-P 5.0, build with `--enable-shared` and the gcc compiler plugin.
@@ -262,6 +263,19 @@ Please be aware the `--user` is always passed to Score-P, as this is needed for
262263
* python multiprocessing
263264
* Score-P does currently only support MPI or SHMEM. Any other multiprocessing approach cannot be traced.
264265
* tracking `importlib.reload()`
265-
266+
267+
# Citing
268+
269+
If you publish some work using the python bindings, we would appriciate, if you could cite the following paper:
270+
271+
```
272+
Gocht, A.; Schöne, R. & Frenzel, J.
273+
Advanced Python Performance Monitoring with Score-P
274+
Tools for High Performance Computing 2019, Springer International Publishing, to appear
275+
```
276+
277+
A preprint can be found at:
278+
http://arxiv.org/abs/2010.15444
279+
266280
# Acknowledgments
267281
The European Union initially supported this work as part of the European Union’s Horizon 2020 project READEX (grant agreement number 671657).

0 commit comments

Comments
 (0)