Allow Kokkos Comm as an external Trilinos package#165
Open
cwpearson wants to merge 7 commits intokokkos:developfrom
Open
Allow Kokkos Comm as an external Trilinos package#165cwpearson wants to merge 7 commits intokokkos:developfrom
cwpearson wants to merge 7 commits intokokkos:developfrom
Conversation
1db1b13 to
8721f3e
Compare
09cb752 to
6616734
Compare
nicoleavans
previously approved these changes
Jun 18, 2025
Contributor
nicoleavans
left a comment
There was a problem hiding this comment.
Everything looks good to me as discussed prior, though it's important to point out I'm unfamiliar with tribits.
6616734 to
95c8deb
Compare
Signed-off-by: Carl Pearson <cwpears@sandia.gov>
Signed-off-by: Carl Pearson <cwpears@sandia.gov>
Signed-off-by: Carl Pearson <cwpears@sandia.gov>
Signed-off-by: Carl Pearson <cwpears@sandia.gov>
Signed-off-by: Carl Pearson <cwpears@sandia.gov>
95c8deb to
fe68e54
Compare
Collaborator
Author
|
@nicoleavans could you please try following along with the instructions this PR adds to the docs in combination with trilinos/Trilinos#14135 and see if it seems to work together for you? |
Signed-off-by: Carl William Pearson <cwpears@sandia.gov>
Signed-off-by: Carl William Pearson <cwpears@sandia.gov>
cedricchevalier19
approved these changes
Jul 28, 2025
Comment on lines
+168
to
+173
| # install( | ||
| # TARGETS KokkosComm_all_libs | ||
| # EXPORT KokkosCommTargets | ||
| # COMPONENT KokkosComm | ||
| # ) | ||
|
|
Member
There was a problem hiding this comment.
Suggested change
| # install( | |
| # TARGETS KokkosComm_all_libs | |
| # EXPORT KokkosCommTargets | |
| # COMPONENT KokkosComm | |
| # ) |
dssgabriel
reviewed
Jul 28, 2025
Comment on lines
+129
to
+145
| install( | ||
| TARGETS KokkosComm KokkosCommFlags | ||
| EXPORT KokkosComm | ||
| FILE_SET | ||
| kokkoscomm_public_headers | ||
| FILE_SET | ||
| kokkoscomm_impl_headers | ||
| FILE_SET | ||
| kokkoscomm_mpi_headers | ||
| FILE_SET | ||
| kokkoscomm_mpi_impl_headers | ||
| FILE_SET | ||
| kokkoscomm_config_headers | ||
| COMPONENT | ||
| KokkosComm | ||
| ) | ||
|
|
Collaborator
There was a problem hiding this comment.
Apart from the COMPONENT KokkosComm lines, this section looks to be duplicated from the one below (lines 146-154). I can't seem to highlight the full line range in this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the machinery TriBITS needs to treat Kokkos Comm as a Trilinos package.
The idea is you will be able to link kokkos-comm into the Trilinos packages directory
And configure Trilinos with
I am definitely not a TriBITS expert.
Patch needed on top of Trilinos f532ad8d3c49fa5143138b365bf04473b4ab2a27