We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c134fd commit 768b90dCopy full SHA for 768b90d
1 file changed
README.md
@@ -56,12 +56,14 @@ and
56
57
There is also a small [HowTo](https://github.com/score-p/scorep_binding_python/wiki) in the wiki.
58
59
-Since version 0.9 it is possible to pass the traditional Score-P commands to the Score-P bindings, e.g.:
+Since version 0.9 it is possible to pass the traditional Score-P instrumentation commands to the Score-P bindings, e.g.:
60
61
```
62
python -m scorep --mpp=mpi --thread=pthread <script.py>
63
64
65
+Please be aware that these commands are forwarded to `scorep-config`, not to `scorep`. Flags like `--verbose` won't work.
66
+
67
## Instrumenter
68
The instrumenter ist the key part of the bindings.
69
It registers with the Python tracing interface, and cares about the fowarding of events to Score-P.
0 commit comments