File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2930You 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
267281The European Union initially supported this work as part of the European Union’s Horizon 2020 project READEX (grant agreement number 671657).
You can’t perform that action at this time.
0 commit comments