diff --git a/pyNN/arbor/simulator.py b/pyNN/arbor/simulator.py index 69c7eab9..528e8d4d 100644 --- a/pyNN/arbor/simulator.py +++ b/pyNN/arbor/simulator.py @@ -186,7 +186,7 @@ def __init__(self): comm = arbor.mpi_comm(MPI.COMM_WORLD) else: comm = None - self.arbor_context = arbor.context(alloc, comm) + self.arbor_context = arbor.context(alloc, mpi=comm) # unclear if we can create the recipe now, or if we have to # construct it only when we've assembled the whole network self.network = NetworkRecipe()