From ccccb2904cc21e9b9b5ec42161f579471f0e9127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Thu, 26 Jan 2017 15:22:29 +0100 Subject: [PATCH] Typo --- .../software/debuggers/score-p.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/anselm-cluster-documentation/software/debuggers/score-p.md b/docs.it4i/anselm-cluster-documentation/software/debuggers/score-p.md index fb909a773..05fde1970 100644 --- a/docs.it4i/anselm-cluster-documentation/software/debuggers/score-p.md +++ b/docs.it4i/anselm-cluster-documentation/software/debuggers/score-p.md @@ -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. -- GitLab