Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pylops_mpi/DistributedArray.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ def __setitem__(self, index, value):
`Partition.SCATTER` - Local Arrays are assigned their
unique values.

`Partition.UNSAFE_SCATTER` - Local Arrays are assigned their
unique values.
`Partition.UNSAFE_BROADCAST` - Local arrays are updated on each
rank without communication across ranks.

`Partition.BROADCAST` - The value at rank-0 is broadcasted
and is assigned to all the ranks.
Expand Down