Skip to content

Commit 6be259f

Browse files
Minor update paper.md
1 parent 502e9d0 commit 6be259f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

joss/paper.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,15 @@ solvers can be found within the submodule `pylops_mpi.optimization`.
146146
PyLops-MPI Linear Operators typically utilize halo exchange to facilitate operations at each rank. We encourage users to
147147
ensure that the local data shapes at each rank are consistent to enable matrix-vector products without requiring
148148
external communication. However, if the local shapes of the data and model at each rank do not match during these
149-
operations, the operator performs a halo exchange, transferring data cells (commonly referred to as "ghost cells") from
150-
neighboring processes. This process ensures that the model vector and data vector shapes at each rank are correctly
151-
aligned for the operation. Consequently, this data transfer enables efficient local computations without the need for
152-
explicit inter-process communication, thereby avoiding heavy communication overhead.
149+
operations, the operator performs a halo exchange, transferring boundary data cells (commonly referred to as "ghost
150+
cells") to/from neighboring processes. This process ensures that the model vector and data vector shapes at each rank
151+
are correctly aligned for the operation. Consequently, this data transfer enables efficient local computations without
152+
the need for explicit inter-process communication, thereby avoiding heavy communication overhead.
153153

154154
# Use Cases
155155

156+
- *Post Stack Inversion - 3D* -
157+
158+
- *Least-Squares Seismic Migration* -
159+
156160
# References

0 commit comments

Comments
 (0)