recsy
RECSY and SCASY library software: Recursive blocked and parallel algorithms for Sylvester-type matrix equations with some applications In this contribution, we review state-of-the-art high-performance computing software for solving common standard and generalized continuous-time and discrete-time Sylvester-type matrix equations. The analysis is based on RECSY and SCASY software libraries. Our algorithms and software rely on the standard Schur method. Two ways of introducing blocking for solving matrix equations in reduced (quasi-triangular) form are reviewed. Most common is to perform a fix block partitioning of the matrices involved and rearrange the loop nests of a single-element algorithm so that the computations are performed on submatrices (matrix blocks). Another successful approach is to combine recursion and blocking. We consider parallelization of algorithms for reduced matrix equations at two levels: globally in a distributed memory paradigm, and locally on shared memory or multicore nodes as part of the distributed memory environment.par Distributed wave-front algorithms are considered to compute the solution to the reduced triangular systems. Parallelization of recursive blocked algorithms is done in two ways. The simplest way is so-called implicit data parallelization, which is obtained by using SMP-aware implementations of level 3 BLAS. Complementary to this, there is also the possibility of invoking task parallelism. This is done by explicit parallelization of independent tasks in a recursion tree using OpenMP. A brief account of some software issues for the RECSY and SCASY libraries is given. Theoretical results are confirmed by experimental results.
Keywords for this software
References in zbMATH (referenced in 7 articles )
Showing results 1 to 7 of 7.
Sorted by year (- Sato, Taisuke: A linear algebraic approach to Datalog evaluation (2017)
- Townsend, Alex; Olver, Sheehan: The automatic solution of partial differential equations using a global spectral method (2015)
- Diao, Huaian; Xiang, Hua; Wei, Yimin: Mixed, componentwise condition numbers and small sample statistical condition estimation of Sylvester equations. (2012)
- Granat, Robert; Jonsson, Isak; Kågström, Bo: RECSY and SCASY library software: Recursive blocked and parallel algorithms for Sylvester-type matrix equations with some applications (2009)
- Emoto, Kento; Hu, Zhenjiang; Kakehi, Kazuhiko; Takeichi, Masato: A compositional framework for developing parallel programs on two-dimensional arrays (2007)
- Elmroth, Erik; Gustavson, Fred; Jonsson, Isak; Kågström, Bo: Recursive blocked algorithms and hybrid data structures for dense matrix library software (2004)
- Granat, Robert; Jonsson, Isak; Kågström, Bo: Combining explicit and recursive blocking for solving triangular Sylvester-type matrix equations on distributed memory platforms (2004)
Further publications can be found at: http://www8.cs.umu.se/~isak/recsy/#References