From 10a2e317d6734c70fd350054cbde28d26fb3234b Mon Sep 17 00:00:00 2001 From: Rohan Babbar Date: Wed, 27 Nov 2024 14:38:46 +0530 Subject: [PATCH] Update paper.md --- joss/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joss/paper.md b/joss/paper.md index 173498e..44bc851 100644 --- a/joss/paper.md +++ b/joss/paper.md @@ -61,7 +61,7 @@ PyLops-MPI is designed to tackle large-scale linear inverse problems that are di ![Software Framework representation of the ``PyLops-MPI`` API.](figs/software_framework.png) -Fig. 1 illustrates the main components of the library, emphasizing the relationship between the DistributedArray class, stacked operators, and MPI-powered solvers. The figure highlights the integration of data partitioning, halo exchange mechanisms, and the facilitation of parallel computation. +Fig. 1 illustrates the main components of the library, emphasizing the relationship between the DistributedArray class, stacked operators, and MPI-powered solvers. ## DistributedArray