-
Notifications
You must be signed in to change notification settings - Fork 570
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
Teuchos: obsolete Kokkos include? #13639
Comments
I built Trilinos with complex enabled. I can confirm that the installation does not have |
CC: @ndellingwood, @masterleinad
Sounds like the
But how would that work from the source tree for Kokkos and Teuchos? |
No that's a build and/or install issue. It is intended to work as *or Kokkos::all_libs for that matter |
There are a bunch of uses in
|
I expected that our Trilinos nightlies against Kokkos develop included some sort of smoke tests that involved an install of Trilinos... |
Does the Trilinos CI not test against an install?! |
It does not. |
@bartlettroscoe no it shouldn't be included that way. If you build against an external Kokkos you will need to include it as just "Kokkos_Complex.hpp". |
It looks like Teuchos_ScalarTraits.hpp may be including an obsolete Kokkos header, Kokkos_Complex.hpp:
This is causing some failures in our Albany nightlies: https://sems-cdash-son.sandia.gov/cdash/viewBuildError.php?buildid=313841
@trilinos/teuchos
@trilinos/kokkos
The text was updated successfully, but these errors were encountered: