Conversation
Merged the package description from github.io to the github README.md. Signed-off-by: Curtis C. Ober <ccober@sandia.gov>
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
…th_rcb_sequential interface in Kokkos Kernels 5.1.0 Signed-off-by: Vinh Dang <vqdang@sandia.gov>
Signed-off-by: Vinh Dang <vqdang@sandia.gov>
Signed-off-by: Vinh Dang <vqdang@sandia.gov>
Signed-off-by: Vinh Dang <vqdang@sandia.gov>
Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) | `0.13.0` | `0.13.1` | | [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) | `2.8.2` | `3.9.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.32.5` | `4.33.0` | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.15.0` | `2.16.0` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.8.3` | `4.9.0` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2` | `3` | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3` | `4` | Updates `styfle/cancel-workflow-action` from 0.13.0 to 0.13.1 - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@3155a14...d07a454) Updates `mshick/add-pr-comment` from 2.8.2 to 3.9.0 - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md) - [Commits](mshick/add-pr-comment@b8f338c...ffd016c) Updates `github/codeql-action` from 4.32.5 to 4.33.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c793b71...b1bff81) Updates `step-security/harden-runner` from 2.15.0 to 2.16.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@a90bcbc...fa2e9d6) Updates `actions/dependency-review-action` from 4.8.3 to 4.9.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@05fe457...2031cfc) Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v3...v4) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: mshick/add-pr-comment dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: step-security/harden-runner dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/dependency-review-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Piro::NOXSolver was passing a mutable reference (via Teuchos::sublist) to the caller's NOX parameter list into Thyra::NOXNonlinearSolver. During solve, NOX::StatusTest::Factory reorganizes the "Status Tests" sublist in-place, corrupting the caller's parameter structure. This caused failures when a NOXSolver was used more than once (e.g., inside Piro::TrapezoidRuleSolver's time-stepping loop across multiple evalModel calls): the second solve would read the corrupted parameter list and fail with "Test 0 does not exist". Fix: deep-copy the NOX sublist before handing it to the solver, so that NOX modifies its own copy and the caller's list stays clean. Signed-off-by: Alejandro Mota <amota@sandia.gov>
Piro: deep-copy NOX params to prevent status test corruption
…elop/github-actions-3a778ef3e4 Bump the github-actions group across 1 directory with 7 updates
Zoltan: Move github.io Package Description
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.33.0 to 4.34.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b1bff81...3869755) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Carl Pearson <cwpears@sandia.gov>
…elop/github-actions-2c0e19e160 Bump github/codeql-action from 4.33.0 to 4.34.1 in the github-actions group
I am trying to make this super easy for collaborators to configure and build Trilinos using a Trilinos container. Signed-off-by: Roscoe A. Bartlett <rabartl@sandia.gov>
Add simple configure scripts for Trilinos
Compatibility update with kokkos/kokkos-kernels#3000 Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
Remove use of deprecated Kokkos::Cuda ctor
ifpack2: KokkosSparse routine namespace update Impl -> Experimental
…b4393a
From repository at git@github.com:kokkos/kokkos.git
At commit:
commit 516367613739c175030ebd379c80564cc3b4393a
Merge: a436ccf75 a4691a790
Author: Damien Lebrun-Grandie <dalg24@gmail.com>
Date: Thu Mar 26 08:59:58 2026 +0000
Merge pull request #8985 from dalg24/510_cherry_pick_8967_fix_subview_constructor
[5.1.0] Fix subview construction between managed and unmanaged Views
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
…900850a108ddb0
From repository at git@github.com:kokkos/kokkos-kernels.git
At commit:
commit 2c7c3c301e810c7ebde0f154db900850a108ddb0
Author: Nathan Ellingwood <ndellin@sandia.gov>
Date: Thu Mar 26 10:30:13 2026 -0600
Changelog for 5.1.0 (#2994)
* Changelog for 5.1.0
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
* Update CHANGELOG.md
Co-authored-by: yasahi-hpc <57478230+yasahi-hpc@users.noreply.github.com>
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
* Update CHANGELOG.md
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
* Update CHANGELOG.md
Co-authored-by: Luc Berger <lberge@sandia.gov>
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
* Update CHANGELOG.md
Co-authored-by: Luc Berger <lberge@sandia.gov>
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
* Update CHANGELOG.md
Co-authored-by: Luc Berger <lberge@sandia.gov>
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
---------
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
Co-authored-by: yasahi-hpc <57478230+yasahi-hpc@users.noreply.github.com>
Co-authored-by: Luc Berger <lberge@sandia.gov>
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
Compatibility update kokkos/kokkos-kernels#3006 when compiling with Kokkos_ENABLE_DEPRECATED_CODE_5=OFF Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
MueLu ParameterListInterpreter: Replace macros with functions
Signed-off-by: Vinh Dang <vqdang@sandia.gov>
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
Master merge again
Adding missing package dependencies
Ifpack2: prepare for new kk_extract_diagonal_blocks_crsmatrix_with_rcb_sequential interface in Kokkos Kernels 5.1.0
Kokkos + KokkosKernels Promotion To 5.1.0
PR reproducer script
Option for gtest download and removal of Sacado's gtest copy
|
CDash for AT2 results [Currently only accessible from Sandia networks] |
|
You seem to have created a PR on master. This is not allowed behavior, so we've blocked your PR. Please switch your PR to target the develop branch and remove the AT: WIP label. |
sebrowne
approved these changes
Apr 6, 2026
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.
Auto PR created to promote from master_merge_20260404_175816 branch to master