Skip to content

Commit

Permalink
Use simple parttioner in ensemble tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Sep 12, 2024
1 parent 2e47445 commit 5191820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/test_ensembleparallelism.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def ensemble():
def mesh(ensemble):
if COMM_WORLD.size == 1:
return
return UnitSquareMesh(10, 10, comm=ensemble.comm)
return UnitSquareMesh(10, 10, comm=ensemble.comm, distribution_parameters={"partitioner_type": "simple"})


# mixed function space
Expand Down

0 comments on commit 5191820

Please sign in to comment.