-
Notifications
You must be signed in to change notification settings - Fork 577
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
Build and install downstream Trilinos packages against pre-installed KokkosKernels and SEACAS using their native CMake build systems #12002
Comments
@ndellingwood and @lucbv, Given that the What say you? |
@bartlettroscoe it would be better to patch to develop since the release-candidate-4.1.00 branch is no longer active nor maintained now that the 4.1 release PR's have merged |
How is the 4.1 release managed? Is a branch not created for the 4.1.z release series? |
@bartlettroscoe 4.1.z will be branched off the master branch (which contains the merge of the release-candidate-4.1.00 branch). If you submit changes to develop, we will cherry-pick to the 4.1.01 branch |
@ndellingwood, @crtrott, @dalg24
Just an FYI, but the version identifier
Instead, it should be |
This is a sore point. |
It would seem that the SPARC team would like to have this capability for their custom Spack trilinos/package.py file. |
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
@ndellingwood, @lucbv, @kuberry, has the KokkosKernels part not already been done? This was used by the Spack update: merged back on 2024-11-23. But it does not look like anyone has done this for SEACAS with Spack-proper yet. But my memory was that the Sierra project's Spack build as doing this. @psakievich, @sebrowne? |
@bartlettroscoe we test nightly builds (Cuda and Hip) of Trilinos with small subset of packages (Tpetra, Sacado, Stokhos, those most sensitive to changes in Kokkos) against pre-built Kokkos and KokkosKernels as external TPLs. The configurations use |
@lucbv, @crtrott, @rppawlo, @ndellingwood, @ibaned, @sebrowne, @jwillenbring
Description
Now that Kokkos 4.1 has been snapshotted into Trilinos 'develop' with the merge of PR #11988 the next step (other than waiting for Kokkos 4.1 to be released) is to get the native non-TriBITS CMake build system for KokkosKernels to be updated so that KokkosKernels can be pre-installed and build the rest of Trilinos against it.
This issue can also cover testing with the independent install of SECAS as well as would be done by Spack. (But since SEACAS is just using TriBITS, that should be pretty easy.)
The text was updated successfully, but these errors were encountered: