likwid
likwid copied to clipboard
[BUG] setting verbosity in the marker api happens too late
The verbosity level is set here: https://github.com/RRZE-HPC/likwid/blob/2054ecfb1b3b318742880d3caba935b88b55ecf3/src/libperfctr.c#L202 but a few lines before that the following 4 calls happen
topology_init();
numa_init();
affinity_init();
hashTable_init();
and even with -V 3 and/or export LIKWID_DEBUG=3 the debug information from within those 4 calls is missing from the logs.