-
Notifications
You must be signed in to change notification settings - Fork 0
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
datatransferkit build error. #214
datatransferkit build error. #214
Comments
This should now work after merging ORNL-CEES/DataTransferKit#603. |
I'm still seeing issues. |
@bartlettroscoe Do you have any input on this? DTK is not finding Trilinos properly because it thinks that Kokkos is not enabled. |
|
@masterleinad, @jwillenbring, and @balay, the issue that that Kokkos is now being treated as an external package so it is no longer a proper internal "component" of Trilinos. So it is really not technically correct to list Kokkos as one of the components of Trilinos. I can think of a few different possible solutions here: Option-1: Since DTK is using Tpetra just list Option-2: Extend TriBITS to allow the Option-3: Have DTK and other downstream Spack packages stop calling My advice would be to choose option-3. That is backward compatible to older versions of Trilinos and it starts to move the package ecosystem away for a Trilinos-centric world. (It should just be that different Spack packages provide different subsets of Trilinos packages as installed CMake packages with installed But, of course, option-2 would require no changes to downstream customers so it may be the preferable option (but it also hides what is actually happening and is elevates "Trilinos" as a delivery mechanism for compatible packages). I am okay with any of these options. Just let me know what people want to do and we can make it happen :-) |
I like this option for the reasons Ross expressed. I am curious to see what others think too. |
@balay Can you please try again? |
@masterleinad I'm still seeing issues. Attaching the log |
@masterleinad works now. Thanks! |
I guess we need to figure out the correct kokkos/trilinos/datatransferkit dependency here
spack-build-out.txt
ref: ./bin/spack install -j32 [email protected]
The text was updated successfully, but these errors were encountered: