File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,15 @@ solvers can be found within the submodule `pylops_mpi.optimization`.
146146PyLops-MPI Linear Operators typically utilize halo exchange to facilitate operations at each rank. We encourage users to
147147ensure that the local data shapes at each rank are consistent to enable matrix-vector products without requiring
148148external 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
You can’t perform that action at this time.
0 commit comments