-
Notifications
You must be signed in to change notification settings - Fork 99
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
Pervasive build failures on geminga (Trilinos' Version of Kokkos-Kernels) #347
Labels
Comments
csiefer2
changed the title
Pervasive build failures on geminga
Pervasive build failures on geminga (Trilinos' Version of Kokkos-Kernels)
Nov 21, 2018
As per @ndellingwood Kokkos-Kernels will not build if TPL_ENABLE_BLAS is disabled when CUBLAS is enabled. |
See these lines of code: |
Suggested fix: After this line, enable BLAS if not enabled. That is
|
Solved in #348. |
ndellingwood
added a commit
to ndellingwood/Trilinos
that referenced
this issue
Dec 5, 2018
When CUBLAS=ON set BLAS=ON if not explicitly enabled. See kokkos/kokkos-kernels#347
tjfulle
pushed a commit
to tjfulle/Trilinos
that referenced
this issue
Dec 6, 2018
When CUBLAS=ON set BLAS=ON if not explicitly enabled. See kokkos/kokkos-kernels#347
ndellingwood
added
InDevelop
bug develop-only
bug fixed-in-develop
and removed
bug develop-only
labels
Dec 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bunch of the print_specialization functions are only defined if KOKKOSKERNELS_ENABLE_TPL_BLAS is enabled, yet are used if
KOKKOSKERNELS_ENABLE_TPL_CUBLAS is enabled.
This leads to pervasive build failures. If both of these really need to be enabled to make the code work, this mismatch should be detected at configure time.
See:
https://testing.sandia.gov/cdash/viewBuildError.php?buildid=4197910
The text was updated successfully, but these errors were encountered: