From 43ea17458c7610bf498621cfe3fce0fce394bbe9 Mon Sep 17 00:00:00 2001 From: Ondrej Vysocky <ondrej.vysocky@vsb.cz> Date: Tue, 8 Aug 2023 16:51:03 +0200 Subject: [PATCH] FIX markdown syntax #1 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e9ab728..3569588 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ The functionality of a selected library, that is not covered by these functions, * [mpiP](https://code.it4i.cz/energy-efficiency/instrumentapi#mpip-api), compile with `-DUSE_MPIP` * [Extrae](https://code.it4i.cz/energy-efficiency/instrumentapi#extrae-api), compile with `-DUSE_EXTRAE` * [LIKWID](https://code.it4i.cz/energy-efficiency/instrumentapi#likwid-api), compile with `-DUSE_LIKWID`, in case of OpenMP applications, include the header after omp.h - - * Alternatively, it is possible to compile with `-DUSE_TIME_MEASUREMENT` to get just runtime measurement of the instrumented regions. C applications compile with `-DINSTRUMENT_STACK_SIZE=`<int value> to specify nesting region level (default 20). + * Alternatively, it is possible to compile with `-DUSE_TIME_MEASUREMENT` to get just runtime measurement of the instrumented regions. C applications compile with `-DINSTRUMENT_STACK_SIZE=20` to specify nesting region level (default 20). When none of mentioned compiler flags is used, no instrumentation is inserted. List of supported libraries is based on [OpenHPC](https://openhpc.community/) and [READEX](https://www.readex.eu/) projects. The list can be easily exteded for any library, just by providing your definition of the shared API functions. -- GitLab