Пакет amgcl-devel: Информация

    Исходный пакет: amgcl-devel
    Версия: 1.4.4-alt2
    Собран:  20 мая 2025 г. 13:16
    Категория: Науки/Математика
    Сообщить об ошибке в пакете
    Домашняя страница: https://amgcl.readthedocs.io

    Лицензия: MIT
    О пакете: C++ library for solving large sparse linear systems with algebraic multigrid method
    Описание: 
    AMGCL is a header-only C++ library for solving large sparse linear systems with
    algebraic multigrid (AMG) method. AMG is one of the most effective iterative
    methods for solution of equation systems arising, for example, from discretizing
    PDEs on unstructured grids. The method can be used as a black-box solver for
    various computational problems, since it does not require any information about
    the underlying geometry. AMG is often used not as a standalone solver but as a
    preconditioner within an iterative solver (e.g. Conjugate Gradients, BiCGStab,
    or GMRES).
    
    AMGCL builds the AMG hierarchy on a CPU and then transfers it to one of the
    provided backends. This allows for transparent acceleration of the solution
    phase with help of OpenCL, CUDA, or OpenMP technologies. Users may provide their
    own backends which enables tight integration between AMGCL and the user code.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    amgcl-devel (noarch)

    Сопровождающий: Pavel Skrylev

    Список участников:
    Pavel Skrylev

      1. libgomp-devel
      2. /proc
      3. openmpi-devel
      4. libmetis-devel
      5. boost-devel
      6. boost-program_options-devel
      7. cmake
      8. libscotch-devel
      9. libblas-devel
      10. rpm-macros-cmake
      11. gcc-c++

    Последнее изменение


    13 мая 2025 г. Pavel Skrylev 1.4.4-alt2
    - ! fixed policies and cmake min version for newer cmake
    - ! fixed requires for the devel pckage
    24 ноября 2024 г. Pavel Skrylev 1.4.4-alt1
    - initial build for Sisyphus