Package cilk: Information
Source package: cilk
Version: 5.4.6-alt12
Build time: Jul 5, 2021, 11:08 AM in the task #277314
Category: Development/C
Report package bugHome page: http://supertech.csail.mit.edu/cilk/
License: GPL v2 or later
Summary: Language for multithreaded parallel programming based on ANSI C
Description:
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.
List of RPM packages built from this SRPM:
cilk (x86_64, ppc64le, i586)
cilk-debuginfo (x86_64, ppc64le, i586)
cilk-doc (noarch)
cilk-examples (noarch)
libcilk (x86_64, ppc64le, i586)
libcilk-debuginfo (x86_64, ppc64le, i586)
libcilk-devel (x86_64, ppc64le, i586)
cilk (x86_64, ppc64le, i586)
cilk-debuginfo (x86_64, ppc64le, i586)
cilk-doc (noarch)
cilk-examples (noarch)
libcilk (x86_64, ppc64le, i586)
libcilk-debuginfo (x86_64, ppc64le, i586)
libcilk-devel (x86_64, ppc64le, i586)
Maintainer: Ilya Kurdyukov
Last changed
July 5, 2021 Ilya Kurdyukov 5.4.6-alt12
- Added e2k support - Excluded unsupported armh and aarch64
Nov. 13, 2017 Aleksei Nikiforov 5.4.6-alt11
- Fixed build with gcc-6.
Jan. 27, 2013 Eugeny A. Rostovtsev 5.4.6-alt10
- Disabled build of examples