Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Easy Sonar smells.
[simgrid.git] / teshsuite / s4u / dependencies / dependencies.tesh
1 #!/usr/bin/env tesh
2
3 $ ./dependencies ${platfdir}/small_platform.xml --cfg=host/model:ptask_L07
4 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'host/model' to 'ptask_L07'
5 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
6 > [0.000000] [dependencies/INFO] Caught attempt to self-dependency creation: Cannot be its own successor
7 > [0.000000] [dependencies/INFO] Caught attempt to add an already existing dependency: Dependency already exists
8 > [0.000000] [dependencies/INFO] Caught attempt to remove an unknown dependency: Dependency does not exist. Can not be removed.
9 > [0.000000] [dependencies/INFO] Caught attempt to remove a self-dependency: Cannot ask to remove itself from successors list
10 > [2.004027] [dependencies/INFO] Exec 'D' start time: 0.000000, finish time: 2.004027
11 > [4.008055] [dependencies/INFO] Exec 'B' start time: 2.004027, finish time: 4.008055
12 > [6.012082] [dependencies/INFO] Exec 'C' start time: 4.008055, finish time: 6.012082
13 > [8.016109] [dependencies/INFO] Exec 'A' start time: 6.012082, finish time: 8.016109