-
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
try to fix the CI tests on github #654
try to fix the CI tests on github #654
Conversation
@tepperly @cnpetra Please feel free to review the changes. It works fine on LLNL CI, pass all the tests with/without CUDA, RAJA, OPENMP, MPI. However, right now it cannot pass PNNL CI due to a narrowing conversion when Ginkgo is used. I have opened a new issue for that, and I will pin @pelesh for further investigation. |
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.
LGTM (I only checked the changes to the Ginkgo interface)
in interest of time I am merging this... |
* 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
* 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
* Try resolving issues discovered with -Wall -Werror * Remove unused private data members, resolve overridden virtual functions * try to fix the CI tests on github (#654) * 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 * create branch, switch to cpp14 (#661) * rebase and fix issues introduced by rebase --------- Co-authored-by: Nai-Yuan Chiang <[email protected]> Co-authored-by: nychiang <[email protected]>
some other files that need to be fixed in order to pass the CI tests.
remove some [[maybe_unused]] suggested by Tom
based on #653
@tepperly