-
Notifications
You must be signed in to change notification settings - Fork 9
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
#2302: Integrate PAPI in LB data export #2304
base: develop
Are you sure you want to change the base?
Conversation
c8df604
to
28072a8
Compare
This branch needs a lot more testing before it is merged. When I put more than 4 items in |
I also got memory corruption after many tasks when using only 3 items ( |
Also, this PR unconditionally requires PAPI. We need an option that turns on PAPI support instead of failing configure in all cases where PAPI is not found. |
d4caf0d
to
5f491dd
Compare
Before this can be merged, it needs to be refactored so that the user interface for perf is very similar to the existing PAPI interface within |
Fixes #2302