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

sync develop and main #334

Merged
merged 11 commits into from
Sep 7, 2023
Merged

sync develop and main #334

merged 11 commits into from
Sep 7, 2023

Commits on Jul 26, 2023

  1. Group CMake Options in index and Show index in left navigation pane (#…

    …310)
    
    * Move common extensions to shared file
    * Updates index to group cmake options under "CMake options" category
    * Update left navigation pane to include index link
    gardner48 authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a783797 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 7, 2023

  1. Fix memory leak in SUNMemoryHelpers (#314)

    Co-authored-by: Cody Balos <[email protected]>
    gardner48 and balos1 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6241fd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Feature/persistent benchmarking (#296)

    Sets up the make target `benchmark`, which will allow the user to run
    all the benchmarks at once.
    - Adds a macro to add benchmarks to the target `benchmark`
    - Sets up output file structure for Caliper files to be saved to.
    
    Adds documentation
    - how to build documentation
    - how to use SPOT
    - how to enable profiling of examples and benchmarks
    
    Adds Adiak, a library to collect metadata
    - Used to collect TPL versions, compiler versions, and various other
    build data
    
    ---------
    
    Co-authored-by: David J. Gardner <[email protected]>
    Co-authored-by: Cody J. Balos <[email protected]>
    3 people authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cbae53e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

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

Commits on Aug 23, 2023

  1. Bugfix: check tstop first (#322)

    Fixed a bug in ARKODE, CVODE, CVODES, IDA, and IDAS where the stop time
    may not be cleared when using normal mode if the requested output time
    is the same as the stop time. Additionally, with ARKODE, CVODE, and
    CVODES an unnecessary call to
    interpolate the solution at the stop time may occur in this case.
    gardner48 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bfec386 View commit details
    Browse the repository at this point in the history
  2. Maintenance: Update Answers Commit (#328)

    Update answers submodule to current head of main
    gardner48 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0676c60 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Feature: Add Support for Trilinos 14 (#326)

    Co-authored-by: Cody Balos <[email protected]>
    gardner48 and balos1 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6c01cd4 View commit details
    Browse the repository at this point in the history
  2. Bugfix: CVODES Documentation Corrections (#325)

    Fixes documentation errors noted in #323
    gardner48 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    56d6655 View commit details
    Browse the repository at this point in the history
  3. Maintenance: Remove Old CHANGES Files (#327)

    Co-authored-by: Cody Balos <[email protected]>
    gardner48 and balos1 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    73a5afc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Release/6.6.1 (#332)

    gardner48 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a4553b5 View commit details
    Browse the repository at this point in the history