Skip to content

Commit

Permalink
Fix to work with Arbor 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Feb 23, 2024
1 parent 740bddc commit cfae3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyNN/arbor/simulator.py
Expand Up @@ -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()
Expand Down

0 comments on commit cfae3a6

Please sign in to comment.