-
Notifications
You must be signed in to change notification settings - Fork 32
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
miscellaneous fixes #71
base: master
Are you sure you want to change the base?
Conversation
gcongiu
commented
Aug 22, 2023
- use pthread instread of omp in multi_monitor.cpp test
- fix path for hipcc
- use papi@master as default version of papi
- print the test name in run script
Thank you for this! We are deploying E4S 23.08 on a number of systems right now. I will try this updated test and report back here ASAP. |
3c71e6e
to
947ef4d
Compare
@eugeneswalker I added a couple more fixes as I notices the |
- use pthread instread of omp in multi_monitor.cpp test - fix path for hipcc - use papi@master as default version of papi - print the test name in run script
947ef4d
to
cd1c07a
Compare
One problem I just noticed is, we do not as a policy deploy branch versions of packages as part of E4S, so papi@master would not be available in our facility deployments. We only deploy tagged or versioned releases. |
Ok makes sense. We can “suspend” this PR until next Papi release. |
Sounds good. I just converted it to a draft for now. Let us revive ASAP. |
I see that we are releasing e4s with [email protected] now. Are we good to finalize and commit this change (maybe specifying [email protected]: ?) |