Skip to content
Snippets Groups Projects
Commit 3061c7f3 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

added missing SyncGhostOwners

parent cfeb72ec
No related merge requests found
...@@ -74,6 +74,7 @@ if __name__ == '__main__': ...@@ -74,6 +74,7 @@ if __name__ == '__main__':
comm.append(mpi.ClearNextNeighborSync()) comm.append(mpi.ClearNextNeighborSync())
comm.append(mpi.ReduceContactHistory()) comm.append(mpi.ReduceContactHistory())
comm.append(mpi.ReduceProperty()) comm.append(mpi.ReduceProperty())
comm.append(mpi.SyncGhostOwners(ps))
comm.append(mpi.SyncNextNeighbors(ps)) comm.append(mpi.SyncNextNeighbors(ps))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment