Changes between Version 19 and Version 20 of Check


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Check

    v19 v20  
    148148
    149149{{{
    150 ./check-schedule <RD> <tdag> <task mapping>
     150./check-schedule <RD> <tdag> <tskmap>
    151151}}}
    152152
     
    155155    * t, number of tasks
    156156    * d, number of dependencies
    157     * each edge in the dependency graph on one line, providing for each a tuple (x,y,z) with x,y being incident tasks and z being the bandwidth.
     157    * 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.
     158  * 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.
    158159
    159160One 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.
    160 
    161 The task mapping input file associates the Task Dependency Acyclic Graph to the names of the tasks that have to be run on the network.
    162161= Self-healing =
    163162