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

extraneous linkage to libpfm4 #282

Open
dbarry9 opened this issue Nov 13, 2024 · 0 comments
Open

extraneous linkage to libpfm4 #282

dbarry9 opened this issue Nov 13, 2024 · 0 comments
Assignees

Comments

@dbarry9
Copy link
Contributor

dbarry9 commented Nov 13, 2024

In the Makefile for the CUDA component tests, there is the line
PAPILIB += -L../../../libpfm4/lib -lpfm
which is used for linking for each of the tests.

This linkage is not necessary for the CUDA component tests, and it causes an error when the 'perf_event' and 'perf_event_uncore' components are disabled because libpfm4 is not built.

This may exist in other components' tests, as well.

@dbarry9 dbarry9 self-assigned this Nov 13, 2024
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