Skip to content
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

Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20240621_175845 branch to master #13139

Merged
merged 93 commits into from
Jun 22, 2024

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    db8661c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    b98bdf1 View commit details
    Browse the repository at this point in the history
  2. Tpetra: Minor Fixes

    csiefer2 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9356961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1105eb View commit details
    Browse the repository at this point in the history
  4. Tpetra: adding modifications

    csiefer2 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1670bfd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    2ca428b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81b7b4b View commit details
    Browse the repository at this point in the history
  3. Const-correctness fix

    malphil committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2e90552 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. use stable insertion sort

    kliegeois committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c1c0a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c75a3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bd4194 View commit details
    Browse the repository at this point in the history
  4. Replace datacopy call with assignment, making sure to pre-allocate sc…

    …ratch vectors for Block G-S implicit operators
    malphil committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e54630d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd53ac2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. add checkBlockConsistency

    kliegeois committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e42c382 View commit details
    Browse the repository at this point in the history
  2. clean

    kliegeois authored and knliege committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0be12bc View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add RHEL8 GCC configuration

    Change the Spack-based SuperLU to turn off ML SuperLU support
    (effectively assume it is >= v5.0), and add -lm to the SuperLU
    configuration (otherwise it fails links and then the API detection
    things it's the older version).
    
    Signed-off-by: Samuel E. Browne <[email protected]>
    sebrowne committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e96d271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e24a7d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    1a53569 View commit details
    Browse the repository at this point in the history
  2. Add RHEL8 GCC OpenMPI serial configurations

    Add several rhel8-gcc-8.5.0-openmpi-4.1.6-serial configurations based
    on their rhel7 counterparts.
    
    Story ref: TRILFRAME-647
    
    Signed-off-by: Anderson <[email protected]>
    achauphan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    57b072f View commit details
    Browse the repository at this point in the history
  3. Move SuperLU specs into specific build

    The settings I inserted didn't work for all Spack-based SEMS stacks
    (specifically it broke GCC 8.3.0 nompi.
    
    Signed-off-by: Samuel E. Browne <[email protected]>
    sebrowne committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9c284b4 View commit details
    Browse the repository at this point in the history
  4. Updated location of SuperLU_LIBRARY_NAMES configuration

    Updated location of SuperLU_LIBRARY_NAMES configuration to be localized within
    a build configurations rather than under COMMON_SPACK_TPLS to not disrupt
    other build configurations.
    
    Signed-off-by: Anderson <[email protected]>
    achauphan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d403c3a View commit details
    Browse the repository at this point in the history
  5. Removed previously disabled SEACASA test for rhel8-gcc-openmpi-serial

    This test was previously disabled due to issues with rhel7 configurations.
    Enable the test again for rhel8-gcc-openmpi-serial configuration to test if
    the test failure issues persist on our rhel8 environments.
    
    Signed-off-by: Anderson <[email protected]>
    achauphan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fecd3c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Tpetra: test that CrsMatrix::apply overwrites NaNs

    In CrsMatrix::apply, if beta==0 and y contains NaNs or Infs, these
    should be overwritten with the value alpha*A*x (not just multipled by
    0, which would result in more NaNs in the final result).
    
    Test this for both the normal and imbalanced row paths, with single and
    multiple columns.
    brian-kelley committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e64a003 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    644b803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb91ca8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Additions to release notes

    cgcgcg committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a1cb4ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9d69bf View commit details
    Browse the repository at this point in the history
  3. Merge Pull Request #13099 from achauphan/Trilinos/rhel8-gcc-openmpi

    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Framework: Add RHEL8 GCC OpenMPI configuration'
    PR Author: achauphan
    trilinos-autotester authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bf665cc View commit details
    Browse the repository at this point in the history
  4. Disable ROL test in COMMON_SPACK_TPLS

    History indicates a problem with Spack-built MPI, so move this directive
    into COMMON_SPACK_TPLS. Acute issue is seeing it fail (again) with the
    new Clang configuration.
    
    Signed-off-by: Samuel E. Browne <[email protected]>
    sebrowne committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    41ac1ec View commit details
    Browse the repository at this point in the history
  5. Tpetra: add getBlockCrsGraph free function to ETI

    Fixes #13076
    
    Signed-off-by: Brian Kelley <[email protected]>
    brian-kelley committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7e19a67 View commit details
    Browse the repository at this point in the history
  6. Merge Pull Request #13053 from MalachiTimothyPhillips/Trilinos/malach…

    …i/add-belos-solver-for-blocks
    
    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Teko: Add sub-solve capability in hierarchical Block Gauss-Seidel'
    PR Author: MalachiTimothyPhillips
    trilinos-autotester authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1ec97a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9dd4feb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #13103 from cgcgcg/releaseNotes16.0

    Additions to release notes
    cgcgcg authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5b54b8b View commit details
    Browse the repository at this point in the history
  9. Merge Pull Request #13082 from trilinos/Trilinos/tpetra-aztec-checker

    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Tpetra: add Aztec and Block Consistency checker, use a stable sort'
    PR Author: kliegeois
    trilinos-autotester authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    237024b View commit details
    Browse the repository at this point in the history
  10. Amesos2::CSS : serial build

    iyamazaki committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    99b68ae View commit details
    Browse the repository at this point in the history
  11. Merge Pull Request #13105 from sebrowne/Trilinos/rhel8-clang

    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Framework: Finalize RHEL8 Clang build (disable failing test)'
    PR Author: sebrowne
    trilinos-autotester authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8d4a1e1 View commit details
    Browse the repository at this point in the history
  12. Bump actions/checkout from 4.1.6 to 4.1.7

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@a5ac7e5...692973e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a42b157 View commit details
    Browse the repository at this point in the history
  13. Bump github/codeql-action from 3.25.8 to 3.25.10

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.8 to 3.25.10.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@2e230e8...23acc5c)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7bddd7b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge Pull Request #13090 from brian-kelley/Trilinos/TestNanOverwrite

    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Tpetra: test that CrsMatrix::apply overwrites NaNs'
    PR Author: brian-kelley
    trilinos-autotester authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0d30813 View commit details
    Browse the repository at this point in the history
  2. Merge Pull Request #13104 from seanofthemillers/Trilinos/shylu_node_t…

    …acho_rocm_fixes
    
    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'ShyLu fixes for ROCm 6'
    PR Author: seanofthemillers
    trilinos-autotester authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8d8159e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f84bbf5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13109 from brian-kelley/Fix13076

    Tpetra: add getBlockCrsGraph free function to ETI
    brian-kelley authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    67754ff View commit details
    Browse the repository at this point in the history
  5. Merge pull request #13111 from iyamazaki/amesos2-css

    Amesos2: Fix build issue with CSS
    iyamazaki authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a969d52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56643a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    087cfa7 View commit details
    Browse the repository at this point in the history
  8. Const-correctness fix

    malphil authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a18492d View commit details
    Browse the repository at this point in the history
  9. Replace datacopy call with assignment, making sure to pre-allocate sc…

    …ratch vectors for Block G-S implicit operators
    malphil authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    71a73c6 View commit details
    Browse the repository at this point in the history
  10. Apply clang formatting to changes

    malphil authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    50c8c0b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    340d658 View commit details
    Browse the repository at this point in the history
  12. Additions to release notes

    cgcgcg authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    08d1efa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3fa1fde View commit details
    Browse the repository at this point in the history
  14. Tpetra: Minor Fixes

    csiefer2 authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2c89ab7 View commit details
    Browse the repository at this point in the history
  15. minor fixes in checkAztecOOMLOrdering

    kliegeois authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    49c7688 View commit details
    Browse the repository at this point in the history
  16. Tpetra: adding modifications

    csiefer2 authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1d3aa5c View commit details
    Browse the repository at this point in the history
  17. use stable insertion sort

    kliegeois authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b13b317 View commit details
    Browse the repository at this point in the history
  18. add checkAztecOOMLOrdering call to BTDS

    kliegeois authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e5c17de View commit details
    Browse the repository at this point in the history
  19. add checkBlockConsistency

    kliegeois authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8b9e597 View commit details
    Browse the repository at this point in the history
  20. clean

    kliegeois authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4bf6d51 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1126697 View commit details
    Browse the repository at this point in the history
  22. Disable ROL test in COMMON_SPACK_TPLS

    History indicates a problem with Spack-built MPI, so move this directive
    into COMMON_SPACK_TPLS. Acute issue is seeing it fail (again) with the
    new Clang configuration.
    
    Signed-off-by: Samuel E. Browne <[email protected]>
    sebrowne authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    693d22f View commit details
    Browse the repository at this point in the history
  23. Tpetra: test that CrsMatrix::apply overwrites NaNs

    In CrsMatrix::apply, if beta==0 and y contains NaNs or Infs, these
    should be overwritten with the value alpha*A*x (not just multipled by
    0, which would result in more NaNs in the final result).
    
    Test this for both the normal and imbalanced row paths, with single and
    multiple columns.
    brian-kelley authored and ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d3da600 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    99decd5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8f16336 View commit details
    Browse the repository at this point in the history
  26. Tempus: Updated Copyright and License

    Signed-off-by: Curtis C. Ober <[email protected]>
    ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8de8def View commit details
    Browse the repository at this point in the history
  27. Merge remote-tracking branch 'upstream/develop' into 13003-Tempus-Upd…

    …ate-License-and-Copyright-Files
    ccober6 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1829b41 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9ce11b7 View commit details
    Browse the repository at this point in the history
  29. Merge Pull Request #13113 from trilinos/Trilinos/dependabot/github_ac…

    …tions/develop/actions/checkout-4.1.7
    
    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Bump actions/checkout from 4.1.6 to 4.1.7'
    PR Author: dependabot[bot]
    trilinos-autotester authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    12eac5b View commit details
    Browse the repository at this point in the history
  30. zoltan2: replace use of char* code with std::string with istringstream

    Replace the use of char* code with a std::string in the readChacoGraphHeaderInfo routine
    
    This resolves compilation errors with cuda/12.4+gcc/13.2.0 with c++20:
    ```
    /home/ndellin/Trilinos/packages/zoltan2/test/core/unit/input/XpetraMultiVectorInput.cpp(179): error: no operator ">>" matches these operands
                operand types are: std::basic_istream<char, std::char_traits<char>> >> char *
        issHeader >> nIDs >> nEdges >> code;
    ```
    
    The `char* code` variable is not used outside of the readChacoGraphHeaderInfo routine, so it was removed from the function signature and the corresponding input variable were removed as well, replaced by use of `std::string s_code` variable within the routine to receive the istringstream input and for comparison (via c_str())
    ndellingwood committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8347069 View commit details
    Browse the repository at this point in the history
  31. Merge Pull Request #13117 from kliegeois/Trilinos/tpetra_sort_options

    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Tpetra: Use a stable sort only for makeColMap and makeOptimizedColMap'
    PR Author: kliegeois
    trilinos-autotester authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cfb8a45 View commit details
    Browse the repository at this point in the history
  32. Ifpack2: Fix #13118 and cleanup copy-pasted function

    makeLocalFilter was copy-pasted verbatim from RILUK (private static member)
    to RBILUK_def (free function). #13118 was because this also caused ambiguous name lookup.
    
    Instead, just make the function public static in RILUK so that it can replace
    all usages of the copy in RBILUK.
    brian-kelley committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4c2c775 View commit details
    Browse the repository at this point in the history
  33. SEACAS: Make the local fmt symlinks to ioss embedded version

    Signed-off-by: Greg Sjaardema <[email protected]>
    gdsjaar committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    91ca080 View commit details
    Browse the repository at this point in the history
  34. Automatic snapshot commit from seacas at 90dc27f8ab

    Origin repo remote tracking branch: 'origin/master'
    Origin repo remote repo URL: 'origin = https://github.com/sandialabs/seacas'
    Git describe: v2024-04-03-97-g90dc27f8ab
    
    At commit:
    
    commit 90dc27f8ab7e27ecd884ac2cd6437d06c29b1988
    Author:  tjotaha <[email protected]>
    Date:    Thu Jun 13 16:45:48 2024 -0600
    Summary: IOSS: Catalyst API 2 (#462)
    
    Blot - format adjusted for large ids
    Explore - Fix warning message, correctly handle bad select parse; better info output
    GJoin - Correct handling of nset and sset names when combining/deleting sets
    NemSlice - remove templating from a variable
    Slice - use the decompose method pulled into IOSS Util class
    Aprepro - fix erf/erfc, detect/warn comparison of exp with sexp,  0 divisor better handling
    Exodus -- DG and enhanced field metadata,
    IOSS/cgns - name changes, cleanup
    IOSS - enhanced field metadata, DG
    IOSS - support lineDecomp in exodus
    IOSS - convert std::vector<std::string>> to Ioss::NameList
    IOSS - copydatabase --- allow omitting blocks/sets
    
    Signed-off-by: Greg Sjaardema <[email protected]>
    gsjaardema authored and gdsjaar committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    639f0f6 View commit details
    Browse the repository at this point in the history
  35. Fix improper use of embedded fmt

    Signed-off-by: Greg Sjaardema <[email protected]>
    gdsjaar committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d66cc1b View commit details
    Browse the repository at this point in the history
  36. Fix errors detected in Trilinos integration

    Signed-off-by: Greg Sjaardema <[email protected]>
    gdsjaar committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5171aaa View commit details
    Browse the repository at this point in the history
  37. EXODUS: Fix output of map with zero entries

    Signed-off-by: Greg Sjaardema <[email protected]>
    gdsjaar committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9fddcde View commit details
    Browse the repository at this point in the history
  38. EXODUS: disable test until can make more robust

    Signed-off-by: Greg Sjaardema <[email protected]>
    gdsjaar committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    539677f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge Pull Request #13070 from sebrowne/Trilinos/sebrown/rhel8-gcc

    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Framework: Add GCC RHEL8 configuration'
    PR Author: sebrowne
    trilinos-autotester authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a160fc6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13121 from ndellingwood/zoltan2-update-readChacoG…

    …raphHeaderInfo
    
    zoltan2: replace use of char* code with std::string with istringstream
    ndellingwood authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a16e0be View commit details
    Browse the repository at this point in the history
  3. Merge Pull Request #13114 from trilinos/Trilinos/dependabot/github_ac…

    …tions/develop/github/codeql-action-3.25.10
    
    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Bump github/codeql-action from 3.25.8 to 3.25.10'
    PR Author: dependabot[bot]
    trilinos-autotester authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    510ab8c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Merge Pull Request #13100 from gsjaardema/Trilinos/seacas-snapshot-06…

    …-14-24
    
    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Automatic snapshot commit from seacas at 90dc27f8ab '
    PR Author: gsjaardema
    trilinos-autotester authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5910468 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Thyra: Fix valgrind findings

    cgcgcg committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cd8b09f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea7472f View commit details
    Browse the repository at this point in the history
  3. Merge Pull Request #13122 from brian-kelley/Trilinos/Fix13118

    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Ifpack2: Fix #13118 and cleanup copy-pasted function'
    PR Author: brian-kelley
    trilinos-autotester authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9623bca View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13116 from ccober6/13003-Tempus-Update-License-an…

    …d-Copyright-Files
    
    Tempus: Update license and copyright files
    ccober6 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8ec6326 View commit details
    Browse the repository at this point in the history
  5. Trilinos: Remove CRs

    Removing carriage returns (CRs) from file.
    
    Signed-off-by: Curtis C. Ober <[email protected]>
    ccober6 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ca64fb4 View commit details
    Browse the repository at this point in the history
  6. Trilinos: Exclude changes from blame for drakify.pl

    cmake/ctest/drivers/ascicgpu031/drakify-email.pl
    had carriage returns.
    
    Signed-off-by: Curtis C. Ober <[email protected]>
    ccober6 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ce06c63 View commit details
    Browse the repository at this point in the history
  7. ifpack: Fix-Non-UTF-8-Encoded-Characters

    These bib files had non-UTF-8 encoded characters (e.g., umlaut).
    Placed them with the latex equivalent.
    
    Signed-off-by: Curtis C. Ober <[email protected]>
    ccober6 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c533063 View commit details
    Browse the repository at this point in the history
  8. Epetra: Garbage Characters

    The release notes had some garbage "hidden" characters.
    
    Signed-off-by: Curtis C. Ober <[email protected]>
    ccober6 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    86b7ef2 View commit details
    Browse the repository at this point in the history
  9. Merge Pull Request #13126 from cgcgcg/Trilinos/thyraValgrindFix

    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Thyra,Belos,Anasazi: Fix valgrind findings'
    PR Author: cgcgcg
    trilinos-autotester authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    84bd8a2 View commit details
    Browse the repository at this point in the history
  10. Merge Pull Request #13129 from ccober6/Trilinos/ifpack-Fix-Non-UTF-8-…

    …Encoded-Characters
    
    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'ifpack: Fix-Non-UTF-8-Encoded-Characters'
    PR Author: ccober6
    trilinos-autotester authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    34a0ac9 View commit details
    Browse the repository at this point in the history
  11. Fix13107 (#13127)

    * Tpetra: fix warnings
    
    - unused var
    - silence unsafe memcpy/realloc calls to buffers of non-trivially-copyable types
    
    * Ifpack2: fix warnings
    
    - signed vs unsigned compare
    - unsafe memset on non-trivially-copyable type, cast to char* to
    silence
    
    * Tpetra: cast nontrivial types to void*, not char*
    
    * Ifpack2: cast nontrivial types to void*, not char*
    
    * Tpetra: Fix pointer cast precedence
    brian-kelley authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2ee82f4 View commit details
    Browse the repository at this point in the history
  12. Merge Pull Request #13128 from ccober6/Trilinos/Trilinos-Remove-CRs

    Automatically Merged using Trilinos Pull Request AutoTester
    PR Title: b'Trilinos: Remove CRs'
    PR Author: ccober6
    trilinos-autotester authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    704a5d6 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #13130 from ccober6/Epetra-Garbage-Characters

    Epetra: Garbage Characters
    ccober6 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    eb51111 View commit details
    Browse the repository at this point in the history