Skip to content

Commit

Permalink
CTest
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Dec 8, 2024
1 parent a3e2667 commit e16a0f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dependencies/dependencies_hip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ sudo apt-get install -y --no-install-recommends \
rocprofiler-dev \
rocrand-dev \
rocfft-dev \
rocprim-dev
rocprim-dev \
rocsparse-dev \
hipsparse-dev

# hiprand-dev is a new package that does not exist in old versions
sudo apt-get install -y --no-install-recommends hiprand-dev || true
Expand Down
2 changes: 1 addition & 1 deletion Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ else()
endif ()

if (AMReX_LINEAR_SOLVERS)
list(APPEND AMREX_TESTS_SUBDIRS LinearSolvers)
list(APPEND AMREX_TESTS_SUBDIRS Algebra LinearSolvers)
endif ()

if (AMReX_FFT)
Expand Down

0 comments on commit e16a0f6

Please sign in to comment.