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

#707: create a kokkos-only pipeline #708

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

cwschilly
Copy link
Collaborator

Fixes #707

@cwschilly cwschilly linked an issue Nov 12, 2024 that may be closed by this pull request
@@ -4,7 +4,7 @@ if(PRESSIO_ENABLE_TPL_EIGEN)
add_serial_utest(${TESTING_LEVEL}_solvers_linear_eigen ${SRC1})
endif()

if(PRESSIO_ENABLE_TPL_KOKKOS)
if(PRESSIO_ENABLE_TPL_TRILINOS)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is necessary because the test calls solveAllowMatOverwrite.

This function is in an #if PRESSIO_ENABLE_TPL_TRILINOS block because it uses a teuchos lapack wrapper. So if we're only using Kokkos (and not Trilinos), this function is not found.

@cwschilly cwschilly marked this pull request as draft November 12, 2024 16:27
@cwschilly cwschilly force-pushed the 707-create-a-kokkos-only-pipeline branch from ffb3205 to a34b642 Compare November 14, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create a kokkos-only pipeline
1 participant