Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
1d5e5b281182fb80d6b02268eb6359e3af48fc03
[simgrid.git] / examples / simdag / throttling / sd_throttling.tesh
1 #!/usr/bin/env tesh
2 p Modify the rate of communication tasks even when they are auto-scheduled
3
4 # We need to sort this out because the order changes with the sanitizers (at least)
5 ! output sort
6
7 $ $SG_TEST_EXENV ./throttling/sd_throttling ${srcdir:=.}/../platforms/cluster.xml
8 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
9 > [5.000000] [sd_comm_throttling/INFO] Simulation stopped after 5.0000 seconds
10 > [5.000000] [sd_comm_throttling/INFO] Task 'Task A' start time: 0.000000, finish time: 5.000000
11 > [10.080600] [sd_comm_throttling/INFO] Simulation stopped after 10.0806 seconds
12 > [10.080600] [sd_comm_throttling/INFO] Task 'Task B' start time: 5.000000, finish time: 5.080600
13 > [10.080600] [sd_comm_throttling/INFO] Task 'Task C' start time: 5.080600, finish time: 10.080600
14 > [15.241200] [sd_comm_throttling/INFO] Simulation stopped after 15.2412 seconds
15 > [15.241200] [sd_comm_throttling/INFO] Task 'Task D' start time: 10.080600, finish time: 10.241200
16 > [15.241200] [sd_comm_throttling/INFO] Task 'Task E' start time: 10.241200, finish time: 15.241200