Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040658
en ru br
ALT Linux repos
S:5.4.6-alt13

Group :: Development/C
RPM: cilk

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 5.4.6-alt13
Build date: 30 august 2021, 14:59 ( 134.4 weeks ago )
Size: 903.35 Kb

Home page:   http://supertech.csail.mit.edu/cilk/

License: GPL-2.0+
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.

Current maintainer: Aleksei Nikiforov

List of contributors

List of rpms provided by this srpm:

  • cilk
  • cilk-debuginfo
  • cilk-doc
  • cilk-examples
  • libcilk
  • libcilk-debuginfo
  • libcilk-devel
  • libcilk-devel-static
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin