Skip to content

Master Merge: Automatic PR from develop to master#15187

Merged
cgcgcg merged 55 commits intomasterfrom
master_merge_20260425_0439
Apr 26, 2026
Merged

Master Merge: Automatic PR from develop to master#15187
cgcgcg merged 55 commits intomasterfrom
master_merge_20260425_0439

Conversation

@snapshot-app
Copy link
Copy Markdown

@snapshot-app snapshot-app Bot commented Apr 25, 2026

Automatic PR from develop to master.

etphipp and others added 30 commits April 13, 2026 17:58
This removes specializaions for std::is_same/std::is_same_v for
LayoutContiguous.  The code for handling subdynrankview() correctly was
written by Christian Trott.

For issue #15036

Signed-off-by: Eric Phipps <etphipp@sandia.gov>
Needed by ViewFactory, which is used by Panzer on CUDA.

Signed-off-by: Eric Phipps <etphipp@sandia.gov>
Signed-off-by: Eric Phipps <etphipp@sandia.gov>
Signed-off-by: Eric Phipps <etphipp@sandia.gov>
Signed-off-by: ViNN280801 <vladislav.semykin@gmail.com>
Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
Framework: Try omitting the default entirely
I can't figure out a nicer way to handle this on the GHA side while
preserving the numeric type on the input (which I like as a helpful
input check).  Do it in the shell instead, unfortunately.

Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
…os2-test-stratimikos

PyTrilinos2: fixed undefined 'rank' issue
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
…est further out

Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Tpetra RowMatrixTransposer: Switch sorting on CPU from DEFAULT to SHELL
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [step-security/harden-runner](https://github.com/step-security/harden-runner).


Updates `github/codeql-action` from 4.35.1 to 4.35.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@c10b806...95e58e9)

Updates `step-security/harden-runner` from 2.17.0 to 2.19.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@f808768...8d3c67d)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: step-security/harden-runner
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Tpetra, MueLu: Communication improvements
…elop/github-actions-d52dfeb8fb

Bump the github-actions group with 2 updates
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
The approximation of the largest eigenvalue lambdaMax might have an
imaginary part.

Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Sacado:  Remove specializations of std::is_same/std::is_same_v
Signed-off-by: Eric Phipps <etphipp@sandia.gov>
MueLu: Switch TpetraOperatorAdapter test to deterministic aggregation
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Sacado:  Remove std::is_same specialization for LayoutNatural.
Signed-off-by: Eric Phipps <etphipp@sandia.gov>
Framework: Use shell to handle variable defaulting
MueLu RepartitionUtilities: Simplify sub-step
Sacado:  Add as_scalar_view() overload and test for DynRankView
Signed-off-by: Eric Phipps <etphipp@sandia.gov>
cgcgcg and others added 12 commits April 23, 2026 15:45
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Belos: Remove some Epetra leftovers
* Tacho: more options/tests for shift and perturb,
       also fix team-potrf interface with pivot-tol

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: finer control of fence (e.g., for LU solve)

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: one-stream version of LU solve

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: stream option for LDL
 +
Amesos2: add one-stream-option to Tacho interface

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: remove not-needed anymore code (getStream)

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: stream option for chol

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: add one-stream version to test

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: fix serial build

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: shadow variable

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: keep the last fence for solve

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: fix fence in LDL and Chol

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: keep fence between forward and backward solves

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: run Spmv onl stream-0

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: move view declaration outside for-loop in unit-test

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: skip fence for variant-3

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

* Tacho: define _exec_instances with default execspace on host

Signed-off-by: iyamazaki <iyamaza@sandia.gov>

---------

Signed-off-by: iyamazaki <iyamaza@sandia.gov>
…ssibility

Signed-off-by: iyamazaki <iyamaza@sandia.gov>
Tacho: replace Kokkos::Impl::MemorySpaceAccess
@snapshot-app snapshot-app Bot requested review from a team as code owners April 25, 2026 04:39
@github-actions
Copy link
Copy Markdown

CDash for AT2 results [Currently only accessible from Sandia networks]

Reproducing CI builds locally

CI builds can be reproduced locally in a container.

Requirements: Python 3.9+, Podman, CMake

Steps:

  • Check out the branch of the PR locally.
  • Run commonTools/pr_reproducer/reproducer.sh.

@cgcgcg cgcgcg added the AT2-SpecialApprove (Beta) Special approval label for AT2. label Apr 26, 2026
@cgcgcg cgcgcg enabled auto-merge April 26, 2026 15:28
@cgcgcg cgcgcg disabled auto-merge April 26, 2026 15:28
@cgcgcg cgcgcg merged commit 7d31b18 into master Apr 26, 2026
20 of 40 checks passed
@cgcgcg cgcgcg deleted the master_merge_20260425_0439 branch April 26, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AT2-SpecialApprove (Beta) Special approval label for AT2.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants