-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (22 loc) · 1.21 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
TaskGen v1.0 - by Paul Emberson <paule -at-domain- rapitasystems.com>
======================================================================
This is a Python script for generating task-sets for multi-processor
systems with Roger Stafford's randfixedsum algorithm. It requires the
numpy library (http://numpy.scipy.org/). It has been tested with
Python 2.6.5 and numpy 1.4.1 and also Python 2.7 and the latest svn of
numpy (as showing up on July, 12th).
There isn't a website for the tool at the moment, so it is being
distributed through the WATERS 2010 webpage. However, this initial
release and any subsequent ones will be announced on the Rapita
Systems blog at http://www.rapitasystems.com/blog.
There isn't any documentation for the software either. However, if you
type taskgen.py --help then you will get an insightful help message.
Compile
======================================================================
This software is a Python script and does not need to be compiled.
Install
======================================================================
Just type 'make' in order to see the available install options.
License
======================================================================
Type 'taskgen.py --about'.