forked from cart-pucminas/scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
34 lines (23 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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>.