Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EiffL authored Jul 8, 2024
1 parent b226590 commit 5e5484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ with mesh:
halo_extents=(32,32,32),
halo_periods=(True,True,True))
# Remove the halo regions
recarray = jaxdecomp.slice_unpad(exchanged_reduced, padding_width, pdims)
recarray = jaxdecomp.slice_unpad(exchanged_array, padding_width, pdims)

# Gather the results (only if it fits on CPU memory)
gathered_array = multihost_utils.process_allgather(recarray, tiled=True)
Expand Down

0 comments on commit 5e5484e

Please sign in to comment.