Skip to content
Snippets Groups Projects
Commit 1a9a0f6b authored by Pavel Jirásek's avatar Pavel Jirásek
Browse files

Merge branch 'remark' of gitlab.it4i.cz:it4i-admins/docs.it4i into remark

parents a2457b15 ccccb290
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ Usually your program is compiled using a Makefile or similar script, so it advis ...@@ -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. 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. 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++ : ...@@ -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). 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. 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