-
Notifications
You must be signed in to change notification settings - Fork 42
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
Make compile -Wall/-Werror proof #653
Conversation
@tepperly do you want us to take over the remaining work needed to merge this PR? |
CMakeLists.txt
Outdated
@@ -1,11 +1,12 @@ | |||
cmake_minimum_required (VERSION 3.18) | |||
|
|||
set(CMAKE_CXX_STANDARD 14) | |||
set(CMAKE_CXX_STANDARD 17) |
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.
@tepperly To minimize disruptions on our users, I would like to keep this at 14. Would cmake-ing HiOp with -DCMAKE_CXX_STANDARD=17
work on your end?
faf62b7
to
55413e7
Compare
* try to fix the CI tests on github * try to fix the CI tests on github * add deepcheck * pass quartz CI * build on lassen * remove some unused var * fix PNNL CI v1 * try to fix ginkgo issue
55413e7
to
43c872d
Compare
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.
@cnpetra I think this PR is ready.
NY_202309:
This PR replaces PR #646
CLOSE #646