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

#197: NOX: Provide Tpetra versions of LOCA_TestProblems tests #198

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    7063cb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    804c981 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Zoltan2: Cleanup code

    JacobDomagala committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6298185 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

  1. #30: final clean-up of code

    cwschilly committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cd12a1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from NexGenAnalytics/30-zoltan2-identifieradap…

    …ter-refactor-api
    
    #30: Zoltan2: IdentifierAdapter refactor API
    stmcgovern authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d3842ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request #38 from NexGenAnalytics/28-refactor-graph-adapters

    Zoltan2: Refactor graph adapters
    stmcgovern authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cce1e37 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. 27: Refactoring of BasisVectorAdapter

    27: Fixed coordinatesview test for BasicVectorAdapter
    
    27: Implemented getIds and getWeights methods with tests
    
    27: Improved test and cleaned BasicVectorAdapter
    
    Removed a double space
    mperrinel committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    025d4ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from NexGenAnalytics/27-Zoltan2-VectorAdapter-…

    …refactor-API
    
    27 zoltan2 vector adapter refactor api
    stmcgovern authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    35b8f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc5e4d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9191bc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    100ab3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8edeae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    590d3ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a7d49a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c3ec5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44d01c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9925fc2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    381f58a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    adbbb49 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request #49 from NexGenAnalytics/26-zoltan2-matrixadapter-…

    …refactor-api
    
    #26: Zoltan2: MatrixAdapter refactor API
    stmcgovern authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a24bce4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    8fc5a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5909f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef6f19 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 10, 2023

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

Commits on Aug 11, 2023

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

