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

Makefiles for test and examples have issues in Cuda when CXX is not explicitly specified #497

Closed
crtrott opened this issue Oct 23, 2016 · 0 comments
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Milestone

Comments

@crtrott
Copy link
Member

crtrott commented Oct 23, 2016

Some of the changes we did recently pulled the inclusion of Makefile.kokkos before the point where CXX is set if it was not explicitly specified. That lead to Makefile.kokkos being evaluated with CXX being g++ even for Cuda builds. As a consequence all kinds of things went wrong.

@crtrott crtrott added the Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) label Oct 23, 2016
@crtrott crtrott added this to the Fall 2016 milestone Oct 23, 2016
@crtrott crtrott self-assigned this Oct 23, 2016
@crtrott crtrott closed this as completed Oct 30, 2016
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

1 participant