Skip to content
Snippets Groups Projects
Commit 43ea1745 authored by Ondrej Vysocky's avatar Ondrej Vysocky
Browse files

FIX markdown syntax #1

parent b21ac296
No related branches found
No related tags found
No related merge requests found
Pipeline #33408 failed
......@@ -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.
......
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