From c2de27a2a14cb325b0a48691a23fdc357b9deec7 Mon Sep 17 00:00:00 2001 From: "Roy H. Stogner" Date: Mon, 2 Oct 2023 16:43:06 -0600 Subject: [PATCH] Fix PETSc version requirement for distributed test We got this updated but only for the replicated version of the test This fixes regressions we've been seeing in libMesh CI ever since #23502 --- test/tests/partitioners/block_weighted_partitioner/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/partitioners/block_weighted_partitioner/tests b/test/tests/partitioners/block_weighted_partitioner/tests index acb6c2dae774..b7d54471e472 100644 --- a/test/tests/partitioners/block_weighted_partitioner/tests +++ b/test/tests/partitioners/block_weighted_partitioner/tests @@ -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