-
Notifications
You must be signed in to change notification settings - Fork 579
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
Fix 12648 #12649
Closed
Closed
Fix 12648 #12649
Conversation
This file contains 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
…_parallel Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Sacado: Remove in_parallel() use' PR Author: masterleinad
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'MueLu&Teko: fixes' PR Author: cgcgcg
…class. Implemented more checks in the unit test to make sure modifiers are being set correctly.
T/F reported overflows for GIDs that are greater than the 32-bit limit. I was able to reproduce locally. This fixes the issue (big thanks to Tyler V. for pointing one location out). Test will follow in separate PR.
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Tpetra: fix overflow issue' PR Author: jhux2
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Ifpack2: loosen ParILUT test tolerance' PR Author: jhux2
…ld_fixes Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Framework: Add specs for nightly container build' PR Author: sebrowne
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'compadre: fix scope typo with Kokkos::printf' PR Author: ndellingwood
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'MueLu: fix translation of ML aux:enable to dist lap' PR Author: rstumin
…3621be From repository at [email protected]:kokkos/kokkos.git At commit: commit 38cbde408f6fc5e7d81a946dcaa32118af3621be Author: Nathan Ellingwood <[email protected]> Date: Thu Nov 9 14:20:09 2023 -0700 Update master_history.txt for 4.2.00
…e3ddd0967dd9ec From repository at [email protected]:kokkos/kokkos-kernels.git At commit: commit 9af9fa2999441f93f1b1cc7de2e3ddd0967dd9ec Author: Nathan Ellingwood <[email protected]> Date: Thu Nov 9 14:20:48 2023 -0700 Update master_history.txt for 4.2.00
Update Tpetra_SUPPORTED_KOKKOS_VERSION for 4.2.00
Shylu: Fix compiling with SYCL
…date Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Framework: Post 15.0 version update' PR Author: sebrowne
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Panzer MiniEM: Simplify default solver PLs' PR Author: cgcgcg
…ang-1 Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Workflow: Upgrade to MueLu Clang Formatter' PR Author: csiefer2
This test errored at run time with a message about the capability not working if Xpetra and Zoltan2 are not enabled. Reflect that in the test definition.
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Ifpack2: Disable test when conditions not present' PR Author: sebrowne
This change is necessary to prevent linker errors in codes calling to Cuda Driver API routines Compatibility update need for kokkos, see kokkos/kokkos#6693 Co-authored-by: Daniel Arndt <[email protected]>
…_driver-target Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'tribits: add CUDA::cuda_driver target in FindTPLCUDA.cmake' PR Author: ndellingwood
Adding test to cover this change, and fixed a bug.
…used-vars Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Teuchos: remove unused variables in MatrixMarket utilities' PR Author: japlews
…hing-quotes-in-CLP-on-Mac Teuchos: Handle non-matching quotes in CLP on Mac
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Framework: Use relative paths for .ini symlinks' PR Author: sebrowne
Shylubasker runtime trsolve
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. |
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.
Fixes #12648