-
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
Pipelines resultsPR tests (gcc-12, ubuntu, mpich, verbose) Build for 690613e (2024-06-12 19:26:21 UTC)
PR tests (gcc-12, ubuntu, mpich, verbose, kokkos) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (gcc-9, ubuntu, mpich, zoltan, json schema test) Build for 08045af (2024-12-05 13:50:36 UTC)
PR tests (gcc-8, ubuntu, mpich, address sanitizer) Build for 08045af (2024-12-05 13:50:36 UTC)
PR tests (gcc-10, ubuntu, openmpi, no LB) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (clang-13, alpine, mpich) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (clang-9, ubuntu, mpich) Build for eed6191 (2024-12-12 19:46:33 UTC)
PR tests (clang-10, ubuntu, mpich) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (clang-13, ubuntu, mpich) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (clang-12, ubuntu, mpich) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (clang-14, ubuntu, mpich, verbose) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (clang-11, ubuntu, mpich) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (nvidia cuda 11.2, gcc-9, ubuntu, mpich) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (nvidia cuda 12.2.0, gcc-9, ubuntu, mpich, verbose) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (intel icpx, ubuntu, mpich, verbose) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (intel icpc, ubuntu, mpich) Build for 66fe44c (2024-12-12 22:07:07 UTC)
PR tests (gcc-9, ubuntu, mpich, zoltan) Build for 66fe44c (2024-12-12 22:07:07 UTC)
|
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 |
172aa20
to
fd80626
Compare
ceb3341
to
eed6191
Compare
When I try to build the container manually for gcc-14 with ubuntu 24.04, I get this error:
Any ideas? |
Fixes #2302