Changes between Version 21 and Version 22 of Check


Ignore:
Timestamp:
Oct 12, 2010, 5:55:22 PM (14 years ago)
Author:
andrei.voinescu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Check

    v21 v22  
    157157    * a tuple (x,y,z) for each edge in the dependency graph on one line,  with x,y being incident tasks and z being the bandwidth.
    158158  * tskmap is a task mapping file, associating  each task in Task Dependency Acyclic Graph to the names of the tasks that have to be run on the network.
     159    * tuples (x,s) are present on every line, x being the task index in the tdag file and s being the name of the task associated. Tasks are started based on their names
    159160
    160161One run of the application is enough to calculate the best scheduling of the application over the network, the application will directly access the nodes and start the required tasks, provided the tasks are already present on the sensor nodes.