Commits on Aug 15, 2023

  1. Merge pull request #86 from NexGenAnalytics/adelus-dont-use-mpi-comm-…

    …world
    
    Adelus: Don't use hardcoded `MPI_COMM_WORLD`
    stmcgovern authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b00fa15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80 from NexGenAnalytics/stk-remove-global-use-of-…

    …mpi-comm-world
    
    STK: Don't use `MPI_COMM_WORLD`
    stmcgovern authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f6e2460 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #82 from NexGenAnalytics/anasazi-dont-use-mpi-comm…

    …-world
    
    Anasazi: Add global MPI communicator that can be used instead of hardcoded `MPI_COMM_WORLD`
    stmcgovern authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    fe28b6a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #100 from NexGenAnalytics/90-belos-remove-usage-of…

    …-MPI_COMM_WORLD
    
    #90: Remove use of `MPI_COMM_WORLD` from Belos package
    stmcgovern authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e940155 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #102 from NexGenAnalytics/101-rol-analyze-the-use-…

    …of-mpi_comm_world
    
    ROL: Allow for User to pass custom communicator to `SplitComm`
    stmcgovern authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c619317 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #104 from NexGenAnalytics/103-shylu-analyze-the-us…

    …e-of-mpi_comm_world
    
    ShyLU: Make DebugManager take a user's comm in constructor
    stmcgovern authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    983d073 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #78 from NexGenAnalytics/aztecoo-remove-global-mpi…

    …-comm-world-use
    
    AztecOO: Don't use hardcoded `MPI_COMM_WORLD` in `AztecOO` package
    stmcgovern authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    eff47b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. #87: Framework: Add CI (#88)

    #87: test NGA CI
    
    ---------
    
    Co-authored-by: Thomas Dutheillet-Lamonthézie <[email protected]>
    cwschilly and tlamonthezie authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    92962c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e50c0 View commit details
    Browse the repository at this point in the history
  3. #91: Change global comm filename

    thearusable authored and cwschilly committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d4f713f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    689af53 View commit details
    Browse the repository at this point in the history
  5. #124: correct typo

    cwschilly committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    57cec50 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #125 from NexGenAnalytics/124-framework-add-ci-pip…

    …eline-for-mpi-epetraon
    
    #124: add mpi-epetraON build
    stmcgovern authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    df4b6fe View commit details
    Browse the repository at this point in the history
  7. Merge pull request #105 from NexGenAnalytics/91-epetraext-remove-use-…

    …of-MPI_COMM_WORLD
    
    #91: Remove use of MPI_COMM_WORLD in EpetraExt package
    stmcgovern authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b2a6c76 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b0c2d8 View commit details
    Browse the repository at this point in the history
  9. #92: Change global comm filename

    thearusable authored and cwschilly committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c9a67de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ed60db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    665c607 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00e77b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aea81df View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    a30e073 View commit details
    Browse the repository at this point in the history
  2. #130: small fixes

    cwschilly committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e1c9ca0 View commit details
    Browse the repository at this point in the history
  3. #130: fix #includes

    cwschilly committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    dab27ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69f44a4 View commit details
    Browse the repository at this point in the history
  5. #130: final clean-up

    cwschilly committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1681a4b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    36d54bd View commit details
    Browse the repository at this point in the history
  2. #42: replace MPI_COMM_WORLD by MPI_Comm_Default() function call in dr…

    …iver and fdriver directories
    tlamonthezie authored and JacobDomagala committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5ba787b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ae325e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6e03e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    446277a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    128d01b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc75cef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d3fce0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b4af31 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ba29cd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    c03f6d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9239761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16400d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce6b02a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    634c664 View commit details
    Browse the repository at this point in the history
  6. #141: initial commit

    cwschilly committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3f202d6 View commit details
    Browse the repository at this point in the history
  7. #141: test cancellation

    cwschilly committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5c51f0b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #142 from NexGenAnalytics/141-framework-add-auto-c…

    …ancellation-to-mpi-tests
    
    #141: Framework: Add auto-cancellation to MPI tests
    stmcgovern authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0c47fb2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #79 from NexGenAnalytics/ml-remove-global-use-of-c…

    …omm-world
    
    ML: Don't use `MPI_COMM_WORLD` in `MLAPI_Workspace`
    JacobDomagala authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    72e426a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge pull request #83 from NexGenAnalytics/pliris-dont-use-mpi-comm-…

    …world
    
    Pliris: Don't use hardcoded `MPI_COMM_WORLD`
    JacobDomagala authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    873ee51 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    4174c5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86c6e1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82b6e25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11d2b5f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #113 from NexGenAnalytics/98-pike-remove-use-of-MP…

    …I_COMM_WORLD
    
    #98: Pike: Remove use of MPI_COMM_WORLD
    JacobDomagala authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bc09129 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #109 from NexGenAnalytics/95-nox-remove-use-of-MPI…

    …_COMM_WORLD
    
    #95: Remove use of MPI_COMM_WORLD from NOX package
    JacobDomagala authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d6b84ce View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge pull request #147 from NexGenAnalytics/144-useepetraext-namespace

    #144: EpetraExt: Use EpetraExt namespace when calling `get_global_comm`
    JacobDomagala authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fe86961 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #146 from NexGenAnalytics/145-use-belos-namespace

    #145: Belos: Explicitly use Belos namespace when calling `get_global_comm`
    JacobDomagala authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    29c36ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #111 from NexGenAnalytics/97-panzer-remove-use-of-…

    …MPI_COMM_WORLD
    
    #97: Panzer:  Remove use of MPI_COMM_WORLD
    JacobDomagala authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e273d72 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #106 from NexGenAnalytics/92-ifpack-remove-use-of-…

    …MPI_COMM_WORLD
    
    #92: Remove use of MPI_COMM_WORLD in Ifpack package
    JacobDomagala authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ae09bf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    740ceca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a94324d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa2b1b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9579729 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    338631a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd796e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5afd1a7 View commit details
    Browse the repository at this point in the history
  12. #55: Remove useless comments

    antoinemeyer5 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    cc4638d View commit details
    Browse the repository at this point in the history
  13. #55: Enable template tests

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    790d819 View commit details
    Browse the repository at this point in the history
  14. #55: Redo syntax error

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2d875e1 View commit details
    Browse the repository at this point in the history
  15. #55: Consistant using

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    46050d2 View commit details
    Browse the repository at this point in the history
  16. #55: Consistant using

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ac45dfe View commit details
    Browse the repository at this point in the history
  17. #55: Add second test without template

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fba4336 View commit details
    Browse the repository at this point in the history
  18. Fix and test passed

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f76209d View commit details
    Browse the repository at this point in the history
  19. Fix and test passed

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    81c7904 View commit details
    Browse the repository at this point in the history
  20. #55: WIP third test_minres_hb

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    25e7cd5 View commit details
    Browse the repository at this point in the history
  21. #55: Fix syntax

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c894eb8 View commit details
    Browse the repository at this point in the history
  22. #55: Fix third test

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    08ee884 View commit details
    Browse the repository at this point in the history
  23. #55: Fix last test

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a377fa0 View commit details
    Browse the repository at this point in the history
  24. #55: Better comment issue

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1a7b535 View commit details
    Browse the repository at this point in the history
  25. Redo headers

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    368eec1 View commit details
    Browse the repository at this point in the history
  26. #55: Remove ENABLE_Ifpack

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    23dcf25 View commit details
    Browse the repository at this point in the history
  27. #55: Fix inner Minres iteration

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3c4cce9 View commit details
    Browse the repository at this point in the history
  28. #55: Fix tol type

    antoine.meyer1 authored and tlamonthezie committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4f327ec View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fcfbd87 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    0d308c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13f179 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from NexGenAnalytics/42-zoltan-assess-mpi_comm…

    …_world-usage-and-implement-a-getter
    
    #42: Zoltan: Assess MPI_COMM_WORLD usage and implement a getter
    JacobDomagala authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    31cf8ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c0e803 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea766ff View commit details
    Browse the repository at this point in the history
  6. #55: fix variable type

    tlamonthezie committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ace61cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5093f4f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Merge pull request #154 from NexGenAnalytics/muelu-remove-hardcoded-m…

    …pi-comm-world
    
    MueLu: Don't use hardcoded MPI_COMM_WORLD
    JacobDomagala authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b5b2ac3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from NexGenAnalytics/93-isorropia-remove-use-…

    …of-MPI_COMM_WORLD
    
    #93: Remove use of MPI_COMM_WORLD from Isorropia package
    JacobDomagala authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    fac2344 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. #128: set up GPU CI pipelines (#129)

    * #128: set up GPU CI pipelines
    
    * #128: specify cuda dir
    
    * #128: temporarily run GPU on every push; stop MPI builds
    
    * #128: specify correct dockerfile
    
    * #128: provide correct build/source dirs
    
    * #128: rework MPI in build script
    
    * #128: rework MPI in other gpu build script
    
    * #128: CI build script try another configuration and fix invalid path
    
    * #128: fix missing letter in path for a gpu build
    
    * #128: add newlines to end of files
    
    * #128: add spack find -p to find cuda root
    
    * #128: only run one pipeline; add cuda paths
    
    * #128: add kokkos variables
    
    * #128: add Tpetra_INST_SERIAL:BOOL=ON
    
    * #128: add CUDA root flag
    
    * #128: use correct kokkos architecture
    
    * #128: enable cusolver and cusparse
    
    * #128: emulate local build
    
    * #128: try with different docker image
    
    * #128: update cuda path
    
    * Try adding debug flag for Buildx
    
    * Tpetra: Disable cudaMemcpyAsync for Intercept.cpp
    
    * #128: lower -j
    
    * #128: use defaul kokkos architecture
    
    * #128: use fewer processes for GPU testing
    
    * 128: re-enable Kokkos_ARCH_AMPERE86
    
    * #128: add cuda sample build to CI to validate CUDA
    
    * #128: run cuda test on NGA host
    
    * #128: update jobs dependency on CI for cuda
    
    * #128: add CUD sample run
    
    * #128: remove command not existing in CI
    
    * #128: change cuda path
    
    * #128: try to display information about driver
    
    * #128: change bad command in CI
    
    * #128: fix command
    
    * #128: try install nvidia util in Docker container
    
    * #128: remove commands
    
    * #128: fix cuda path
    
    * #128: fix dockerfile
    
    * #128: add different cuda test images
    
    * Run container in separate step
    
    * Remove not needed code
    
    * Apply changes to Epetra=OFF
    
    * Try to build and run docker within same step
    
    * #128: remove unused old CI files
    
    * #128: check both gpu pipelines
    
    * #128: Tpetra_INST_SERIAL=ON
    
    * #128: fix workflow name
    
    * #128: rework with cuda 11.4 dockerfile
    
    * #168: try to simplify CI sheel script
    
    * #128: try simplify shell script
    
    * #128: remove librairies path for blas and lapack to check if resolved
    
    * #128: try remove Lapack and blas lib paths from cmake call
    
    * #128: try again changing path dynamically
    
    * #128: fix another path
    
    * #128: fix blas path
    
    * #128: apply working conffiguration to other build scripts
    
    * #128: restore triggering workflows on PR
    
    * #128: disable GPU build job for PR having `EpetraMPI T1` label
    
    * #128: enable GPU build only with EpetraMPI T2 and EpetraMPI T3 labels
    
    * #128: upload test log
    
    * #128: fix typo
    
    * #128: fix artifacts
    
    * #128: add junit report for tests
    
    * #128: add junit reporting in CI and set
    
    * #128: fix artifact name
    
    * #128: fix artifacts missing
    
    * #128 fix extra slach char in path
    
    * #128: fix artifacts path
    
    * #128: fix path in gitbub action
    
    * #128: try mounting artifacts folder into the host runner
    
    * #128: use same logic for gpu or non-gpu pipelines
    
    * 128: Finalize pipelines (GPU on push, MPI cancellations)
    
    * 128: remove label requirements
    
    * Revert "Tpetra: Disable cudaMemcpyAsync for Intercept.cpp"
    
    This reverts commit 5db2d5d.
    
    * #128: test intercept reversion
    
    * Revert "Revert "Tpetra: Disable cudaMemcpyAsync for Intercept.cpp""
    
    This reverts commit de87a22.
    
    * #128: fix underscore
    
    * #128: run GPU pipeline on merge to fy23 develop
    
    ---------
    
    Co-authored-by: Thomas Dutheillet-Lamonthézie <[email protected]>
    Co-authored-by: Jacob Domagala <[email protected]>
    3 people authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bc06de5 View commit details
    Browse the repository at this point in the history
  2. #165: Framework: Fix GPU Pipeline (#166)

    * #165: create default docker tag for pushes to nga-fy23-develop
    
    * #165: fix concurrency group for gpu build
    cwschilly authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    20139f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4f8721 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #133 from NexGenAnalytics/130-anasazi-provide-tpet…

    …ra-version-of-epetra-only-tests
    
    #130: Anasazi: Provide Tpetra version of Epetra only tests
    stmcgovern authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6c2245d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    dfc2e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1abfeda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba9a68b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eb7f73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf87af8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5970d37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ad2796 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a05aee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba9d0b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92f3e2f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc841f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    048483e View commit details
    Browse the repository at this point in the history
  13. #74: continue debugging

    cwschilly committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4da6b30 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4ed6f32 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d0599dd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dc904bd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3a4cfb2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b3b960f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c207aae View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5ed2a34 View commit details
    Browse the repository at this point in the history
  21. #74: fix MatrixMatrix::add

    cwschilly committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bd8e293 View commit details
    Browse the repository at this point in the history
  22. #74: clean up

    cwschilly committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a9d836f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d7c1aaf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1a245bb View commit details
    Browse the repository at this point in the history
  25. #74: set tol based on ST

    cwschilly committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    24f0953 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    67116cc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2005206 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    595cd3e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    529378c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    edad54f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1f6e7aa View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f668213 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    56b84ce View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    735ee0b View commit details
    Browse the repository at this point in the history
  35. #148: create multidiag

    cwschilly committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b8bc306 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a03fbfd View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a60155b View commit details
    Browse the repository at this point in the history
  38. #159: add GCRODR subdir

    cwschilly committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    987cdc8 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f6b5c25 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    95f6536 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5a977da View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    eb93ea7 View commit details
    Browse the repository at this point in the history
  43. Merge pull request #157 from NexGenAnalytics/156-percept-remove-use-o…

    …f-MPI_COMM_WORLD
    
    Percept: Remove use of hardcoded MPI_COMM_WORLD
    stmcgovern authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    104e577 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    89f5685 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    3fe9631 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #110 from NexGenAnalytics/96-pamgen-remove-use-of-…

    …MPI_COMM_WORLD
    
    #96: Remove use of MPI_COMM_WORLD in Pamgen package
    stmcgovern authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e5c4a0b View commit details
    Browse the repository at this point in the history
  47. #74: remove newline

    cwschilly committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    08e1c64 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d318d43 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    a1a95cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from NexGenAnalytics/148-belos-update-all-_di…

    …agcpp-tests-to-use-tpetra
    
    #148: Belos: Update all `*_diag.cpp` tests to use `Tpetra`
    stmcgovern authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f9116d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #70 from NexGenAnalytics/55-belos-add-minres-and-p…

    …cpg-tpetra-tests
    
    #55: Belos: Add MINRES tpetra test
    stmcgovern authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fcfdbe7 View commit details
    Browse the repository at this point in the history
  4. #159: increase tol

    cwschilly committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8281d0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad7f9ff View commit details
    Browse the repository at this point in the history
  6. #159: clean-up

    cwschilly committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6410ed0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    8b75361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a753c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    610d86e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e00b894 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc94f41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9f7d4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9afa732 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. #178: begin galeri example

    cwschilly committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c7343ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4551e0 View commit details
    Browse the repository at this point in the history
  3. #159: fix cmakelists

    cwschilly committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a9cc651 View commit details
    Browse the repository at this point in the history
  4. #159: fix return statement

    cwschilly committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4ec44e8 View commit details
    Browse the repository at this point in the history
  5. #178: finish galeri ex

    cwschilly committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    09243d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e047d5b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge pull request #152 from NexGenAnalytics/151-provide-tpetra-versi…

    …on-of-pseudocgindefinite-test
    
    #151: Belos: Provide `Tpetra` version of pseudo_cg_indefinite test
    stmcgovern authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a8150ce View commit details
    Browse the repository at this point in the history
  2. #178: make final changes

    cwschilly committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7ffa0b2 View commit details
    Browse the repository at this point in the history
  3. #159: rearrange includes

    cwschilly committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    76545f9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #76 from NexGenAnalytics/74-belos-add-pcpg-tpetra-…

    …test
    
    #74:  Belos: Add PCPG tpetra test
    stmcgovern authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1107617 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #164 from NexGenAnalytics/159-belos-provide-tpetra…

    …-version-of-gcrodr-examples
    
    #159: Belos: Provide `Tpetra` version of GCRODR examples
    stmcgovern authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3c563bc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    fa1beda View commit details
    Browse the repository at this point in the history
  2. #163: WIP rewriting LSQRT example

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    05979db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97cd7c6 View commit details
    Browse the repository at this point in the history
  4. #163: fix method calls

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d84c6c7 View commit details
    Browse the repository at this point in the history
  5. #163: WIP fix another method calls

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    666321d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e95f0f View commit details
    Browse the repository at this point in the history
  7. #163: clean code

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    94f1cdc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fae05cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0067fb1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7dc9a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    200f629 View commit details
    Browse the repository at this point in the history
  12. #163: remove invalid method

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    638d450 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0bba07a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    df1c5b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a298349 View commit details
    Browse the repository at this point in the history
  16. #163: update comment in CMakeLists

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    83f1eda View commit details
    Browse the repository at this point in the history
  17. #163: remove a comment

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    caaad12 View commit details
    Browse the repository at this point in the history
  18. #163: remove test of the examples

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a5d9c63 View commit details
    Browse the repository at this point in the history
  19. #163: test change epsilon

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    695bd02 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6f221cb View commit details
    Browse the repository at this point in the history
  21. #163: fix type error

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5d82fd3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    beaf12b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3351d20 View commit details
    Browse the repository at this point in the history
  24. #163: clean code

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8aa8048 View commit details
    Browse the repository at this point in the history
  25. #163: clean code

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c97603b View commit details
    Browse the repository at this point in the history
  26. #163: remove test from example

    tlamonthezie authored and cwschilly committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0b158b3 View commit details
    Browse the repository at this point in the history
  27. Init commit

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7f33f0f View commit details
    Browse the repository at this point in the history
  28. Merge pull request #168 from NexGenAnalytics/163-belos-add-LSQR-examples

    #163: Belos: Provide `Tpetra` version of LSQR examples
    stmcgovern authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    096231a View commit details
    Browse the repository at this point in the history
  29. #134: Add test_pseudo_tfqmr_hb

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    826da81 View commit details
    Browse the repository at this point in the history
  30. #134: Clean

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f9a1ee6 View commit details
    Browse the repository at this point in the history
  31. #134: Clean

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    764b6a7 View commit details
    Browse the repository at this point in the history
  32. #134: Add test_pseudo_ptfqmr_hb

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    02ccdc5 View commit details
    Browse the repository at this point in the history
  33. #134: Add test_ptfqmr_hb

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2acb1f9 View commit details
    Browse the repository at this point in the history
  34. #134: Fix tol type

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a00b53b View commit details
    Browse the repository at this point in the history
  35. #134: Wrapped for float

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    566b519 View commit details
    Browse the repository at this point in the history
  36. #134: Factorization of the code and tfqmr_hb tests with pseudo and wi…

    …thout
    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    26c24a9 View commit details
    Browse the repository at this point in the history
  37. #134: DOne for tfqmr_hb tests with pseudo and without

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3235f4f View commit details
    Browse the repository at this point in the history
  38. #134: Factorization of the code and ptfqmr_hb tests with pseudo and w…

    …ithout
    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6f871a9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9da4482 View commit details
    Browse the repository at this point in the history
  40. #134: Remove unused include

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b87af93 View commit details
    Browse the repository at this point in the history
  41. #134: Redo the tolerance

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    438202c View commit details
    Browse the repository at this point in the history
  42. #134: Fix review

    antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cb147b3 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9a7330f View commit details
    Browse the repository at this point in the history
  44. Initial conversion

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4adaebf View commit details
    Browse the repository at this point in the history
  45. #162: Clean comments

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f974660 View commit details
    Browse the repository at this point in the history
  46. #162: Put back verbose parameter

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8c05ce7 View commit details
    Browse the repository at this point in the history
  47. #162: Add return statement

    antoine.meyer1 authored and antoinemeyer5 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1b7587d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d08e66e View commit details
    Browse the repository at this point in the history
  49. Merge pull request #135 from NexGenAnalytics/134-add-belos-tfqmr-tpetra

    #134: Belos: Add TFQMR tpetra test
    stmcgovern authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cec846d View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    5c7349a View commit details
    Browse the repository at this point in the history
  51. Merge pull request #171 from NexGenAnalytics/162-tpetra-rcg-example

    #162: Belos: Provide `Tpetra` version of RCG example
    stmcgovern authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4baa564 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #177 from NexGenAnalytics/176-fix-MINRES-test-retu…

    …rn-code
    
    #176: Belos: fix MINRES test return code
    stmcgovern authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bb280bf View commit details
    Browse the repository at this point in the history
  53. Merge pull request #179 from NexGenAnalytics/178-blockgmres

    #178: Belos: Provide `Tpetra` version of BlockGmres examples
    stmcgovern authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0ea1e38 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. #197: Init addition

    antoinemeyer5 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    062f0b5 View commit details
    Browse the repository at this point in the history