Пакет cilk: Информация

    Исходный пакет: cilk
    Версия: 5.4.6-alt13
    Собран:  11 марта 2022 г. 10:22
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: http://supertech.csail.mit.edu/cilk/

    Лицензия: GPL-2.0+
    О пакете: Language for multithreaded parallel programming based on ANSI C
    Описание: 
    Cilk is a language for multithreaded parallel programming based on ANSI
    C. Cilk is designed for general-purpose parallel programming, but it is
    especially effective for exploiting dynamic, highly asynchronous
    parallelism, which can be difficult to write in data-parallel or
    message-passing style. Using Cilk, our group has developed three
    world-class chess programs, StarTech, *Socrates, and Cilkchess. Cilk
    provides an effective platform for programming dense and sparse
    numerical algorithms, such as matrix factorization and N-body
    simulations, and we are working on other types of applications. Unlike
    many other multithreaded programming systems, Cilk is algorithmic, in
    that the runtime system employs a scheduler that allows the performance
    of programs to be estimated accurately based on abstract complexity
    measures.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    cilk (e2kv6, e2kv5, e2kv4, e2k)
    cilk-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    cilk-doc (noarch)
    cilk-examples (noarch)
    libcilk (e2kv6, e2kv5, e2kv4, e2k)
    libcilk-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libcilk-devel (e2kv6, e2kv5, e2kv4, e2k)
    libcilk-devel-static (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Aleksei Nikiforov

    Список участников:
    Aleksei Nikiforov
    Ilya Kurdyukov
    Eugeny A. Rostovtsev

      1. chrpath
      2. flex

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


    30 августа 2021 г. Aleksei Nikiforov 5.4.6-alt13
    - Disabled LTO.
    5 июля 2021 г. Ilya Kurdyukov 5.4.6-alt12
    - Added e2k support
    - Excluded unsupported armh and aarch64
    13 ноября 2017 г. Aleksei Nikiforov 5.4.6-alt11
    - Fixed build with gcc-6.