Skip to content

This repository packages a collection of tools for analyzing and assessing the performance of System Scheduling strategies.

License

Notifications You must be signed in to change notification settings

Theeeccoo/scheduler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                              SCHEDULER

https://www.cart-research.com/home/scheduling

ABOUT

    This repository packages a collection of tools for analyzing and
    assessing the performance of loop scheduling strategies. Here is
    a brief description of each tool that is hereby shipped:

        * WorkloadGen: a synthetic workload generator that is able to
          generate even and uneven workloads based on well-known
          probabilistic density functions.
        
        * SimSched: an event-driven simulator that enables a fast and
          accurate performance evaluation of several loop scheduling
          strategies.

BUILDING

    To build this repository:

        $ cd ~/
        $ cd contrib ; bash setup-contrib.sh ; cd ..
        $ git clone https://github.com/cart-pucminas/scheduler
        $ cd scheduler
        $ make

LICENSE AND MAINTAINERS

    This is an open source project that is publicy available under the
    GPL V3 license and is maintained by Pedro H. Penna. Any questions
    or suggestions send him an email: <pedrohenriquepenna@gmail.com>.

About

This repository packages a collection of tools for analyzing and assessing the performance of System Scheduling strategies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.0%
  • Shell 0.4%