-
Notifications
You must be signed in to change notification settings - Fork 230
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
Unable to Access Uncore Counters on SPR #633
Comments
I havn't tested LIKWID with capabilities for a long time, especially not on SPR. I remember that they where hard to configure correctly. Quick guess, remove the capabilities from all except In order to set the capabilities you probably had root privileges. Try an installation with You should get some better understanding where it fails with debugging mode |
Thank you for the reply! I just rebuilt with
As a result I also examined the syslog:
Capabilities |
Have you tried |
According to our tests, the additional
|
Does likwid-accessD have root-suid permissions? If not, there is not much sense in using the access daemon at all. Its purpose is to perform security checks before accessing. In either access daemon or direct case, it is still possible to make it work. All you need is appropriate rw permissions not only on |
Hi,
I am trying to run likwid 5.3 on an SPR machine with a fairly new version of linux (5.15 from
uname -a
). I have followed the steps in build instructions, including the boot option and capabilities. Secure boot is off.boot option:
capabilities (I have set them all):
msrs:
I have tried
accessdeamon
mode anddirect
mode, howeverlikwid-perfctr -e
gives out only core counters, but no uncore counters. I also triedlikwid-perfctr -C 0 -g MEM ls
as a test, and the results shows no info for memory, but with an error message (indirect
mode):likwid-perfctr -i
gives out information like this:Can you shed some light on how to proceed? Thank you!
The text was updated successfully, but these errors were encountered: