-
Notifications
You must be signed in to change notification settings - Fork 572
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
MueLu: Build error with experimental kokkos-kernels option on #1660
Comments
That is a tpetra issue not a Xpetra or MueLu issue, the include in the tpetra file needs to be fixed. |
Maybe related to this? kokkos/kokkos-kernels#53 |
Yeah the file was renamed to KokkosSparse_spgemm.hpp i believe , and apparently we didn't catch this include. |
Also maybe this should now be enabled by default ... |
it's a kokkos-kernels issue, since kokkos-kernels broke backwards compatibility. would have been nice if Trilinos had a nightly test for this though :) |
Yeah but now it is a Tpetra issue, because it is what needs to change ;-), and yeah technically there are tests but apparently -D KokkosKernels_ENABLE_Experimental:BOOL=ON is not set by any of them. |
Sorry, I was not aware the call was wrapped with experimental flags. My commit should fix this now, and I removed experimental flags. |
Yes, only when the execution space is openmp. |
Can confirm @mndevec that that's what we getting in MueLu. |
@mndevec Thanks for clarifying! |
@trilinos/muelu @trilinos/xpetra
@DrBooom reports:
With these three CMake options turned on:
I get this error:
I don't get this build error with the options disabled.
The text was updated successfully, but these errors were encountered: