Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
used unsigned long long to have more than 50 bits
[simgrid.git] / examples / simdag / throttling / sd_throttling.tesh
1 #! ./tesh
2 p Modify the rate of communication tasks even when they are auto-scheduled
3
4 $ $SG_TEST_EXENV ./throttling/sd_throttling ${srcdir:=.}/../platforms/two_clusters.xml
5 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
6 > [5.000000] [sd_comm_throttling/INFO] Simulation stopped after 5.0000 seconds
7 > [5.000000] [sd_comm_throttling/INFO] Task 'Task A' start time: 0.000000, finish time: 5.000000
8 > [10.080600] [sd_comm_throttling/INFO] Simulation stopped after 10.0806 seconds
9 > [10.080600] [sd_comm_throttling/INFO] Task 'Task B' start time: 5.000000, finish time: 5.080600
10 > [10.080600] [sd_comm_throttling/INFO] Task 'Task C' start time: 5.080600, finish time: 10.080600
11 > [15.241200] [sd_comm_throttling/INFO] Simulation stopped after 15.2412 seconds
12 > [15.241200] [sd_comm_throttling/INFO] Task 'Task D' start time: 10.080600, finish time: 10.241200
13 > [15.241200] [sd_comm_throttling/INFO] Task 'Task E' start time: 10.241200, finish time: 15.241200