Skip to content

Commit

Permalink
Try the simple partitioner
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Aug 17, 2024
1 parent 5de1862 commit 2a7f468
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 @@ -67,7 +67,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 2a7f468

Please sign in to comment.