-
Notifications
You must be signed in to change notification settings - Fork 49
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
[RAJAPerf] updated build/run script #1154
base: aomp-dev
Are you sure you want to change the base?
Conversation
Updated script to use the latest version of RAJAPerf. It contains a bug fix for the build error we currently observe. Another bug ticket is still open (LLNL/RAJAPerf#493). !!! Requires cmake version 3.23 !!!!
The latest version of RAJAPerf requires CMake v3.23? |
A dependency (RAJA) requires CMake v3.23. |
I plan on updating our cmake to 3.25.2 for the next release to support Ubuntu 24.04. |
Since, AOMP is shipped with CMake 3.25.2 now, this patch is ready to land. |
Does AOMP auto-update the CMake that is installed or do people need to do that manually? |
I think build_aomp.sh downloads, installs, and sets path to the right cmake version if it doesn't find it in the system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the conversation this sounds it's ready to land.
Updated the script to build the latest version of RAJAPerf. It contains a bug fix for the build error we are currently observing. Another bug ticket is still open (LLNL/RAJAPerf#493).
!!! Requires cmake version 3.23 !!!!