1 / 19

An overview of Eigensolvers on HPCx

An overview of Eigensolvers on HPCx. Dr. A.G. Sundelarnd, Dr. E.Y Breitmoser Daresbury Laboratory, Warrington, UK WA4 4AD EPCC, University of Edinburgh, UK Presented by Luis Basurto. The standard Eigenvalue problem. Ax= λ x. The General Eigenvalue Problem. Ax= λ Bx

nicki
Download Presentation

An overview of Eigensolvers on HPCx

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Anoverview of EigensolversonHPCx Dr. A.G. Sundelarnd, Dr. E.Y Breitmoser Daresbury Laboratory, Warrington, UK WA4 4AD EPCC, University of Edinburgh, UK Presented by Luis Basurto

  2. ThestandardEigenvalueproblem Ax=λx

  3. The General EigenvalueProblem Ax=λBx A and B dense real (typically symmetric) or Hermitian matrices As B is Hermitian positive definite, we can always express B in terms of Cholesky decomposition, specifically B=LL*, where L is a lower triangular matrix.

  4. Eigensolverapproach Reduction of thematrixtotri-diagonal form, typicallyusingtheHousedefReduction. Solutions of thematrixtri-diagonal Eigenproblemviaone of thefolliwngmethods BisectionfortheEigenvalues and inverseiterationfortheEigenvectors. QR algorithm Divide and Conquermethod (D&C) MultipleRelativelyRobustRepresentation (MR3 algorithm) Back substitutiontofindEigenvectorsforthe full problem.

  5. Othermethods Jacobi method Symmetric Invariant Subspace Decomposition Algorithm (SYSDA)

  6. Eigensolvers Complexity Overheads Parallelisation Issues The Nonsymmetric Eigenvalue problem

  7. ScaLAPACK Memory requirements O(n2) Large workspace requirement for orthogonal Eigenvectors

  8. PESSL (ParallelEngineering and ScientificSubroutine Library) Provided by IBM Provides solutions for both the standard and positive definite generalized problem.

  9. PeIGS (ParallelEigensystemSolver) Solution to both standard and generalized problem Requires LAPACK and BLAS No longer under active development

  10. BFG: A new implementation of a ParallelJacobiEigensolver Solves standard dense symmetric, real and Hermitian Eigenproblems. Requires BLAS and MPI. Is an iterative method.

  11. PLAPACK (Parallel Linear Algebra Package) Solves for dense symmetric standard problem. Written in Fortran and C. Requires BLAS and MPI. MR3 algorithm requires O(n2) operations and O(n) workspace.

  12. PARPACK (Parallel ARPACK) Solves for large symmetric and nonsymmetric, generalized Eigenproblems. Written in Fortran 77. Requires BLACS ans MPI. Software available for both serial and parallel version.

  13. PRISM (ParallelResearchonInvariantSubspaceMethods) Solves for dense symmetric Eigensystems. Requires LAPACK, BLAS and MPI. Written in C, no Fortran interface available.

  14. PJAC (ParallelJACobianEigensolverlibrary) Eigensolver for symmetric Hermitian for the standard problem. Size can be from n=2 to 8192. Algorithm is a hybrid of Jacobi methods.

  15. HJS Solves real, dense symmetric matrices. Focuses on the reduction to tri-diagonal form and back-transformation of Eigenvectors. Developed by Hendrickson, Jessup and Smith Developed to test efficiency and not for public use.

  16. PINEAPL (Parallel Industrial NumEricalApplications and Portable Libraries) Solves real or Hermitian, symmetric or nonsymmetric, dense, standard Eigenvalue problems. Written in Fortran 77 Requires BLACS, BLAS and MPI. No longer available, now included in NAG parallel library.

  17. AvailabilityonHPCx ScaLAPACK and PESSL available for all users. PeIGS, BFG, PLAPACK and PARPACK on request. PRSIM and PJAC not currently available. NAG (PINEAPL) not available. HJS not available, never intended for public use.

  18. Summary and Conclusions All parallel Eigensolvers presented are for dense systems, except PARPACK which is only suitable for sparse systems. ScaLAPACK solves many kinds of dense Eigenvalues problems. PESSL can be used also, as it is optimised for IBM. Progess should be monitored for the new MR3 algorithm in PLAPACK.

  19. Questions?

More Related