Thanks to visit codestin.com
Credit goes to github.com

Skip to content

henglinli/seta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seta

Build Status

Work-stealing scheduler for multithread parallel processing based on Cilk(1)(2). Seta is structured as a library, providing the user with a set of functions to explicit the parallelism. Seta is also an evaluator that computes information about the global spawn-tree of a given computation and the allocated memory in order to prove the statements in the Cilk's theory.

[1] Robert D. Blumofe and Charles E. Leiserson. Scheduling multithreaded computations by work stealing. [2] Robert D. Blumofe, Christopher F.Joerg, Brandley C. Kuszmaul, Charles E. Leiserson, Keith H.Randall, Yuli Zhou. Cilk: an efficient multithreaded runtime system.

About

Work-stealing scheduler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.9%
  • Makefile 11.1%