Skip to content

Commit

Permalink
MAINT: Try to configure petsc with hypre
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Aug 28, 2024
1 parent 4cc5d67 commit e0f395d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
echo "PETSC_DIR=/usr/local/petsc" >> $GITHUB_ENV
echo "PETSC_ARCH=arch-linux-c-opt" >> $GITHUB_ENV
- name: Configure and install Hypre
run: |
# Run ./configure --download-hypre in petsc folder
cd /usr/local/petsc
./configure --download-hypre
# Installation of petsc in parallel

# - name: Install dependencies
Expand Down

0 comments on commit e0f395d

Please sign in to comment.