Skip to content

410 fix kokkos and kokkos kernels builds on ci#411

Merged
lifflander merged 8 commits intodevelopfrom
410-fix-kokkos-and-kokkos-kernels-builds-on-ci
Jan 26, 2026
Merged

410 fix kokkos and kokkos kernels builds on ci#411
lifflander merged 8 commits intodevelopfrom
410-fix-kokkos-and-kokkos-kernels-builds-on-ci

Conversation

@lifflander
Copy link
Contributor

@lifflander lifflander commented Jan 13, 2026

Fixes #410
Fixes #409

@nlslatt @rppawlo

@lifflander lifflander linked an issue Jan 13, 2026 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Jan 13, 2026

Pipelines results

magistrate-build-amd64-ubuntu-20-04-clang-10-cpp

Build for be38b7a (2026-01-15 00:24:31 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-22-04-clang-13-cpp

Build for be38b7a (2026-01-15 00:24:31 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-20-04-clang-9-cpp

Build for be38b7a (2026-01-15 00:24:31 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-20-04-gcc-9-cuda-11-4-3-cpp

Build for be38b7a (2026-01-15 00:24:31 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-20-04-gcc-9-cpp

Build for be38b7a (2026-01-15 00:24:31 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-22-04-clang-12-cpp-vt

Build for be38b7a (2026-01-15 00:24:31 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-22-04-clang-11-cpp

Build for be38b7a (2026-01-15 00:24:31 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-20-04-gcc-9-cpp-docs

Build for d49a291 (2026-01-13 23:04:29 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-20-04-gcc-10-cpp

Build for be38b7a (2026-01-15 00:24:31 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-22-04-clang-15-cpp

Build for be38b7a (2026-01-15 00:24:31 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-20-04-gcc-13-cuda-12-9-0-cpp

Build for b27c86e (2026-01-14 20:29:59 UTC)

Compilation – successful

Testing – passed

View job log


magistrate-build-amd64-ubuntu-22-04-clang-14-cpp

Build for be38b7a (2026-01-15 00:24:31 UTC)

Compilation – successful

Testing – passed

View job log


@codecov
Copy link

codecov bot commented Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.52%. Comparing base (add40eb) to head (a458eff).
⚠️ Report is 9 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #411   +/-   ##
========================================
  Coverage    96.52%   96.52%           
========================================
  Files           89       89           
  Lines         2823     2823           
========================================
  Hits          2725     2725           
  Misses          98       98           
Files with missing lines Coverage Δ
tests/unit/test_footprinter.cc 99.56% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lifflander
Copy link
Contributor Author

@rppawlo It looks like Kokkos needs at least gcc 10.4 to work with CUDA 12. Thus, I'm creating a new pipeline here to support that configuration for testing:

DARMA-tasking/workflows#39

@lifflander
Copy link
Contributor Author

I think that github doesn't have GPU runners unless you pay for them :(

@lifflander lifflander force-pushed the 410-fix-kokkos-and-kokkos-kernels-builds-on-ci branch from f33b998 to c35ddae Compare January 14, 2026 20:28
@lifflander lifflander force-pushed the 410-fix-kokkos-and-kokkos-kernels-builds-on-ci branch from c35ddae to 3093505 Compare January 14, 2026 20:29
@rppawlo
Copy link
Contributor

rppawlo commented Jan 22, 2026

@lifflander - is this close to being able to merge in?

@lifflander
Copy link
Contributor Author

@lifflander - is this close to being able to merge in?

Yes I think we can merge

@lifflander lifflander merged commit 0c9f3e0 into develop Jan 26, 2026
20 of 22 checks passed
@rppawlo
Copy link
Contributor

rppawlo commented Jan 26, 2026

Thanks @lifflander !

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.

Fix kokkos and kokkos kernels builds on CI Fix deprecated kokkos memory trait

2 participants