Skip to content

Commit 5567735

Browse files
authored
Update README.md
State more precisely what `--nocompiler` is doing.
1 parent d1f5571 commit 5567735

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
@@ -236,12 +236,14 @@ The traditional `--mpi` does still work, and is similar to the following call:
236236
python -m scorep --compiler --thread=pthread --mpp=mpi <script.py>
237237
```
238238

239-
To disable compiler instrumentation, please specify:
239+
To disable compiler interface, please specify:
240240

241241
```
242242
python -m scorep --nocompiler <script.py>
243243
```
244244

245+
However, this will not remove any compiler instrumentation in any binary.
246+
245247
For other thread schemes just specify `--thread=<something>`.
246248
E.g. :
247249

0 commit comments

Comments
 (0)