Skip to content

Commit 768b90d

Browse files
authored
Update README.md
Clarify flags to Score-P.
1 parent 8c134fd commit 768b90d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ and
5656

5757
There is also a small [HowTo](https://github.com/score-p/scorep_binding_python/wiki) in the wiki.
5858

59-
Since version 0.9 it is possible to pass the traditional Score-P commands to the Score-P bindings, e.g.:
59+
Since version 0.9 it is possible to pass the traditional Score-P instrumentation commands to the Score-P bindings, e.g.:
6060

6161
```
6262
python -m scorep --mpp=mpi --thread=pthread <script.py>
6363
```
6464

65+
Please be aware that these commands are forwarded to `scorep-config`, not to `scorep`. Flags like `--verbose` won't work.
66+
6567
## Instrumenter
6668
The instrumenter ist the key part of the bindings.
6769
It registers with the Python tracing interface, and cares about the fowarding of events to Score-P.

0 commit comments

Comments
 (0)