likwid icon indicating copy to clipboard operation
likwid copied to clipboard

[BUG] setting verbosity in the marker api happens too late

Open jdomke opened this issue 1 year ago • 0 comments

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.

jdomke avatar Feb 06 '24 02:02 jdomke