Package trlan: Information

    Source package: trlan
    Version: 20021121-alt7
    Build time:  Apr 15, 2011, 12:24 AM
    Report package bug
    License: BSD-like
    Summary: The thick-restart Lanczos method
    Description: 
    This software package implements the thick-restart Lanczos method. It can be
    used on either a single address space machine or a distributed parallel machine.
    The user can choose to implement or use a matrix-vector multiplication routine
    in any form convenient. Most of the arithmetic computations in the software are
    done through calls to BLAS and LAPACK.
    
    The software is written in Fortran 90. Because Fortran 90 offers many utility
    functions such functions such as dynamic memory management, timing functions,
    random number generator and so on, the program is easily portable to different
    machines without modifying the source code. It can also be easily accessed from
    other language such as C or C++. Since the software is highly modularized, it
    relatively easy to adopt it for different type of situation. For example if the
    eigenvalue problem may have some symmetry and only a portion of the physical
    domain is discretized, then the dot-product routine needs to be modified. In
    this software, this modification is limited to one subroutine. It also can be
    instructed to write checkpoint files so that it can be restarted is a later time.

    List of rpms provided by this srpm:
    libtrlan (x86_64, i586)
    libtrlan-debuginfo (x86_64, i586)
    libtrlan-devel (x86_64, i586)
    trlan (x86_64, i586)
    trlan-debuginfo (x86_64, i586)
    trlan-doc (noarch)
    trlan-examples (noarch)
    trlan-info (noarch)


    List of contributors:
    Eugeny A. Rostovtsev

      1. liblapack-goto-devel
      2. chrpath
      3. openmpi-devel

    Last changed


    April 15, 2011 Eugeny A. Rostovtsev 20021121-alt7
    - Rebuilt
    April 10, 2011 Eugeny A. Rostovtsev 20021121-alt6
    - Built with GotoBLAS2 instead of ATLAS
    - Disabled devel-static package
    March 22, 2011 Eugeny A. Rostovtsev 20021121-alt5
    - Added -g into compiler flags