Skip to content
Snippets Groups Projects
Commit ccccb290 authored by David Hrbáč's avatar David Hrbáč
Browse files

Typo

parent 8d2eb094
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!67Remark
Pipeline #
......@@ -43,7 +43,7 @@ Usually your program is compiled using a Makefile or similar script, so it advis
It is important that scorep is prepended also to the linking command, in order to link with Score-P instrumentation libraries.
\###Manual instrumentation using API calls
### Manual instrumentation using API calls
To use this kind of instrumentation, use scorep with switch --user. You will then mark regions to be instrumented by inserting API calls.
......@@ -76,7 +76,7 @@ An example in C/C++ :
Please refer to the [documentation for description of the API](https://silc.zih.tu-dresden.de/scorep-current/pdf/scorep.pdf).
\###Manual instrumentation using directives
### Manual instrumentation using directives
This method uses POMP2 directives to mark regions to be instrumented. To use this method, use command scorep --pomp.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment