Skip to content

Commit

Permalink
Constrain petsc(4py) < 3.20.3
Browse files Browse the repository at this point in the history
Avoids failures in:
- fipy/terms/abstractConvectionTerm.py
- examples/diffusion/nthOrder/input4thOrder1D.py
and crashes in:
- examples/phase/binaryCoupled.py
- examples/diffusion/nthOrder/input4thOrder_line.py
  • Loading branch information
guyer committed Jul 30, 2024
1 parent 0c192d8 commit c63df36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/petsc-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
- pip
- mpich
- mpi4py
# petsc 3.21 has parallel failure when running tests
- petsc4py < 3.21
# petsc >= 3.20.3 has parallel failures when running tests
- petsc4py < 3.20.3
platforms:
- linux-64
- osx-64
Expand Down

0 comments on commit c63df36

Please sign in to comment.