Changes between Version 18 and Version 19 of Check


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Check

    v18 v19  
    148148
    149149{{{
    150 ./check-schedule <RD> <input file> <task mapping>
     150./check-schedule <RD> <tdag> <task mapping>
    151151}}}
    152152
    153 The input file needed is a Task Dependency Acyclic Graph (DAG). One 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.
     153Input files:
     154  * tdag is a Task Dependency Acyclic Graph. It contains a graph of data dependencies between tasks and their associated bandwidth. The format is a textfile containing
     155    * t, number of tasks
     156    * 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.
     158
     159One 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.
    154160
    155161The task mapping input file associates the Task Dependency Acyclic Graph to the names of the tasks that have to be run on the network.