-
Notifications
You must be signed in to change notification settings - Fork 232
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] perfctr crashes on a64fx #599
Comments
note: using FCC results in similar crashes |
The issue results from having disabled cores in a 24-core version of A64FX (the chip has all 48 nodes, but only 24 are active). Unlike on Intel/AMD the kernel does not properly mask/map the coreIDs to be consecutive. Visible here:
for one of the CMGs of the chip. I was able to "fix" this part with
but it will only move the error to other parts of the code. I think likwid has severe issues when cores, sockets, cachedomains, etc. are not in idea conditions. |
Should be fixed with #603. |
Describe the bug
likwid-perfctr throws different Aborted (core dumped) errors depending on runtime of the sleep command
To Reproduce
** see above
** v5.3.0 tag compiled with GCCARMv8 and ACCESSMODE=direct
** RHEL 8.8 (Ootpa)
To Reproduce with a LIKWID command
Please supply the output of the command with
-V 3
added to the command:The text was updated successfully, but these errors were encountered: