-The iterative algorithms suffer from the scalability problem on large computing platforms due to the large amount of communications and synchronizations. In this context, the multisplitting methods are well-known to be more adapted to large-scale clusters of processors. The main principle of the multisplitting methods is to split the large problem to solve in different blocks in such a way that each block can be solved by a processor or a set of processors and thus to minimize by this way the synchronizations over the large cluster. However these methods suffer from slow convergence. In fact, the larger the number of splittings is, the larger the spectral radius is, thereby slowing the convergence of the multisplitting algorithm.
+Iterative algorithms suffer from scalability problems on large computing
+platforms due to the large amount of communications and synchronizations. In
+this context, multisplitting methods are well-known to be more adapted to
+large-scale clusters of processors. The main feature of multisplitting methods
+is to split large problems in different blocks in such a way that each block can
+be solved by a processor or a set of processors and thus to minimize
+synchronizations over the large cluster. However these methods suffer from slow
+convergence. In fact, the larger the number of splittings is, the larger the
+spectral radius is, thereby slowing the convergence of the multisplitting
+algorithm.