Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jdomke opened this issue Feb 6, 2024 · 0 comments
Open

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

jdomke opened this issue Feb 6, 2024 · 0 comments

Comments

@jdomke
Copy link
Contributor

jdomke commented Feb 6, 2024

The verbosity level is set here:

if (debugStr != NULL)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant