Skip to content

Commit 742a1e5

Browse files
committed
correct cmake flag for LIKWID
1 parent 1517631 commit 742a1e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/cpp/performance_monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Run ``likwid-perfctr ./bin/my_example`` to measure the performance of the entire
2323
2424
LIKWID_MARKER_CLOSE;
2525
26-
Set the CMake variable ``MEMILIO_USE_LIKWID=ON`` to enable LIKWID support and run ``likwid-perfctr -m ./bin/my_example``.
26+
Set the CMake variable ``MEMILIO_ENABLE_LIKWID_MARKER=ON`` to enable LIKWID support and run ``likwid-perfctr -m ./bin/my_example``.
2727
For more details see the LIKWID documentation, available `here <https://github.com/RRZE-HPC/likwid/wiki/likwid-perfctr>`_.
2828

2929

0 commit comments

Comments
 (0)