Skip to content
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

White cuda/9.2 + gcc/7.2 warnings triggering errors #1833

Closed
ndellingwood opened this issue Oct 3, 2018 · 1 comment
Closed

White cuda/9.2 + gcc/7.2 warnings triggering errors #1833

ndellingwood opened this issue Oct 3, 2018 · 1 comment
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)

Comments

@ndellingwood
Copy link
Contributor

In the White Jenkins jobs (e.g. Kokkos_develop_white_cuda_92_gcc_720_kepler) there are warnings triggering failures:

03:50:20 /home/jenkins/white/workspace/Kokkos_develop_white_cuda_92_gcc_720_kepler/kokkos/core/src/Cuda/Kokkos_Cuda_Parallel.hpp:1248:32: error: enum constant in boolean context [-Werror=int-in-bool-context]
03:50:20    enum { UseShflReduction = (true && ValueTraits::StaticValueSize) };

This is occurring after allowing -Werror for the Cuda builds in the test_all_sandia script in #1817

@ndellingwood ndellingwood added Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) Blocks Promotion Overview issue for release-blocking bugs labels Oct 3, 2018
@ndellingwood
Copy link
Contributor Author

Fixed in PR #1837; other gcc/7.2 warning fixes scattered in different PRs.

@ndellingwood ndellingwood self-assigned this Oct 4, 2018
@ndellingwood ndellingwood added this to the 2018 September milestone Oct 4, 2018
@ibaned ibaned added bug - fix pushed to develop branch and removed Blocks Promotion Overview issue for release-blocking bugs labels Oct 5, 2018
@crtrott crtrott closed this as completed Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Projects
None yet
Development

No branches or pull requests

3 participants