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

Please allow to use the externally installed kokkos package when available #1168

Closed
yurivict opened this issue Sep 7, 2024 · 2 comments
Closed

Comments

@yurivict
Copy link

yurivict commented Sep 7, 2024

Currently parthenon uses the git submodule.

Parthenon installs the bundled kokkos library which would cause conflicts with many other packages.

@pgrete
Copy link
Collaborator

pgrete commented Sep 9, 2024

Welcome @yurivict

this is already possible if you set PARTHENON_IMPORT_KOKKOS=ON, which results in a standard find_package(Kokkos 4) call (instead of using the submodule).

Cheers,

Philipp

PS: Please close the issue if that solves your problem.

PPS: I'd nice if you briefly introduce yourself (see #862) to the community as we're interested in our user base (and their needs/requirements) and how they came across Parthenon.

@yurivict
Copy link
Author

yurivict commented Sep 9, 2024

This works.

Thank you for your advise.

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

No branches or pull requests

2 participants