Samuel Browne
Samuel Browne
## Bug Report There's no Piro team, so I'm tagging @kliegeois since I think he did the most work on this package last? Also tagging @trilinos/tpetra and @trilinos/teko since they...
If `_SHOW_DEPRECATED_WARNINGS` is defined, emit a warning upon inclusion of any package header (used Epetra for an example). @csiefer2 @cgcgcg @ccober6 what do you think about this approach? I thought...
@trilinos/kokkos ## Bug Report https://trilinos-cdash.sandia.gov/viewTest.php?onlyfailed&buildid=789888 demonstrates a KokkosCore unit test that has been seemingly repeatedly failing for me when I'm running trying to merge PR #11645 . I think both...
## Bug Report @trilinos/stokhos @trilinos/muelu Compile-time errors in Stokhos and MueLu when building with UVM enabled by default. We want to add a PR build that exercises this configuration for...
## Bug Report The following packages have shadowing warnings in them, and as such cannot build with -Werror=shadow. We currently set these to warnings only (-Wno-error=shadow) on a per-package basis...
# The Autotester will be undergoing significant configuration changes surrounding the end of June (06/30/2024). We will be modifying many configurations with the transition to RHEL8 from now until the...
@trilinos/framework ## Motivation Restructure the names such that any passed name will be prefixed and suffixed appropriately to allow for passing shorter/clearer names for the PR builds while still conforming...
As per https://peps.python.org/pep-0394, `python` may not exist on some modern Linux operating systems. The particular one in question here is RHEL8. If you install one of the python3 packages, you...
As per https://peps.python.org/pep-0394, it is best practice to not use `python` in shebangs. Use the explicit `python3` entry point instead. Closes #607 I did not test this manually, I was...
@trilinos/framework ## Motivation Want to align the CUDA AT2 build with the old AutoTester one. ## Related Issues https://sems-atlassian-son.sandia.gov/jira/browse/TRILFRAME-673