@@ -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=`<intvalue> 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.