We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2e7349 + fcc3d68 commit 3906777Copy full SHA for 3906777
pixell/tilemap.py
@@ -520,7 +520,7 @@ def get_active_distributed(tile_map, comm):
520
iactive = utils.allreduce(iactive, comm)
521
return np.nonzero(iactive)[0]
522
523
-def reduce(tile_map, comm, root=0, itemhack=False):
+def reduce(tile_map, comm, root=0, itemhack=True):
524
"""Given a distributed TileMap tile_map, collect all the tiles
525
on the task with rank root (default is rank 0), and return it.
526
Multiply owned tiles are reduced. Returns a TileMap with no
0 commit comments