Skip to content

Commit

Permalink
Merge pull request #25647 from roystgnr/petsc_requirement
Browse files Browse the repository at this point in the history
Fix PETSc version requirement for distributed test
  • Loading branch information
roystgnr authored Oct 3, 2023
2 parents 4e9d07e + c2de27a commit 750e5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/partitioners/block_weighted_partitioner/tests
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
input = 'block_weighted_partitioner.i'
exodiff = 'block_weighted_partitioner_out_distributed.e'
cli_args = 'Outputs/file_base=block_weighted_partitioner_out_distributed'
petsc_version = '>=3.10.0'
petsc_version = '>=3.18.0' # PTScotch 7.0.1 changes partitioning for this test as of 3.18.0
min_parallel = 4
max_parallel = 4
# different mode generates different partition
Expand Down

0 comments on commit 750e5c6

Please sign in to comment.