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

Add missing $ to KOKKOS_HAS_TRILINOS in sparse_sptrsv_superlu check #1160

Merged
merged 2 commits into from
Oct 28, 2021

Conversation

ndellingwood
Copy link
Contributor

Fix for PR #1150

@ndellingwood
Copy link
Contributor Author

I had a syntax error with the changes in #1150, this change fixes it. I'll cherry-pick over to release-candidate-3.5.0

@ndellingwood
Copy link
Contributor Author

Cherry-picked to release-candidate-3.5.0, release-3.5.0 reset and resnapshot to the Trilinos PR

Copy link
Contributor

@e10harvey e10harvey left a comment

Choose a reason for hiding this comment

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

Thanks, @ndellingwood !

@@ -73,7 +73,7 @@ KOKKOSKERNELS_ADD_EXECUTABLE(
SOURCES KokkosSparse_sptrsv_cholmod.cpp
)

IF(NOT KOKKOS_HAS_TRILINOS)
IF(NOT ${KOKKOS_HAS_TRILINOS})
Copy link
Contributor

Choose a reason for hiding this comment

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

Is KOKKOS_HAS_TRILINOS an environment variable or a cmake variable?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you.

@ndellingwood
Copy link
Contributor Author

@e10harvey I had to update the branch for merge and looks like it dismissed your previous review, could you re-approve?

@e10harvey e10harvey self-requested a review October 28, 2021 14:31
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.

3 participants