Skip to content

Commit

Permalink
Add hypre build to HIP CI
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Aug 3, 2023
1 parent 7cf3ccf commit 0b99576
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/CI-e4s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ jobs:
-DHeffte_ENABLE_ROCM=ON
cmake --build build --parallel 2
cmake --install build
- name: Checkout hypre
uses: actions/[email protected]
with:
repository: hypre-space/hypre
ref: v2.22.1
path: hypre
- name: Build hypre
working-directory: hypre/src
run: |
[[ ${{ matrix.cmake_build_type }} == Debug ]] && hypre_cmake_opts+=( --enable-debug )
./configure --install=$HOME/hypre --with-hip --with-gpu-arch=vega908 ${hypre_cmake_opts[@]}
make -j2 install
- name: Checkout ALL
run: |
git clone --depth 1 --branch v0.9.2 https://gitlab.jsc.fz-juelich.de/SLMS/loadbalancing ALL
Expand Down

0 comments on commit 0b99576

Please sign in to comment.